Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ a, b, c, d, e, f, g, h } from
"dep"
;
2
3
export
const
chained = /*#__PURE__*/ a?.();
4
export
const
tagged = /*#__PURE__*/ b`hello ${
"world"
}`;
Callers
nothing calls this directly
Calls
3
a
Function · 0.90
b
Function · 0.90
h
Function · 0.50
Tested by
no test coverage detected