Commit 1e6162a
2 files changed
+3
-3
lines changed- Cargo.lock+30-14
- Cargo.toml+5-3
- cli/Cargo.toml+1
- cli/lib/worker.rs+9-8
- cli/main.rs+4-1
- cli/rt/Cargo.toml+1
- cli/rt/file_system.rs+5-1
- ext/io/Cargo.toml+1
- ext/io/fs.rs+5-1
- ext/io/lib.rs+6-2
- ext/node/Cargo.toml+1
- ext/node/lib.rs+1
- ext/node/ops/process.rs+3-26
- ext/node/polyfills/_events.mjs+45-7
- ext/node/polyfills/internal/event_target.mjs+1-1
- ext/node/polyfills/process.ts+2-1
- ext/process/Cargo.toml+1
- ext/process/lib.rs+103-30
- runtime/subprocess_windows/Cargo.toml+22
- runtime/subprocess_windows/src/README.md+13
- runtime/subprocess_windows/src/anon_pipe.rs+527
- runtime/subprocess_windows/src/env.rs+263
- runtime/subprocess_windows/src/lib.rs+490
- runtime/subprocess_windows/src/process.rs+1.5k
- runtime/subprocess_windows/src/process_stdio.rs+513
- runtime/subprocess_windows/src/tests.rs+3
- runtime/subprocess_windows/src/uv_error.rs+193
- runtime/subprocess_windows/src/widestr.rs+155
- tests/node_compat/config.jsonc-2
- tests/node_compat/test/parallel/test-events-on-async-iterator.js+42-1
- tests/specs/fmt/external_formatter/syntax_error_in_css.out+1-1
- tests/specs/fmt/external_formatter/syntax_error_in_html.out+1-1
- tests/specs/npm/playwright_compat/__test__.jsonc-4
- tests/specs/task/kill_task_windows_kills_children/__test__.jsonc+1
- tests/specs/task/kill_task_windows_kills_children/main.ts+22-12
- tests/unit/command_test.ts+6-2
- tests/unit_node/process_test.ts+1-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments