Searched defs:newFileContents (Results 1 – 2 of 2) sorted by relevance
1891 readonly newFileContents: { readonly [fileName: string]: string }; property1896 readonly newFileContents: { readonly [fileName: string]: string }; property
3570 …const newFileContents = typeof newContentWithRenameMarker === "string" ? { [this.activeFile.fileNa… constant