Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/developit/workerize-loader
/ foo
Function
foo
test/src/worker.js:5–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
export
{ otherFoo };
4
5
export
function
foo() {
6
return
1;
7
}
8
9
export
function
throwError() {
10
throw
new
Error(
'Error in worker.js'
);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected