Skip to content

Commit ad29987

Browse files
committed
Hide it in compilerOptions
1 parent 87dd3ee commit ad29987

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/compiler/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7541,6 +7541,7 @@ export interface CompilerOptions {
75417541
strictNullChecks?: boolean; // Always combine with strict property
75427542
strictPropertyInitialization?: boolean; // Always combine with strict property
75437543
strictBuiltinIteratorReturn?: boolean; // Always combine with strict property
7544+
/** @deprecated */
75447545
stableTypeOrdering?: boolean;
75457546
stripInternal?: boolean;
75467547
/** @deprecated */

tests/baselines/reference/api/typescript.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7114,6 +7114,7 @@ declare namespace ts {
71147114
strictNullChecks?: boolean;
71157115
strictPropertyInitialization?: boolean;
71167116
strictBuiltinIteratorReturn?: boolean;
7117+
/** @deprecated */
71177118
stableTypeOrdering?: boolean;
71187119
stripInternal?: boolean;
71197120
/** @deprecated */

0 commit comments

Comments
 (0)