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

File index.js

test/configCases/split-chunks/asnyc-entries/index.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Worker } from "worker_threads";
2
3it("should generate valid code when entrypoints are flagged side-effect-free", async () => {
4 const worker = new Worker(new URL("./worker.js", import.meta.url));

Callers

nothing calls this directly

Calls 4

resolveFunction · 0.85
postMessageMethod · 0.80
terminateMethod · 0.80
itFunction · 0.50

Tested by

no test coverage detected