Skip to content

Commit

Permalink
narrow down this type
Browse files Browse the repository at this point in the history
  • Loading branch information
swandir committed Mar 30, 2022
1 parent 1cc2a3e commit 49885fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-traverse/src/path/introspection.ts
Expand Up @@ -175,7 +175,7 @@ export function isStatementOrBlock(this: NodePath): boolean {
*/

export function referencesImport(
this: NodePath,
this: NodePath<t.Expression | t.JSXMemberExpression>,
moduleSource: string,
importName: string,
): boolean {
Expand Down

0 comments on commit 49885fa

Please sign in to comment.