Skip to content

Commit

Permalink
fix: initialize this._cacheStage in ModuleGraph contructor
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Mar 15, 2023
1 parent 796b511 commit f38d8f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/ModuleGraph.js
Expand Up @@ -128,6 +128,9 @@ class ModuleGraph {

/** @type {Map<Module, WeakTupleMap<any, any>>} */
this._moduleMemCaches = undefined;

/** @type {string} */
this._cacheStage = undefined;
}

/**
Expand Down

0 comments on commit f38d8f3

Please sign in to comment.