Home
last modified time | relevance | path

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

/third_party/typescript/src/harness/
DharnessIO.ts295 interface HarnessOptions { interface
334 …ng(settings: TestCaseParser.CompilerSettings, options: ts.CompilerOptions & HarnessOptions): void {
404 …const options: ts.CompilerOptions & HarnessOptions = compilerOptions ? ts.cloneCompilerOptions(com…
452 harnessSettings: TestCaseParser.CompilerSettings & HarnessOptions | undefined;
460 harnessSettings: TestCaseParser.CompilerSettings & HarnessOptions,