mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 03:23:08 -06:00
Update harnessIO.ts
This commit is contained in:
parent
85bda70042
commit
cdd9a2abb1
@ -292,13 +292,12 @@ namespace Harness {
|
||||
baselineFile?: string;
|
||||
libFiles?: string;
|
||||
noTypesAndSymbols?: boolean;
|
||||
currentDirectory?: string;
|
||||
fullEmitPaths?: boolean;
|
||||
}
|
||||
|
||||
// Ensure that each value has a corresponding property in HarnessOptions
|
||||
type ValidOption = keyof HarnessOptions | keyof ts.CompilerOptions;
|
||||
|
||||
// Additional options not already in ts.optionDeclarations
|
||||
const harnessOptionDeclarations: Array<ts.CommandLineOption & { name: ValidOption }> = [
|
||||
const harnessOptionDeclarations: ts.CommandLineOption[] = [
|
||||
{ name: "allowNonTsExtensions", type: "boolean" },
|
||||
{ name: "useCaseSensitiveFileNames", type: "boolean" },
|
||||
{ name: "baselineFile", type: "string" },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user