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

Function getDefaultConditionsSet

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

* Returns the default conditions for ES module loading, as a Set. * @returns {Set }

()

Source from the content-addressed store, hash-verified

64 * @returns {Set<any>}
65 */
66function getDefaultConditionsSet() {
67 assert(defaultConditionsSet !== undefined);
68 return defaultConditionsSet;
69}
70
71/**
72 * Initializes the default conditions for ESM module loading.

Callers 1

getConditionsSetFunction · 0.85

Calls 1

assertFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…