Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/
DcompilerRunner.ts163 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/
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.ts882 …sult: compiler.CompilationResult, tsConfigFiles: readonly TestFile[], toBeCompiled: readonly TestF…
889 const tsSources = otherFiles.concat(toBeCompiled);
921toBeCompiled, otherFiles, result, harnessSettings, options, /*currentDirectory*/ undefined