Home
last modified time | relevance | path

Searched refs:toBeCompiled (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/testRunner/
DcompilerRunner.ts154 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/
Dtranspile.ts41 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/
DharnessIO.ts883 …sult: compiler.CompilationResult, tsConfigFiles: readonly TestFile[], toBeCompiled: readonly TestF…
890 const tsSources = otherFiles.concat(toBeCompiled);
922toBeCompiled, otherFiles, result, harnessSettings, options, /*currentDirectory*/ undefined