Skip to content

Commit e97a7e9

Browse files
committed
Fix findAllReferences for export= namespace with ES6 imports
1 parent 1c56b98 commit e97a7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/findAllReferences.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ import {
134134
isFunctionLikeDeclaration,
135135
isIdentifier,
136136
isIdentifierPart,
137-
isImportMeta,
138137
isImportDeclaration,
138+
isImportMeta,
139139
isImportOrExportSpecifier,
140140
isImportSpecifier,
141141
isImportTypeNode,

0 commit comments

Comments
 (0)