Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DstrictFunctionTypesErrors.types356 // Crate<T> is invariant in --strictFunctionTypes mode
DstrictFunctionTypesErrors.symbols367 // Crate<T> is invariant in --strictFunctionTypes mode
DstrictFunctionTypesErrors.errors.txt295 // Crate<T> is invariant in --strictFunctionTypes mode
/third_party/typescript/src/compiler/
Dtypes.ts6712 strictFunctionTypes?: boolean; // Always combine with strict property
Dchecker.ts362 const strictFunctionTypes = getStrictOptionValue(compilerOptions, "strictFunctionTypes"); enumerator
18416 …nst strictVariance = !(checkMode & SignatureCheckMode.Callback) && strictFunctionTypes && kind !==…
23095 if (strictFunctionTypes || priority & InferencePriority.AlwaysStrict) {
/third_party/typescript/lib/
Dtypescript.d.ts3139 strictFunctionTypes?: boolean; property
DtypescriptServices.d.ts3139 strictFunctionTypes?: boolean; property
Dtsserverlibrary.d.ts3139 strictFunctionTypes?: boolean; property
DtypingsInstaller.js50793 var strictFunctionTypes = ts.getStrictOptionValue(compilerOptions, "strictFunctionTypes");
67318 …ctVariance = !(checkMode & 3 /* SignatureCheckMode.Callback */) && strictFunctionTypes && kind !==…
71797 if (strictFunctionTypes || priority & 1024 /* InferencePriority.AlwaysStrict */) {
Dtsc.js41791 var strictFunctionTypes = ts.getStrictOptionValue(compilerOptions, "strictFunctionTypes");
56310 var strictVariance = !(checkMode & 3) && strictFunctionTypes && kind !== 172 &&
60117 if (strictFunctionTypes || priority & 1024) {
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3139 strictFunctionTypes?: boolean; property
Dtsserverlibrary.d.ts3139 strictFunctionTypes?: boolean; property