Skip to content

Commit 43d208d

Browse files
committed
rush rebuild
1 parent a896168 commit 43d208d

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

build-tests/api-extractor-test-01/etc/api-extractor-test-01.api.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ class AmbientConsumer {
2929
class ClassExportedAsDefault {
3030
}
3131

32+
// @public (undocumented)
33+
class ClassWithSymbols {
34+
// (undocumented)
35+
readonly __computed: number;
36+
}
37+
3238
// @public
3339
class ClassWithTypeLiterals {
3440
method1(vector: {
@@ -112,3 +118,4 @@ class TypeReferencesInAedoc {
112118
// @public
113119
export function virtual(target: Object, propertyKey: string | symbol, descriptor: TypedPropertyDescriptor<any>): void;
114120

121+
// WARNING: Unsupported export: fullyExportedCustomSymbol

build-tests/api-extractor-test-04/dist/beta/api-extractor-test-04.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ export declare enum RegularEnum {
121121
/* Excluded from this release type: _InternalMember */
122122
}
123123

124-
declare const variableDeclaration: string;
124+
export declare const variableDeclaration: string;

build-tests/api-extractor-test-04/dist/internal/api-extractor-test-04.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,4 +224,4 @@ export declare enum RegularEnum {
224224
_InternalMember = 102
225225
}
226226

227-
declare const variableDeclaration: string;
227+
export declare const variableDeclaration: string;

build-tests/api-extractor-test-04/dist/public/api-extractor-test-04.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ export declare class PublicClass {
5050

5151
/* Excluded from this release type: RegularEnum */
5252

53-
declare const variableDeclaration: string;
53+
export declare const variableDeclaration: string;

0 commit comments

Comments
 (0)