Skip to content

Commit 3943cce

Browse files
committed
fix: initialize this._cacheStage in ModuleGraph constructor
1 parent 796b511 commit 3943cce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/ModuleGraph.js

+3
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ class ModuleGraph {
128128

129129
/** @type {Map<Module, WeakTupleMap<any, any>>} */
130130
this._moduleMemCaches = undefined;
131+
132+
/** @type {string} */
133+
this._cacheStage = undefined;
131134
}
132135

133136
/**

0 commit comments

Comments
 (0)