Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/fourslash/
Dfourslash.ts231 newFileContent?: NewFileContent,
334 …options: { fixId: string, fixAllDescription: string, newFileContent: NewFileContent, commands?: {}…
434 …: string, actionName: string, actionDescription: string, newContent: NewFileContent, triggerReason…
749 type NewFileContent = string | { readonly [fileName: string]: string };
/third_party/typescript/src/harness/
DfourslashInterfaceImpl.ts1584 newContent: NewFileContent;
1671 export type NewFileContent = string | { readonly [filename: string]: string }; alias
1675 newFileContent?: NewFileContent;
1696 newFileContent: NewFileContent;