Skip to content

Commit

Permalink
Fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeLane committed Jan 15, 2025
1 parent caa098c commit cc79d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/packagers/js/src/ScopeHoistingPackager.js
Original file line number Diff line number Diff line change
Expand Up @@ -1331,7 +1331,7 @@ ${code}
let unused = incomingDeps.every((d) => {
let symbols = this.bundleGraph.getUsedSymbols(d);

// No used symbols avaiable for the asset, make sure we keep all of them
// No used symbols available for the asset, make sure we keep all of them
if (!symbols) return false;

return !symbols.has(symbol) && !symbols.has('*');
Expand Down

0 comments on commit cc79d5e

Please sign in to comment.