mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Remove unused check
This commit is contained in:
@@ -4061,7 +4061,6 @@ namespace ts {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
isNameOfExternalModuleImportOrDeclaration
|
||||
const argumentInfo = SignatureHelp.getContainingArgumentInfo(node, position, sourceFile);
|
||||
if (argumentInfo) {
|
||||
return getStringLiteralCompletionEntriesFromCallExpression(argumentInfo);
|
||||
|
||||
Reference in New Issue
Block a user