Skip to content

Commit

Permalink
explain
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Apr 21, 2024
1 parent a56105d commit 5fdcc14
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1053,6 +1053,7 @@ function addClientImport(

if (importedIdentifiers[0] === '*') {
// If there's collected import path with named import identifiers,
// or there's nothing in collected imports are empty.
// we should include the whole module.
if (!isFirstImport && [...clientImportsSet][0] !== '*') {
clientComponentImports[modRequest] = new Set(['*'])
Expand Down

0 comments on commit 5fdcc14

Please sign in to comment.