Skip to content

Commit

Permalink
make private property public
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Feb 28, 2020
1 parent 1d185a5 commit 6daf2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ChunkGraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class ChunkGraph {
this._chunks = new WeakMap();
/** @private @type {WeakMap<AsyncDependenciesBlock, ChunkGroup>} */
this._blockChunkGroups = new WeakMap();
/** @private @type {ModuleGraph} */
/** @type {ModuleGraph} */
this.moduleGraph = moduleGraph;

this._getGraphRoots = this._getGraphRoots.bind(this);
Expand Down

0 comments on commit 6daf2ce

Please sign in to comment.