MCPcopy
hub / github.com/nodejs/node / require

Function require

test/fixtures/es-modules/reference-error-esm.js:5–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3// redeclared in CJS.
4Object.defineProperty(exports, "__esModule", { value: true });
5const require = () => {};

Callers 15

exports-cases2.jsFile · 0.70
cjs.jsFile · 0.70
dep1.jsFile · 0.70
require-cjs.mjsFile · 0.70
require-module.jsFile · 0.70
exports-cases.jsFile · 0.70
exports-cases3.jsFile · 0.70
dep2.jsFile · 0.70

Calls

no outgoing calls

Tested by 12

testFunction · 0.40
testFunction · 0.40
testFunction · 0.40
testFunction · 0.40
testFunction · 0.40
testFunction · 0.40
testFunction · 0.40
testFunction · 0.40
testFunction · 0.40
testFunction · 0.40
testFunction · 0.40
testFunction · 0.40

Used in the wild real call sites across dependent graphs

searching dependent graphs…