Searched refs:toBeCompiled (Results 1 – 3 of 3) sorted by relevance
/third_party/typescript/src/testRunner/ |
D | compilerRunner.ts | 154 private toBeCompiled: Compiler.TestFile[]; property in Harness.CompilerTest 213 this.toBeCompiled = []; 217 this.toBeCompiled.push(this.createHarnessTestFile(this.lastUnit, rootDir)); 225 this.toBeCompiled = units.map(unit => { 236 this.toBeCompiled, 259 this.tsConfigFiles.concat(this.toBeCompiled, this.otherFiles), 290 this.toBeCompiled, 319 …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 | 883 …sult: compiler.CompilationResult, tsConfigFiles: readonly TestFile[], toBeCompiled: readonly TestF… 890 const tsSources = otherFiles.concat(toBeCompiled); 922 … toBeCompiled, otherFiles, result, harnessSettings, options, /*currentDirectory*/ undefined
|