Home
last modified time | relevance | path

Searched defs:otherFile (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tscWatch/
DwatchApi.ts107 const otherFile: File = { constant
147 const otherFile: File = { constant
171 … const { sys, watch, mainFile, otherFile } = setup(createSemanticDiagnosticsBuilderProgram, "{}"); constant
220 const otherFile: File = { constant
/third_party/node/test/parallel/
Dtest-require-long-path.js17 const otherFile = path.join(fullDirPath, 'other.js'); constant
/third_party/typescript/src/testRunner/unittests/tsbuild/
DwatchMode.ts1248 const otherFile: File = { constant
1336 const otherFile: File = { constant
/third_party/typescript/src/services/codefixes/
DimportFixes.ts405 for (const otherFile of program.getSourceFiles()) { constant