Skip to content

Commit dcaaae5

Browse files
committed
rush rebuild
1 parent b8014f3 commit dcaaae5

11 files changed

+168
-0
lines changed

common/reviews/api/api-extractor-model.api.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## API Review File for "@microsoft/api-extractor-model"
2+
3+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4+
5+
```ts
6+
17
// @internal (undocumented)
28
declare class AedocDefinitions {
39
// (undocumented)
@@ -10,6 +16,8 @@ declare class AedocDefinitions {
1016
static readonly tsdocConfiguration: TSDocConfiguration;
1117
}
1218

19+
// Warning: (ae-forgotten-export) The symbol "ApiCallSignature_base" needs to be exported by the entry point index.d.ts
20+
//
1321
// @public
1422
declare class ApiCallSignature extends ApiCallSignature_base {
1523
// (undocumented)
@@ -22,6 +30,8 @@ declare class ApiCallSignature extends ApiCallSignature_base {
2230
readonly kind: ApiItemKind;
2331
}
2432

33+
// Warning: (ae-forgotten-export) The symbol "ApiClass_base" needs to be exported by the entry point index.d.ts
34+
//
2535
// @public
2636
declare class ApiClass extends ApiClass_base {
2737
// (undocumented)
@@ -36,10 +46,14 @@ declare class ApiClass extends ApiClass_base {
3646
readonly kind: ApiItemKind;
3747
// @override (undocumented)
3848
static onDeserializeInto(options: Partial<IApiClassOptions>, jsonObject: IApiClassJson): void;
49+
// Warning: (ae-forgotten-export) The symbol "IApiClassJson" needs to be exported by the entry point index.d.ts
50+
//
3951
// @override (undocumented)
4052
serializeInto(jsonObject: Partial<IApiClassJson>): void;
4153
}
4254

55+
// Warning: (ae-forgotten-export) The symbol "ApiConstructor_base" needs to be exported by the entry point index.d.ts
56+
//
4357
// @public
4458
declare class ApiConstructor extends ApiConstructor_base {
4559
// (undocumented)
@@ -52,6 +66,8 @@ declare class ApiConstructor extends ApiConstructor_base {
5266
readonly kind: ApiItemKind;
5367
}
5468

69+
// Warning: (ae-forgotten-export) The symbol "ApiConstructSignature_base" needs to be exported by the entry point index.d.ts
70+
//
5571
// @public
5672
declare class ApiConstructSignature extends ApiConstructSignature_base {
5773
// (undocumented)
@@ -74,6 +90,8 @@ declare class ApiDeclaredItem extends ApiDocumentedItem {
7490
getExcerptWithModifiers(): string;
7591
// @override (undocumented)
7692
static onDeserializeInto(options: Partial<IApiDeclaredItemOptions>, jsonObject: IApiDeclaredItemJson): void;
93+
// Warning: (ae-forgotten-export) The symbol "IApiDeclaredItemJson" needs to be exported by the entry point index.d.ts
94+
//
7795
// @override (undocumented)
7896
serializeInto(jsonObject: Partial<IApiDeclaredItemJson>): void;
7997
}
@@ -84,12 +102,16 @@ declare class ApiDocumentedItem extends ApiItem {
84102
constructor(options: IApiDocumentedItemOptions);
85103
// @override (undocumented)
86104
static onDeserializeInto(options: Partial<IApiDocumentedItemOptions>, jsonObject: IApiItemJson): void;
105+
// Warning: (ae-forgotten-export) The symbol "IApiDocumentedItemJson" needs to be exported by the entry point index.d.ts
106+
//
87107
// @override (undocumented)
88108
serializeInto(jsonObject: Partial<IApiDocumentedItemJson>): void;
89109
// (undocumented)
90110
readonly tsdocComment: tsdoc.DocComment | undefined;
91111
}
92112

113+
// Warning: (ae-forgotten-export) The symbol "ApiEntryPoint_base" needs to be exported by the entry point index.d.ts
114+
//
93115
// @public
94116
declare class ApiEntryPoint extends ApiEntryPoint_base {
95117
// (undocumented)
@@ -100,6 +122,8 @@ declare class ApiEntryPoint extends ApiEntryPoint_base {
100122
readonly kind: ApiItemKind;
101123
}
102124

125+
// Warning: (ae-forgotten-export) The symbol "ApiEnum_base" needs to be exported by the entry point index.d.ts
126+
//
103127
// @public
104128
declare class ApiEnum extends ApiEnum_base {
105129
// (undocumented)
@@ -116,6 +140,8 @@ declare class ApiEnum extends ApiEnum_base {
116140
readonly members: ReadonlyArray<ApiEnumMember>;
117141
}
118142

143+
// Warning: (ae-forgotten-export) The symbol "ApiEnumMember_base" needs to be exported by the entry point index.d.ts
144+
//
119145
// @public
120146
declare class ApiEnumMember extends ApiEnumMember_base {
121147
// (undocumented)
@@ -129,10 +155,14 @@ declare class ApiEnumMember extends ApiEnumMember_base {
129155
readonly kind: ApiItemKind;
130156
// @override (undocumented)
131157
static onDeserializeInto(options: Partial<IApiEnumMemberOptions>, jsonObject: IApiEnumMemberJson): void;
158+
// Warning: (ae-forgotten-export) The symbol "IApiEnumMemberJson" needs to be exported by the entry point index.d.ts
159+
//
132160
// @override (undocumented)
133161
serializeInto(jsonObject: Partial<IApiEnumMemberJson>): void;
134162
}
135163

164+
// Warning: (ae-forgotten-export) The symbol "ApiFunction_base" needs to be exported by the entry point index.d.ts
165+
//
136166
// @public
137167
declare class ApiFunction extends ApiFunction_base {
138168
// (undocumented)
@@ -145,6 +175,8 @@ declare class ApiFunction extends ApiFunction_base {
145175
readonly kind: ApiItemKind;
146176
}
147177

178+
// Warning: (ae-forgotten-export) The symbol "ApiIndexSignature_base" needs to be exported by the entry point index.d.ts
179+
//
148180
// @public
149181
declare class ApiIndexSignature extends ApiIndexSignature_base {
150182
// (undocumented)
@@ -157,6 +189,8 @@ declare class ApiIndexSignature extends ApiIndexSignature_base {
157189
readonly kind: ApiItemKind;
158190
}
159191

192+
// Warning: (ae-forgotten-export) The symbol "ApiInterface_base" needs to be exported by the entry point index.d.ts
193+
//
160194
// @public
161195
declare class ApiInterface extends ApiInterface_base {
162196
// (undocumented)
@@ -170,6 +204,8 @@ declare class ApiInterface extends ApiInterface_base {
170204
readonly kind: ApiItemKind;
171205
// @override (undocumented)
172206
static onDeserializeInto(options: Partial<IApiInterfaceOptions>, jsonObject: IApiInterfaceJson): void;
207+
// Warning: (ae-forgotten-export) The symbol "IApiInterfaceJson" needs to be exported by the entry point index.d.ts
208+
//
173209
// @override (undocumented)
174210
serializeInto(jsonObject: Partial<IApiInterfaceJson>): void;
175211
}
@@ -182,6 +218,8 @@ declare class ApiItem {
182218
constructor(options: IApiItemOptions);
183219
// @virtual (undocumented)
184220
readonly canonicalReference: string;
221+
// Warning: (ae-forgotten-export) The symbol "IApiItemJson" needs to be exported by the entry point index.d.ts
222+
//
185223
// (undocumented)
186224
static deserialize(jsonObject: IApiItemJson): ApiItem;
187225
// @virtual
@@ -203,6 +241,8 @@ declare class ApiItem {
203241
serializeInto(jsonObject: Partial<IApiItemJson>): void;
204242
}
205243

244+
// Warning: (ae-forgotten-export) The symbol "IApiItemConstructor" needs to be exported by the entry point index.d.ts
245+
//
206246
// @public
207247
declare function ApiItemContainerMixin<TBaseClass extends IApiItemConstructor>(baseClass: TBaseClass): TBaseClass & (new (...args: any[]) => ApiItemContainerMixin);
208248

@@ -265,6 +305,8 @@ declare const enum ApiItemKind {
265305
Variable = "Variable"
266306
}
267307

308+
// Warning: (ae-forgotten-export) The symbol "ApiMethod_base" needs to be exported by the entry point index.d.ts
309+
//
268310
// @public
269311
declare class ApiMethod extends ApiMethod_base {
270312
// (undocumented)
@@ -277,6 +319,8 @@ declare class ApiMethod extends ApiMethod_base {
277319
readonly kind: ApiItemKind;
278320
}
279321

322+
// Warning: (ae-forgotten-export) The symbol "ApiMethodSignature_base" needs to be exported by the entry point index.d.ts
323+
//
280324
// @public
281325
declare class ApiMethodSignature extends ApiMethodSignature_base {
282326
// (undocumented)
@@ -289,6 +333,8 @@ declare class ApiMethodSignature extends ApiMethodSignature_base {
289333
readonly kind: ApiItemKind;
290334
}
291335

336+
// Warning: (ae-forgotten-export) The symbol "ApiModel_base" needs to be exported by the entry point index.d.ts
337+
//
292338
// @public
293339
declare class ApiModel extends ApiModel_base {
294340
// (undocumented)
@@ -308,6 +354,8 @@ declare class ApiModel extends ApiModel_base {
308354
tryGetPackageByName(packageName: string): ApiPackage | undefined;
309355
}
310356

357+
// Warning: (ae-forgotten-export) The symbol "ApiNamespace_base" needs to be exported by the entry point index.d.ts
358+
//
311359
// @public
312360
declare class ApiNamespace extends ApiNamespace_base {
313361
// (undocumented)
@@ -320,6 +368,8 @@ declare class ApiNamespace extends ApiNamespace_base {
320368
readonly kind: ApiItemKind;
321369
}
322370

371+
// Warning: (ae-forgotten-export) The symbol "ApiPackage_base" needs to be exported by the entry point index.d.ts
372+
//
323373
// @public
324374
declare class ApiPackage extends ApiPackage_base {
325375
// (undocumented)
@@ -356,6 +406,8 @@ declare namespace ApiParameterListMixin {
356406
function isBaseClassOf(apiItem: ApiItem): apiItem is ApiParameterListMixin;
357407
}
358408

409+
// Warning: (ae-forgotten-export) The symbol "ApiProperty_base" needs to be exported by the entry point index.d.ts
410+
//
359411
// @public
360412
declare class ApiProperty extends ApiProperty_base {
361413
// (undocumented)
@@ -368,6 +420,8 @@ declare class ApiProperty extends ApiProperty_base {
368420
readonly kind: ApiItemKind;
369421
}
370422

423+
// Warning: (ae-forgotten-export) The symbol "ApiPropertyItem_base" needs to be exported by the entry point index.d.ts
424+
//
371425
// @public
372426
declare class ApiPropertyItem extends ApiPropertyItem_base {
373427
// (undocumented)
@@ -376,6 +430,8 @@ declare class ApiPropertyItem extends ApiPropertyItem_base {
376430
// @override (undocumented)
377431
static onDeserializeInto(options: Partial<IApiPropertyItemOptions>, jsonObject: IApiPropertyItemJson): void;
378432
readonly propertyTypeExcerpt: Excerpt;
433+
// Warning: (ae-forgotten-export) The symbol "IApiPropertyItemJson" needs to be exported by the entry point index.d.ts
434+
//
379435
// @override (undocumented)
380436
serializeInto(jsonObject: Partial<IApiPropertyItemJson>): void;
381437
}
@@ -413,6 +469,8 @@ declare function ApiReturnTypeMixin<TBaseClass extends IApiItemConstructor>(base
413469
// @public
414470
interface ApiReturnTypeMixin extends ApiItem {
415471
readonly returnTypeExcerpt: Excerpt;
472+
// Warning: (ae-forgotten-export) The symbol "IApiReturnTypeMixinJson" needs to be exported by the entry point index.d.ts
473+
//
416474
// @override (undocumented)
417475
serializeInto(jsonObject: Partial<IApiReturnTypeMixinJson>): void;
418476
}
@@ -437,6 +495,8 @@ declare namespace ApiStaticMixin {
437495
function isBaseClassOf(apiItem: ApiItem): apiItem is ApiStaticMixin;
438496
}
439497

498+
// Warning: (ae-forgotten-export) The symbol "ApiTypeAlias_base" needs to be exported by the entry point index.d.ts
499+
//
440500
// @public
441501
declare class ApiTypeAlias extends ApiTypeAlias_base {
442502
// (undocumented)
@@ -449,6 +509,8 @@ declare class ApiTypeAlias extends ApiTypeAlias_base {
449509
readonly kind: ApiItemKind;
450510
}
451511

512+
// Warning: (ae-forgotten-export) The symbol "ApiVariable_base" needs to be exported by the entry point index.d.ts
513+
//
452514
// @public
453515
declare class ApiVariable extends ApiVariable_base {
454516
// (undocumented)
@@ -461,6 +523,8 @@ declare class ApiVariable extends ApiVariable_base {
461523
readonly kind: ApiItemKind;
462524
// @override (undocumented)
463525
static onDeserializeInto(options: Partial<IApiVariableOptions>, jsonObject: IApiVariableJson): void;
526+
// Warning: (ae-forgotten-export) The symbol "IApiVariableJson" needs to be exported by the entry point index.d.ts
527+
//
464528
// @override (undocumented)
465529
serializeInto(jsonObject: Partial<IApiVariableJson>): void;
466530
readonly variableTypeExcerpt: Excerpt;
@@ -542,6 +606,8 @@ interface IApiDocumentedItemOptions extends IApiItemOptions {
542606
interface IApiEntryPointOptions extends IApiItemContainerMixinOptions, IApiNameMixinOptions {
543607
}
544608

609+
// Warning: (ae-forgotten-export) The symbol "IApiNameMixinOptions" needs to be exported by the entry point index.d.ts
610+
//
545611
// @public
546612
interface IApiEnumMemberOptions extends IApiNameMixinOptions, IApiReleaseTagMixinOptions, IApiDeclaredItemOptions {
547613
// (undocumented)
@@ -713,3 +779,5 @@ declare enum ReleaseTag {
713779
Public = 4
714780
}
715781

782+
783+
```

common/reviews/api/api-extractor.api.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## API Review File for "@microsoft/api-extractor"
2+
3+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4+
5+
```ts
6+
17
// @public
28
declare class Extractor {
39
// (undocumented)
@@ -16,6 +22,8 @@ declare class Extractor {
1622

1723
// @public
1824
declare class ExtractorMessage {
25+
// Warning: (ae-forgotten-export) The symbol "IExtractorMessageOptions" needs to be exported by the entry point index.d.ts
26+
//
1927
// @internal (undocumented)
2028
constructor(options: IExtractorMessageOptions);
2129
readonly category: ExtractorMessageCategory;
@@ -181,3 +189,5 @@ interface ILogger {
181189
logWarning(message: string): void;
182190
}
183191

192+
193+
```

common/reviews/api/node-core-library.api.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## API Review File for "@microsoft/node-core-library"
2+
3+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4+
5+
```ts
6+
17
// @beta
28
declare type callback<TResult, TError> = (error: TError, result: TResult) => void;
39

@@ -135,12 +141,16 @@ declare const enum FolderConstants {
135141
interface IColorableSequence {
136142
// (undocumented)
137143
backgroundColor?: ColorValue;
144+
// Warning: (ae-forgotten-export) The symbol "ColorValue" needs to be exported by the entry point index.d.ts
145+
//
138146
// (undocumented)
139147
foregroundColor?: ColorValue;
140148
// (undocumented)
141149
isEol?: boolean;
142150
// (undocumented)
143151
text: string;
152+
// Warning: (ae-forgotten-export) The symbol "TextAttribute" needs to be exported by the entry point index.d.ts
153+
//
144154
// (undocumented)
145155
textAttributes?: TextAttribute[];
146156
}
@@ -522,3 +532,5 @@ declare class Text {
522532
static truncateWithEllipsis(s: string, maximumLength: number): string;
523533
}
524534

535+
536+
```

common/reviews/api/rush-stack-compiler-2.4.api.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## API Review File for "@microsoft/rush-stack-compiler-2.4"
2+
3+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4+
5+
```ts
6+
17
// @beta
28
declare class ApiExtractorRunner extends RushStackCompilerBase {
39
// (undocumented)
@@ -26,6 +32,8 @@ interface ITypescriptCompilerOptions {
2632
declare abstract class RushStackCompilerBase<TOptions = {}> {
2733
// (undocumented)
2834
constructor(taskOptions: TOptions, rootPath: string, terminalProvider: ITerminalProvider);
35+
// Warning: (ae-forgotten-export) The symbol "StandardBuildFolders" needs to be exported by the entry point index.d.ts
36+
//
2937
// (undocumented)
3038
protected _standardBuildFolders: StandardBuildFolders;
3139
// (undocumented)
@@ -77,3 +85,5 @@ declare class TypescriptCompiler extends RushStackCompilerBase<ITypescriptCompil
7785
// @beta (undocumented)
7886
declare type WriteFileIssueFunction = (filePath: string, line: number, column: number, errorCode: string, message: string) => void;
7987

88+
89+
```

common/reviews/api/rush-stack-compiler-2.7.api.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## API Review File for "@microsoft/rush-stack-compiler-2.7"
2+
3+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4+
5+
```ts
6+
17
// @beta
28
declare class ApiExtractorRunner extends RushStackCompilerBase {
39
// (undocumented)
@@ -26,6 +32,8 @@ interface ITypescriptCompilerOptions {
2632
declare abstract class RushStackCompilerBase<TOptions = {}> {
2733
// (undocumented)
2834
constructor(taskOptions: TOptions, rootPath: string, terminalProvider: ITerminalProvider);
35+
// Warning: (ae-forgotten-export) The symbol "StandardBuildFolders" needs to be exported by the entry point index.d.ts
36+
//
2937
// (undocumented)
3038
protected _standardBuildFolders: StandardBuildFolders;
3139
// (undocumented)
@@ -77,3 +85,5 @@ declare class TypescriptCompiler extends RushStackCompilerBase<ITypescriptCompil
7785
// @beta (undocumented)
7886
declare type WriteFileIssueFunction = (filePath: string, line: number, column: number, errorCode: string, message: string) => void;
7987

88+
89+
```

0 commit comments

Comments
 (0)