Skip to content

Commit

Permalink
Use ImportedSymbol::Exports for more
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed May 17, 2024
1 parent 1d2d58d commit b9acf0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/turbopack-ecmascript/src/analyzer/imports.rs
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ impl Visit for Analyzer<'_> {
let i = self.ensure_reference(
export.span,
export.src.value.clone(),
ImportedSymbol::Namespace,
ImportedSymbol::Exports,
annotations,
);
if let Some(i) = i {
Expand Down

0 comments on commit b9acf0a

Please sign in to comment.