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

Function getCjsConditionsArray

lib/internal/modules/helpers.js:108–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106}
107
108function getCjsConditionsArray() {
109 if (cjsConditionsArray === undefined) {
110 initializeCjsConditions();
111 }
112 return cjsConditionsArray;
113}
114
115/**
116 * Provide one of Node.js' public modules to user code.

Callers 4

defaultResolveFunction · 0.85
resolveForCJSWithHooksFunction · 0.85
loadBuiltinWithHooksFunction · 0.85
loadSourceFunction · 0.85

Calls 1

initializeCjsConditionsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…