Skip to content

Commit

Permalink
clean up comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gorakong committed Mar 24, 2022
1 parent 82c141e commit 74a7da4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/packagers/js/src/ScopeHoistingPackager.js
Expand Up @@ -745,11 +745,8 @@ ${code}
this.bundleGraph.getUsedSymbols(resolvedAsset),
);

// Check to see if the exportSymbol is in the resolved asset
// or the dependency's set of used symbols,
// or if any of the resolved asset's dependencies export the symbol.
// If the exportSymbol is 'default', check that the
// default export from the resolved asset is used.
// Check to see if the exportSymbol is in the resolved asset or the dependency's
// set of used symbols, or if any of the resolved asset's dependencies export the symbol.
// If the exportSymbol is '*', a non-empty set of the resolved asset's used symbols
// indicates the export(s) is used.
let isExportSymbolUsed =
Expand Down

0 comments on commit 74a7da4

Please sign in to comment.