Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ value
Function
value
test/configCases/require/esm-module-exports/value.mjs:1–3 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
const
value =
function
value() {
2
return
42;
3
};
4
value.named =
"named-prop"
;
5
value.deep = { nested:
"deep-value"
};
6
Callers
4
setUrlModuleConstant
Method · 0.85
fn
Function · 0.85
codeGeneration
Method · 0.85
onmessage
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected