Skip to content

Commit a3df74b

Browse files
committed
remove unneeded member isImportEmitted
1 parent 9dafa97 commit a3df74b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/dependencies/HarmonyAcceptImportDependency.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ const HarmonyImportDependency = require("./HarmonyImportDependency");
88
class HarmonyAcceptImportDependency extends HarmonyImportDependency {
99
constructor(request, originModule, parserScope) {
1010
super(request, originModule, NaN, parserScope);
11-
this.isImportEmitted = undefined;
1211
this.weak = true;
1312
}
1413

0 commit comments

Comments
 (0)