Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ worker.js
File
worker.js
test/cases/side-effects/issue-11673/worker.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ Y } from
"./module"
;
2
import
{ parentPort } from
"worker_threads"
;
3
4
parentPort.postMessage(Y());
Callers
nothing calls this directly
Calls
2
Y
Function · 0.90
postMessage
Method · 0.80
Tested by
no test coverage detected