File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,6 +29,12 @@ class AmbientConsumer {
2929class ClassExportedAsDefault {
3030}
3131
32+ // @public (undocumented)
33+ class ClassWithSymbols {
34+ // (undocumented)
35+ readonly __computed : number ;
36+ }
37+
3238// @public
3339class ClassWithTypeLiterals {
3440 method1 ( vector : {
@@ -112,3 +118,4 @@ class TypeReferencesInAedoc {
112118// @public
113119export function virtual ( target : Object , propertyKey : string | symbol , descriptor : TypedPropertyDescriptor < any > ) : void ;
114120
121+ // WARNING: Unsupported export: fullyExportedCustomSymbol
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments