Home
last modified time | relevance | path

Searched defs:newFileContents (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/harness/
DfourslashInterfaceImpl.ts1891 readonly newFileContents: { readonly [fileName: string]: string }; property
1896 readonly newFileContents: { readonly [fileName: string]: string }; property
DfourslashImpl.ts3570 …const newFileContents = typeof newContentWithRenameMarker === "string" ? { [this.activeFile.fileNa… constant