Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/tscWatch/
Demit.ts76 const moduleFile1Path = "/a/b/moduleFile1.ts"; constant
103 path: moduleFile1Path,
142 sys.writeFile(moduleFile1Path, `export var T: number;export function Foo() { };`);
156 …change: sys => sys.writeFile(moduleFile1Path, `export var T: number;export function Foo() { consol…
178 change: sys => sys.writeFile(moduleFile1Path, `export let y = Foo();`),
229 change: sys => sys.appendFile(moduleFile1Path, "var T1: number;"),
279 … sys.writeFile(moduleFile1Path, `export var T2: number;export function Foo() { };`);
317 … firstReloadFileList: [libFile.path, "/a/b/referenceFile1.ts", moduleFile1Path, configFilePath],
321 change: sys => sys.deleteFile(moduleFile1Path),
/third_party/typescript/src/testRunner/unittests/tsserver/events/
DprojectUpdatedInBackground.ts134 const moduleFile1Path = "/a/b/moduleFile1.ts"; constant
146 path: moduleFile1Path,
389 … firstReloadFileList: [referenceFile1.path, libFile.path, moduleFile1Path, configFilePath]
392 host.deleteFile(moduleFile1Path);