()
| 456 | ? false |
| 457 | : undefined |
| 458 | const isNodeMode = () => { |
| 459 | _isNodeModeResult ??= isFilePathESM(importer, config.packageCache) |
| 460 | return _isNodeModeResult |
| 461 | } |
| 462 | |
| 463 | await Promise.all( |
| 464 | imports.map(async (importSpecifier, index) => { |
no test coverage detected