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

Function getDefaultConditions

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

* Returns the default conditions for ES module loading. * @returns {object}

()

Source from the content-addressed store, hash-verified

53 * @returns {object}
54 */
55function getDefaultConditions() {
56 assert(defaultConditions !== undefined);
57 return defaultConditions;
58}
59
60/** @type {Set<string>} */
61let defaultConditionsSet;

Callers 3

resolveMethod · 0.85
ModuleLoaderClass · 0.85
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…