Home
last modified time | relevance | path

Searched defs:useUnknownInCatchVariables (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/tests/baselines/reference/config/showConfig/Shows tsconfig for single option/useUnknownInCatchVariables/
Dtsconfig.json3 "useUnknownInCatchVariables": true boolean
/third_party/typescript/lib/
Dtypescript.d.ts3165 useUnknownInCatchVariables?: boolean; property
DtypescriptServices.d.ts3165 useUnknownInCatchVariables?: boolean; property
Dtsserverlibrary.d.ts3165 useUnknownInCatchVariables?: boolean; property
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3165 useUnknownInCatchVariables?: boolean; property
Dtsserverlibrary.d.ts3165 useUnknownInCatchVariables?: boolean; property
/third_party/typescript/src/compiler/
Dchecker.ts383 …const useUnknownInCatchVariables = getStrictOptionValue(compilerOptions, "useUnknownInCatchVariabl… enumerator