MCPcopy
hub / github.com/webpack/webpack / other.js

File other.js

test/configCases/parsing/require-resolve-ignore/other.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { createRequire } from 'node:module';
2
3const resolve = require.resolve(/* webpackIgnore: true */ "./non-exists");
4const createRequireResolve1 = createRequire(import.meta.url).resolve(/* webpackIgnore: true */ "./non-exists");

Callers

nothing calls this directly

Calls 2

resolveMethod · 0.65
createRequireFunction · 0.50

Tested by

no test coverage detected