make private property public

This commit is contained in:
Tobias Koppers 2020-02-28 09:50:30 +01:00
parent 1d185a57d4
commit 6daf2ce243
1 changed files with 1 additions and 1 deletions

View File

@ -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);