Home
last modified time | relevance | path

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

/third_party/typescript/src/harness/
DharnessIO.ts289 interface HarnessOptions { interface
328 …ng(settings: TestCaseParser.CompilerSettings, options: ts.CompilerOptions & HarnessOptions): void {
398 …const options: ts.CompilerOptions & HarnessOptions = compilerOptions ? ts.cloneCompilerOptions(com…
446 harnessSettings: TestCaseParser.CompilerSettings & HarnessOptions | undefined;
454 harnessSettings: TestCaseParser.CompilerSettings & HarnessOptions,