Skip to content

Commit

Permalink
feat(scope-manager): add empty method for ImportAttribute
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed Nov 11, 2021
1 parent 293a9f6 commit d78acb4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/scope-manager/src/referencer/Referencer.ts
Expand Up @@ -778,6 +778,10 @@ class Referencer extends Visitor {

this.close(node);
}

protected ImportAttribute(): void {
// import assertions are module metadata and thus have no variables to reference
}
}

export { Referencer, ReferencerOptions };

0 comments on commit d78acb4

Please sign in to comment.