1 file changed
+1
-1
lines changed- Cargo.lock+6-6
- Cargo.toml+1-1
- cli/graph_container.rs+1
- cli/graph_util.rs+13-12
- cli/module_loader.rs+56-5
- cli/tools/bundle/mod.rs+1
- cli/tools/pm/deps.rs+1
- ext/node/ops/worker_threads.rs+5-9
- ext/node/polyfills/01_require.js+3-2
- ext/node/polyfills/internal/child_process.ts+7-4
- ext/node/polyfills/internal/errors.ts+9-1
- ext/node/polyfills/internal_binding/pipe_wrap.ts+8
- ext/node/polyfills/worker_threads.ts+103-9
- ext/telemetry/lib.rs+4-2
- ext/web/01_console.js+2-1
- libs/resolver/file_fetcher.rs+221
- runtime/web_worker.rs+53-7
- runtime/worker.rs+2
- tests/node_compat/config.jsonc+11-1
- tests/node_compat/slack.ts+268
- tests/specs/node/child_process_unref_stdio/__test__.jsonc+8
- tests/specs/node/child_process_unref_stdio/main.out+1
- tests/specs/node/child_process_unref_stdio/main.ts+23
- tests/specs/run/require_esm_npm_jsr/__test__.jsonc+5
- tests/specs/run/require_esm_npm_jsr/deno.json+5
- tests/specs/run/require_esm_npm_jsr/main.cjs+11
- tests/specs/run/require_esm_npm_jsr/main.out+13
- tests/specs/run/require_esm_npm_jsr/sync.js+4
- tests/specs/run/require_esm_npm_jsr/sync.mjs+5
- tests/unit_node/child_process_test.ts-25
- tests/unit_node/worker_threads_test.ts-11
0 commit comments