Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/tsserver/
DdocumentRegistry.ts3 const importModuleContent = `import {a} from "./module1"`; constant
6 content: importModuleContent
43 …pplyChangesToFile(info, singleIterator({ span: { start: 0, length: importModuleContent.length }, n…
49 …angesToFile(info, singleIterator({ span: { start: 0, length: 0 }, newText: importModuleContent }));
DresolutionCache.ts465 …const importModuleContent = `import { module1 } from "${module1Name}";import { module2 } from "${m… constant
466 …4Name}"; import "${file3Name}"; ${importModuleContent}`, importModuleContent, importModuleContent,…
473 host.writeFile(file1.path, file1.content + importModuleContent);
474 host.writeFile(file2.path, file2.content + importModuleContent);
475 host.writeFile(file3.path, file3.content + importModuleContent);
476 host.writeFile(file4.path, file4.content + importModuleContent);