()
| 386 | isEntry, |
| 387 | isExternal: false, |
| 388 | get isIncluded() { |
| 389 | if (graph.phase !== BuildPhase.GENERATE) { |
| 390 | return null; |
| 391 | } |
| 392 | return module.isIncluded(); |
| 393 | }, |
| 394 | meta: { ...meta }, |
| 395 | moduleSideEffects, |
| 396 | safeVariableNames: null, |
no outgoing calls
no test coverage detected