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 9c4c9de commit e89acf5Copy full SHA for e89acf5
lib/DependenciesBlock.js
@@ -13,6 +13,7 @@ class DependenciesBlock {
13
this.dependencies = [];
14
this.blocks = [];
15
this.variables = [];
16
+ // TODO remove this line, it's wrong
17
/** @type {ChunkGroup=} */
18
this.chunkGroup = undefined;
19
}
0 commit comments