mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-23 07:07:09 -05:00
refactor: let exportMapKey accepts bad symbol name (#54678)
This commit is contained in:
@@ -25,6 +25,7 @@ import {
|
||||
emptyArray,
|
||||
every,
|
||||
ExportKind,
|
||||
ExportMapInfoKey,
|
||||
factory,
|
||||
first,
|
||||
firstDefined,
|
||||
@@ -514,7 +515,7 @@ interface FixAddToExistingImportInfo {
|
||||
export function getImportCompletionAction(
|
||||
targetSymbol: Symbol,
|
||||
moduleSymbol: Symbol,
|
||||
exportMapKey: string | undefined,
|
||||
exportMapKey: ExportMapInfoKey | undefined,
|
||||
sourceFile: SourceFile,
|
||||
symbolName: string,
|
||||
isJsxTagName: boolean,
|
||||
|
||||
Reference in New Issue
Block a user