Skip to content

Commit 49637a2

Browse files
authored
Update HarmonyExportImportedSpecifierDependency.js
1 parent 96b0457 commit 49637a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dependencies/HarmonyExportImportedSpecifierDependency.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ HarmonyExportImportedSpecifierDependency.Template = class HarmonyExportImportedS
567567

568568
// Filter out exports which are defined by other exports
569569
// and filter out default export because it cannot be reexported with *
570-
if (activeExports.length > 0)
570+
if (activeExports.size > 0)
571571
content +=
572572
"if(" +
573573
JSON.stringify(activeExports.add("default")) +

0 commit comments

Comments
 (0)