mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-14 16:56:06 -05:00
Update compilerRunner.ts
This commit is contained in:
committed by
GitHub
parent
2f853758f1
commit
a726f2ae4a
@@ -141,7 +141,7 @@ namespace Harness {
|
||||
private justName: string;
|
||||
private configuredName: string;
|
||||
private lastUnit: TestCaseParser.TestUnitData;
|
||||
private harnessSettings: TestCaseParser.CompilerSettings;
|
||||
private harnessSettings: TestCaseParser.CompilerSettings & Compiler.HarnessOptions;
|
||||
private hasNonDtsFiles: boolean;
|
||||
private result: compiler.CompilationResult;
|
||||
private options: ts.CompilerOptions;
|
||||
@@ -331,4 +331,4 @@ namespace Harness {
|
||||
return { unitName: unitName || this.makeUnitName(lastUnit.name, rootDir), content: lastUnit.content, fileOptions: lastUnit.fileOptions };
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user