File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
tests/baselines/reference/api Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments