* 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
()
| 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). |