We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dafa97 commit a3df74bCopy full SHA for a3df74b
lib/dependencies/HarmonyAcceptImportDependency.js
@@ -8,7 +8,6 @@ const HarmonyImportDependency = require("./HarmonyImportDependency");
8
class HarmonyAcceptImportDependency extends HarmonyImportDependency {
9
constructor(request, originModule, parserScope) {
10
super(request, originModule, NaN, parserScope);
11
- this.isImportEmitted = undefined;
12
this.weak = true;
13
}
14
0 commit comments