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

File module.js

test/configCases/inner-graph/pure-expressions-extended/module.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { a, b, c, d, e, f, g, h } from "dep";
2
3export const chained = /*#__PURE__*/ a?.();
4export const tagged = /*#__PURE__*/ b`hello ${"world"}`;

Callers

nothing calls this directly

Calls 3

aFunction · 0.90
bFunction · 0.90
hFunction · 0.50

Tested by

no test coverage detected