Searched refs:toBeCompiled (Results 1 – 3 of 3) sorted by relevance
/third_party/typescript/src/testRunner/ |
D | compilerRunner.ts | 163 private toBeCompiled: Compiler.TestFile[]; property in Harness.CompilerTest 222 this.toBeCompiled = []; 226 this.toBeCompiled.push(this.createHarnessTestFile(this.lastUnit, rootDir)); 234 this.toBeCompiled = units.map(unit => { 245 this.toBeCompiled, 268 this.tsConfigFiles.concat(this.toBeCompiled, this.otherFiles), 299 this.toBeCompiled, 328 …this.toBeCompiled.concat(this.otherFiles).filter(file => !!this.result.program!.getSourceFile(file…
|
/third_party/typescript/src/testRunner/unittests/services/ |
D | transpile.ts | 41 const toBeCompiled = [{ constant 65 ….diagnostics!.length === 0 ? null : Harness.Compiler.getErrorBaseline(toBeCompiled, transpileResul… 71 …leDiagnostics.length === 0 ? null : Harness.Compiler.getErrorBaseline(toBeCompiled, oldTranspileDi…
|
/third_party/typescript/src/harness/ |
D | harnessIO.ts | 882 …sult: compiler.CompilationResult, tsConfigFiles: readonly TestFile[], toBeCompiled: readonly TestF… 889 const tsSources = otherFiles.concat(toBeCompiled); 921 … toBeCompiled, otherFiles, result, harnessSettings, options, /*currentDirectory*/ undefined
|