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 @@ -7596,6 +7596,7 @@ declare namespace ts.server.protocol {
7596
7596
*/
7597
7597
readonly includeCompletionsWithInsertText ?: boolean ;
7598
7598
readonly importModuleSpecifierPreference ?: "relative" | "non-relative" ;
7599
+ readonly allowTextChangesInNewFiles ?: boolean ;
7599
7600
}
7600
7601
interface CompilerOptions {
7601
7602
allowJs ?: boolean ;
You can’t perform that action at this time.
0 commit comments