We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85418a5 commit f567369Copy full SHA for f567369
src/compiler/checker.ts
@@ -1,4 +1,4 @@
1
-/// <reference path="moduleNameResolver.ts"/>
+/// <reference path="moduleNameResolver.ts"/>
2
/// <reference path="binder.ts"/>
3
4
/* @internal */
@@ -7981,7 +7981,7 @@ namespace ts {
7981
const fakeSignature = <Signature>{
7982
typeParameters: []
7983
};
7984
- return getInferenceMapper(createInferenceContext(fakeSignature, false, false));
+ return getInferenceMapper(createInferenceContext(fakeSignature, /*inferUnionTypes*/ false, /*useAnyForNoInferences*/ false));
7985
}
7986
7987
function combineTypeMappers(mapper1: TypeMapper, mapper2: TypeMapper): TypeMapper {
0 commit comments