mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-13 02:45:24 -05:00
Fix conversion of TextChanges to FileCodeEdits for new file (#24126)
This commit is contained in:
@@ -439,6 +439,7 @@ namespace ts {
|
||||
export interface FileTextChanges {
|
||||
fileName: string;
|
||||
textChanges: TextChange[];
|
||||
isNewFile?: boolean;
|
||||
}
|
||||
|
||||
export interface CodeAction {
|
||||
|
||||
Reference in New Issue
Block a user