MCPcopy
hub / github.com/webpack/webpack / getLazyUntil

Method getLazyUntil

lib/Dependency.js:307–309  ·  view source on GitHub ↗

* Returns how this dependency may be deferred when its parent module is side-effect-free (lazy barrel optimization). * @returns {LazyUntil | null} lazy classification, null when it must be processed eagerly

()

Source from the content-addressed store, hash-verified

305 * @returns {LazyUntil | null} lazy classification, null when it must be processed eagerly
306 */
307 getLazyUntil() {
308 return null;
309 }
310
311 /**
312 * Returns the export name for a `LAZY_UNTIL_LOCAL`/`LAZY_UNTIL_ID` classification (lazy barrel optimization).

Callers 1

classifyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected