* Determine whether the custom loader worker should be spawned when initializing * the singleton ESM loader. * @returns {boolean}
()
| 315 | * @returns {boolean} |
| 316 | */ |
| 317 | function shouldSpawnLoaderHookWorker() { |
| 318 | return _shouldSpawnLoaderHookWorker; |
| 319 | } |
| 320 | |
| 321 | const SourceTextModuleTypes = { |
| 322 | kInternal: 'internal', // TODO(joyeecheung): support internal ESM. |
no outgoing calls
no test coverage detected
searching dependent graphs…