Skip to content

Commit 1243e23

Browse files
committed
rush rebuild
1 parent b12dd54 commit 1243e23

11 files changed

+17
-135
lines changed

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

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export class AedocDefinitions {
2828
//
2929
// @public
3030
export class ApiCallSignature extends ApiCallSignature_base {
31-
// (undocumented)
3231
constructor(options: IApiCallSignatureOptions);
3332
// @override (undocumented)
3433
readonly canonicalReference: string;
@@ -42,7 +41,6 @@ export class ApiCallSignature extends ApiCallSignature_base {
4241
//
4342
// @public
4443
export class ApiClass extends ApiClass_base {
45-
// (undocumented)
4644
constructor(options: IApiClassOptions);
4745
// @override (undocumented)
4846
readonly canonicalReference: string;
@@ -64,7 +62,6 @@ export class ApiClass extends ApiClass_base {
6462
//
6563
// @public
6664
export class ApiConstructor extends ApiConstructor_base {
67-
// (undocumented)
6865
constructor(options: IApiConstructorOptions);
6966
// @override (undocumented)
7067
readonly canonicalReference: string;
@@ -78,7 +75,6 @@ export class ApiConstructor extends ApiConstructor_base {
7875
//
7976
// @public
8077
export class ApiConstructSignature extends ApiConstructSignature_base {
81-
// (undocumented)
8278
constructor(options: IApiConstructSignatureOptions);
8379
// @override (undocumented)
8480
readonly canonicalReference: string;
@@ -90,7 +86,6 @@ export class ApiConstructSignature extends ApiConstructSignature_base {
9086

9187
// @public
9288
export class ApiDeclaredItem extends ApiDocumentedItem {
93-
// (undocumented)
9489
constructor(options: IApiDeclaredItemOptions);
9590
buildExcerpt(tokenRange: IExcerptTokenRange): Excerpt;
9691
readonly excerpt: Excerpt;
@@ -106,7 +101,6 @@ export class ApiDeclaredItem extends ApiDocumentedItem {
106101

107102
// @public
108103
export class ApiDocumentedItem extends ApiItem {
109-
// (undocumented)
110104
constructor(options: IApiDocumentedItemOptions);
111105
// Warning: (ae-forgotten-export) The symbol "IApiItemJson" needs to be exported by the entry point index.d.ts
112106
//
@@ -124,7 +118,6 @@ export class ApiDocumentedItem extends ApiItem {
124118
//
125119
// @public
126120
export class ApiEntryPoint extends ApiEntryPoint_base {
127-
// (undocumented)
128121
constructor(options: IApiEntryPointOptions);
129122
// @override (undocumented)
130123
readonly canonicalReference: string;
@@ -136,7 +129,6 @@ export class ApiEntryPoint extends ApiEntryPoint_base {
136129
//
137130
// @public
138131
export class ApiEnum extends ApiEnum_base {
139-
// (undocumented)
140132
constructor(options: IApiEnumOptions);
141133
// @override (undocumented)
142134
addMember(member: ApiEnumMember): void;
@@ -154,7 +146,6 @@ export class ApiEnum extends ApiEnum_base {
154146
//
155147
// @public
156148
export class ApiEnumMember extends ApiEnumMember_base {
157-
// (undocumented)
158149
constructor(options: IApiEnumMemberOptions);
159150
// @override (undocumented)
160151
readonly canonicalReference: string;
@@ -175,7 +166,6 @@ export class ApiEnumMember extends ApiEnumMember_base {
175166
//
176167
// @public
177168
export class ApiFunction extends ApiFunction_base {
178-
// (undocumented)
179169
constructor(options: IApiFunctionOptions);
180170
// @override (undocumented)
181171
readonly canonicalReference: string;
@@ -189,7 +179,6 @@ export class ApiFunction extends ApiFunction_base {
189179
//
190180
// @public
191181
export class ApiIndexSignature extends ApiIndexSignature_base {
192-
// (undocumented)
193182
constructor(options: IApiIndexSignatureOptions);
194183
// @override (undocumented)
195184
readonly canonicalReference: string;
@@ -203,7 +192,6 @@ export class ApiIndexSignature extends ApiIndexSignature_base {
203192
//
204193
// @public
205194
export class ApiInterface extends ApiInterface_base {
206-
// (undocumented)
207195
constructor(options: IApiInterfaceOptions);
208196
// @override (undocumented)
209197
readonly canonicalReference: string;
@@ -224,7 +212,6 @@ export class ApiInterface extends ApiInterface_base {
224212
export class ApiItem {
225213
// (undocumented)
226214
[ApiItem_parent]: ApiItem | undefined;
227-
// (undocumented)
228215
constructor(options: IApiItemOptions);
229216
// @virtual (undocumented)
230217
readonly canonicalReference: string;
@@ -315,7 +302,6 @@ export const enum ApiItemKind {
315302
//
316303
// @public
317304
export class ApiMethod extends ApiMethod_base {
318-
// (undocumented)
319305
constructor(options: IApiMethodOptions);
320306
// @override (undocumented)
321307
readonly canonicalReference: string;
@@ -329,7 +315,6 @@ export class ApiMethod extends ApiMethod_base {
329315
//
330316
// @public
331317
export class ApiMethodSignature extends ApiMethodSignature_base {
332-
// (undocumented)
333318
constructor(options: IApiMethodSignatureOptions);
334319
// @override (undocumented)
335320
readonly canonicalReference: string;
@@ -343,7 +328,6 @@ export class ApiMethodSignature extends ApiMethodSignature_base {
343328
//
344329
// @public
345330
export class ApiModel extends ApiModel_base {
346-
// (undocumented)
347331
constructor();
348332
// @override (undocumented)
349333
addMember(member: ApiPackage): void;
@@ -364,7 +348,6 @@ export class ApiModel extends ApiModel_base {
364348
//
365349
// @public
366350
export class ApiNamespace extends ApiNamespace_base {
367-
// (undocumented)
368351
constructor(options: IApiNamespaceOptions);
369352
// @override (undocumented)
370353
readonly canonicalReference: string;
@@ -378,7 +361,6 @@ export class ApiNamespace extends ApiNamespace_base {
378361
//
379362
// @public
380363
export class ApiPackage extends ApiPackage_base {
381-
// (undocumented)
382364
constructor(options: IApiPackageOptions);
383365
// @override (undocumented)
384366
addMember(member: ApiEntryPoint): void;
@@ -416,7 +398,6 @@ export namespace ApiParameterListMixin {
416398
//
417399
// @public
418400
export class ApiProperty extends ApiProperty_base {
419-
// (undocumented)
420401
constructor(options: IApiPropertyOptions);
421402
// @override (undocumented)
422403
readonly canonicalReference: string;
@@ -430,7 +411,6 @@ export class ApiProperty extends ApiProperty_base {
430411
//
431412
// @public
432413
export class ApiPropertyItem extends ApiPropertyItem_base {
433-
// (undocumented)
434414
constructor(options: IApiPropertyItemOptions);
435415
readonly isEventProperty: boolean;
436416
// Warning: (ae-forgotten-export) The symbol "IApiPropertyItemJson" needs to be exported by the entry point index.d.ts
@@ -444,7 +424,6 @@ export class ApiPropertyItem extends ApiPropertyItem_base {
444424

445425
// @public
446426
export class ApiPropertySignature extends ApiPropertyItem {
447-
// (undocumented)
448427
constructor(options: IApiPropertySignatureOptions);
449428
// @override (undocumented)
450429
readonly canonicalReference: string;
@@ -505,7 +484,6 @@ export namespace ApiStaticMixin {
505484
//
506485
// @public
507486
export class ApiTypeAlias extends ApiTypeAlias_base {
508-
// (undocumented)
509487
constructor(options: IApiTypeAliasOptions);
510488
// @override (undocumented)
511489
readonly canonicalReference: string;
@@ -519,7 +497,6 @@ export class ApiTypeAlias extends ApiTypeAlias_base {
519497
//
520498
// @public
521499
export class ApiVariable extends ApiVariable_base {
522-
// (undocumented)
523500
constructor(options: IApiVariableOptions);
524501
// @override (undocumented)
525502
readonly canonicalReference: string;
@@ -541,7 +518,6 @@ export type Constructor<T = {}> = new (...args: any[]) => T;
541518

542519
// @public
543520
export class Excerpt {
544-
// (undocumented)
545521
constructor(tokens: ReadonlyArray<ExcerptToken>, tokenRange: IExcerptTokenRange);
546522
// (undocumented)
547523
readonly text: string;
@@ -553,7 +529,6 @@ export class Excerpt {
553529

554530
// @public (undocumented)
555531
export class ExcerptToken {
556-
// (undocumented)
557532
constructor(kind: ExcerptTokenKind, text: string);
558533
// (undocumented)
559534
readonly kind: ExcerptTokenKind;
@@ -571,7 +546,6 @@ export const enum ExcerptTokenKind {
571546

572547
// @public
573548
export class HeritageType {
574-
// (undocumented)
575549
constructor(excerpt: Excerpt);
576550
readonly excerpt: Excerpt;
577551
}
@@ -670,7 +644,6 @@ export interface IApiPackageOptions extends IApiItemContainerMixinOptions, IApiN
670644

671645
// @public
672646
export interface IApiPackageSaveOptions extends IJsonFileSaveOptions {
673-
// (undocumented)
674647
testMode?: boolean;
675648
toolPackage?: string;
676649
toolVersion?: string;
@@ -768,7 +741,6 @@ export interface IResolveDeclarationReferenceResult {
768741

769742
// @public
770743
export class Parameter {
771-
// (undocumented)
772744
constructor(options: IParameterOptions);
773745
name: string;
774746
readonly parameterTypeExcerpt: Excerpt;

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

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import * as tsdoc from '@microsoft/tsdoc';
1010

1111
// @public
1212
export class Extractor {
13-
// (undocumented)
1413
constructor(config: IExtractorConfig, options?: IExtractorOptions);
1514
readonly actualConfig: IExtractorConfig;
1615
// @deprecated
@@ -99,25 +98,19 @@ export interface IExtractorApiReviewFileConfig {
9998

10099
// @public
101100
export interface IExtractorConfig {
102-
// (undocumented)
103101
apiJsonFile?: IExtractorApiJsonFileConfig;
104-
// (undocumented)
105102
apiReviewFile?: IExtractorApiReviewFileConfig;
106103
compiler: IExtractorTsconfigCompilerConfig | IExtractorRuntimeCompilerConfig;
107-
// @beta (undocumented)
104+
// @beta
108105
dtsRollup?: IExtractorDtsRollupConfig;
109106
extends?: string;
110-
// (undocumented)
111107
messages?: IExtractorMessagesConfig;
112-
// (undocumented)
113108
policies?: IExtractorPoliciesConfig;
114-
// (undocumented)
115109
project: IExtractorProjectConfig;
116110
skipLibCheck?: boolean;
117111
testMode?: boolean;
118-
// @beta (undocumented)
112+
// @beta
119113
tsdocMetadata?: IExtractorTsdocMetadataConfig;
120-
// (undocumented)
121114
validationRules?: IExtractorValidationRulesConfig;
122115
}
123116

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

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,10 @@ export enum ColorValue {
8888

8989
// @beta
9090
export class ConsoleTerminalProvider implements ITerminalProvider {
91-
// (undocumented)
9291
constructor(options?: Partial<IConsoleTerminalProviderOptions>);
93-
// (undocumented)
9492
readonly eolCharacter: string;
95-
// (undocumented)
9693
readonly supportsColor: boolean;
9794
verboseEnabled: boolean;
98-
// (undocumented)
9995
write(data: string, severity: TerminalProviderSeverity): void;
10096
}
10197

@@ -423,7 +419,6 @@ export const enum NewlineKind {
423419

424420
// @public
425421
export class PackageJsonLookup {
426-
// (undocumented)
427422
constructor(parameters?: IPackageJsonLookupParameters);
428423
clearCache(): void;
429424
loadNodePackageJson(jsonFilename: string): INodePackageJson;
@@ -438,9 +433,7 @@ export class PackageJsonLookup {
438433
// @public
439434
export class PackageName {
440435
static combineParts(scope: string, unscopedName: string): string;
441-
// (undocumented)
442436
static getScope(packageName: string): string;
443-
// (undocumented)
444437
static getUnscopedName(packageName: string): string;
445438
static isValidName(packageName: string): boolean;
446439
static parse(packageName: string): IParsedPackageName;
@@ -473,7 +466,6 @@ export const enum PosixModeBits {
473466

474467
// @public
475468
export class ProtectableMap<K, V> {
476-
// (undocumented)
477469
constructor(parameters: IProtectableMapParameters<K, V>);
478470
clear(): void;
479471
delete(key: K): boolean;
@@ -498,33 +490,25 @@ export class Sort {
498490

499491
// @beta
500492
export class StringBufferTerminalProvider implements ITerminalProvider {
501-
// (undocumented)
502493
constructor(supportsColor?: boolean);
503-
// (undocumented)
504494
readonly eolCharacter: string;
505495
getErrorOutput(): string;
506496
getOutput(): string;
507497
getVerbose(): string;
508498
getWarningOutput(): string;
509-
// (undocumented)
510499
readonly supportsColor: boolean;
511-
// (undocumented)
512500
write(data: string, severity: TerminalProviderSeverity): void;
513501
}
514502

515503
// @public
516504
export class StringBuilder implements IStringBuilder {
517-
// (undocumented)
518505
constructor();
519-
// (undocumented)
520506
append(text: string): void;
521-
// (undocumented)
522507
toString(): string;
523508
}
524509

525510
// @beta
526511
export class Terminal {
527-
// (undocumented)
528512
constructor(provider: ITerminalProvider);
529513
registerProvider(provider: ITerminalProvider): void;
530514
unregisterProvider(provider: ITerminalProvider): void;

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import * as Typescript from 'typescript';
1515

1616
// @beta
1717
export class ApiExtractorRunner extends RushStackCompilerBase {
18-
// (undocumented)
1918
constructor(extractorConfig: IExtractorConfig, extractorOptions: IExtractorOptions, rootPath: string, terminalProvider: ITerminalProvider);
2019
// (undocumented)
2120
static apiExtractor: typeof ApiExtractor;
@@ -39,7 +38,6 @@ export interface ITypescriptCompilerOptions {
3938

4039
// @beta (undocumented)
4140
export abstract class RushStackCompilerBase<TOptions = {}> {
42-
// (undocumented)
4341
constructor(taskOptions: TOptions, rootPath: string, terminalProvider: ITerminalProvider);
4442
// (undocumented)
4543
protected _standardBuildFolders: StandardBuildFolders;
@@ -51,7 +49,6 @@ export abstract class RushStackCompilerBase<TOptions = {}> {
5149

5250
// @beta (undocumented)
5351
export class StandardBuildFolders {
54-
// (undocumented)
5552
constructor(projectFolderPath: string);
5653
// (undocumented)
5754
readonly distFolderPath: string;
@@ -89,17 +86,14 @@ export class ToolPaths {
8986

9087
// @beta (undocumented)
9188
export class TslintRunner extends RushStackCompilerBase<ITslintRunnerConfig> {
92-
// (undocumented)
9389
constructor(taskOptions: ITslintRunnerConfig, rootPath: string, terminalProvider: ITerminalProvider);
9490
// (undocumented)
9591
invoke(): Promise<void>;
9692
}
9793

9894
// @beta (undocumented)
9995
export class TypescriptCompiler extends RushStackCompilerBase<ITypescriptCompilerOptions> {
100-
// (undocumented)
10196
constructor(rootPath: string, terminalProvider: ITerminalProvider);
102-
// (undocumented)
10397
constructor(taskOptions: ITypescriptCompilerOptions, rootPath: string, terminalProvider: ITerminalProvider);
10498
// (undocumented)
10599
invoke(): Promise<void>;

0 commit comments

Comments
 (0)