* Returns the export name for a `LAZY_UNTIL_LOCAL`/`LAZY_UNTIL_ID` classification (lazy barrel optimization). * @returns {string | null} export name, null when not applicable
()
| 313 | * @returns {string | null} export name, null when not applicable |
| 314 | */ |
| 315 | getLazyName() { |
| 316 | return null; |
| 317 | } |
| 318 | |
| 319 | /** |
| 320 | * Whether the lazy barrel currently defers creating this dependency's target module (lazy barrel optimization). |