File tree 3 files changed +3
-1
lines changed
tests/baselines/reference/api
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -4362,7 +4362,7 @@ namespace ts {
4362
4362
strictFunctionTypes ?: boolean ; // Always combine with strict property
4363
4363
strictNullChecks ?: boolean ; // Always combine with strict property
4364
4364
strictPropertyInitialization ?: boolean ; // Always combine with strict property
4365
- /* @internal */ stripInternal ?: boolean ;
4365
+ stripInternal ?: boolean ;
4366
4366
suppressExcessPropertyErrors ?: boolean ;
4367
4367
suppressImplicitAnyIndexErrors ?: boolean ;
4368
4368
/* @internal */ suppressOutputPathCheck ?: boolean ;
Original file line number Diff line number Diff line change @@ -2481,6 +2481,7 @@ declare namespace ts {
2481
2481
strictFunctionTypes ?: boolean ;
2482
2482
strictNullChecks ?: boolean ;
2483
2483
strictPropertyInitialization ?: boolean ;
2484
+ stripInternal ?: boolean ;
2484
2485
suppressExcessPropertyErrors ?: boolean ;
2485
2486
suppressImplicitAnyIndexErrors ?: boolean ;
2486
2487
target ?: ScriptTarget ;
Original file line number Diff line number Diff line change @@ -2481,6 +2481,7 @@ declare namespace ts {
2481
2481
strictFunctionTypes ?: boolean ;
2482
2482
strictNullChecks ?: boolean ;
2483
2483
strictPropertyInitialization ?: boolean ;
2484
+ stripInternal ?: boolean ;
2484
2485
suppressExcessPropertyErrors ?: boolean ;
2485
2486
suppressImplicitAnyIndexErrors ?: boolean ;
2486
2487
target ?: ScriptTarget ;
You can’t perform that action at this time.
0 commit comments