File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -15368,20 +15368,6 @@ namespace ts {
15368
15368
return symbol && getExportSymbolOfValueSymbolIfExported(symbol).valueDeclaration;
15369
15369
}
15370
15370
15371
- function instantiateSingleCallFunctionType(functionType: Type, typeArguments: Type[]): Type {
15372
- if (functionType === unknownType) {
15373
- return unknownType;
15374
- }
15375
-
15376
- const signature = getSingleCallSignature(functionType);
15377
- if (!signature) {
15378
- return unknownType;
15379
- }
15380
-
15381
- const instantiatedSignature = getSignatureInstantiation(signature, typeArguments);
15382
- return getOrCreateTypeFromSignature(instantiatedSignature);
15383
- }
15384
-
15385
15371
function createResolver(): EmitResolver {
15386
15372
return {
15387
15373
getReferencedExportContainer,
You can’t perform that action at this time.
0 commit comments