File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
tests/baselines/reference/api Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -4362,7 +4362,7 @@ namespace ts {
43624362 strictFunctionTypes ?: boolean ; // Always combine with strict property
43634363 strictNullChecks ?: boolean ; // Always combine with strict property
43644364 strictPropertyInitialization ?: boolean ; // Always combine with strict property
4365- /* @internal */ stripInternal ?: boolean ;
4365+ stripInternal ?: boolean ;
43664366 suppressExcessPropertyErrors ?: boolean ;
43674367 suppressImplicitAnyIndexErrors ?: boolean ;
43684368 /* @internal */ suppressOutputPathCheck ?: boolean ;
Original file line number Diff line number Diff line change @@ -2481,6 +2481,7 @@ declare namespace ts {
24812481 strictFunctionTypes ?: boolean ;
24822482 strictNullChecks ?: boolean ;
24832483 strictPropertyInitialization ?: boolean ;
2484+ stripInternal ?: boolean ;
24842485 suppressExcessPropertyErrors ?: boolean ;
24852486 suppressImplicitAnyIndexErrors ?: boolean ;
24862487 target ?: ScriptTarget ;
Original file line number Diff line number Diff line change @@ -2481,6 +2481,7 @@ declare namespace ts {
24812481 strictFunctionTypes ?: boolean ;
24822482 strictNullChecks ?: boolean ;
24832483 strictPropertyInitialization ?: boolean ;
2484+ stripInternal ?: boolean ;
24842485 suppressExcessPropertyErrors ?: boolean ;
24852486 suppressImplicitAnyIndexErrors ?: boolean ;
24862487 target ?: ScriptTarget ;
You can’t perform that action at this time.
0 commit comments