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 @@ -2682,6 +2682,7 @@ namespace ts.server.protocol {
2682
2682
*/
2683
2683
readonly includeCompletionsWithInsertText ?: boolean ;
2684
2684
readonly importModuleSpecifierPreference ?: "relative" | "non-relative" ;
2685
+ readonly allowTextChangesInNewFiles ?: boolean ;
2685
2686
}
2686
2687
2687
2688
export interface CompilerOptions {
Original file line number Diff line number Diff line change @@ -7579,6 +7579,7 @@ declare namespace ts.server.protocol {
7579
7579
*/
7580
7580
readonly includeCompletionsWithInsertText ?: boolean ;
7581
7581
readonly importModuleSpecifierPreference ?: "relative" | "non-relative" ;
7582
+ readonly allowTextChangesInNewFiles ?: boolean ;
7582
7583
}
7583
7584
interface CompilerOptions {
7584
7585
allowJs ?: boolean ;
You can’t perform that action at this time.
0 commit comments