Home
last modified time | relevance | path

Searched refs:NewFileContent (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/cases/fourslash/
Dfourslash.ts267 newFileContent?: NewFileContent,
372 …options: { fixId: string, fixAllDescription: string, newFileContent: NewFileContent, commands?: {}…
480 …: string, actionName: string, actionDescription: string, newContent: NewFileContent, triggerReason…
835 type NewFileContent = string | { readonly [fileName: string]: string };
/third_party/typescript/src/harness/
DfourslashInterfaceImpl.ts1729 newContent: NewFileContent;
1837 export type NewFileContent = string | { readonly [filename: string]: string }; alias
1841 newFileContent?: NewFileContent;
1862 newFileContent: NewFileContent;