Skip to content

Commit

Permalink
Merge pull request #16830 from snitin315/fix/module-graph
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLarkInn committed Mar 15, 2023
2 parents 796b511 + 3943cce commit 125449f
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 125449f

Please sign in to comment.