MCPcopy Index your code
hub / github.com/nodejs/node / shouldSpawnLoaderHookWorker

Function shouldSpawnLoaderHookWorker

lib/internal/modules/esm/utils.js:317–319  ·  view source on GitHub ↗

* Determine whether the custom loader worker should be spawned when initializing * the singleton ESM loader. * @returns {boolean}

()

Source from the content-addressed store, hash-verified

315 * @returns {boolean}
316 */
317function shouldSpawnLoaderHookWorker() {
318 return _shouldSpawnLoaderHookWorker;
319}
320
321const SourceTextModuleTypes = {
322 kInternal: 'internal', // TODO(joyeecheung): support internal ESM.

Callers 1

createModuleLoaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…