* Releases all per-module deferral state. Lazy barrel only acts while the * module graph is built, so the bookkeeping is dead weight once make is done.
()
| 206 | * module graph is built, so the bookkeeping is dead weight once make is done. |
| 207 | */ |
| 208 | clear() { |
| 209 | this._modules = new WeakMap(); |
| 210 | } |
| 211 | |
| 212 | /** |
| 213 | * Classifies the re-export dependencies of a side-effect-free module (lazy barrel) |