1 file changed
+1
-1
lines changed- Cargo.lock+15-4
- Cargo.toml+3-2
- cli/factory.rs+1-1
- cli/graph_util.rs+51-43
- cli/main.rs+3-3
- cli/module_loader.rs+3-3
- cli/tools/clean.rs+2-3
- cli/tools/pm/cache_deps.rs+2-3
- cli/tools/x.rs+87-57
- cli/tsc/go/setup.rs+21-10
- cli/util/file_watcher.rs+2
- ext/node/Cargo.toml+1
- ext/node/lib.rs+1
- ext/node/ops/inspector.rs+61-20
- ext/node/ops/mod.rs+1
- ext/node/ops/node_cli_parser.rs+346
- ext/node/polyfills/child_process.ts+29-48
- ext/node/polyfills/inspector.js+1-4
- ext/node/polyfills/internal/child_process.ts+52-241
- ext/node/polyfills/process.ts+1-2
- ext/node/polyfills/tty.js+1-1
- libs/inspector_server/lib.rs+164-7
- libs/resolver/deno_json.rs+32
- tests/Cargo.toml+1
- tests/node_compat/config.jsonc+227-137
- tests/node_compat/mod.rs+150-49
- tests/registry/jsr/@denotest/try-write/1.0.0/mod.ts+2
- tests/registry/jsr/@denotest/try-write/1.0.0_meta.json+8
- tests/registry/jsr/@denotest/try-write/meta.json+7
- tests/registry/npm/@denotest/try-write/1.0.0/cli.mjs+4
- tests/registry/npm/@denotest/try-write/1.0.0/package.json+7
- tests/specs/node/child_process_fork_conditions/__test__.jsonc+8
- tests/specs/node/child_process_fork_conditions/child.js+4
- tests/specs/node/child_process_fork_conditions/main.js+29
- tests/specs/node/child_process_fork_conditions/main.out+8
- tests/specs/node/child_process_fork_conditions/node_modules/test-pkg/custom.js+1
- tests/specs/node/child_process_fork_conditions/node_modules/test-pkg/default.js+1
- tests/specs/node/child_process_fork_conditions/node_modules/test-pkg/package.json+10
- tests/specs/node/child_process_fork_conditions/package.json+3
- tests/specs/node/child_process_fork_deno_args/__test__.jsonc+8
- tests/specs/node/child_process_fork_deno_args/child.js+10
- tests/specs/node/child_process_fork_deno_args/main.js+35
- tests/specs/node/child_process_fork_deno_args/main.out+8
- tests/specs/node/child_process_node_cli_args/__test__.jsonc+40
- tests/specs/node/child_process_node_cli_args/conditions_flag.out+2
- tests/specs/node/child_process_node_cli_args/deno_subcommand.out+1
- tests/specs/node/child_process_node_cli_args/eval_flag.out+3
- tests/specs/node/child_process_node_cli_args/inspect_flag.out+2
- tests/specs/node/child_process_node_cli_args/main.js+190
- tests/specs/node/child_process_node_cli_args/multiple_flags.out+1
- tests/specs/node/child_process_node_cli_args/no_warnings_flag.out+1
- tests/specs/node/child_process_node_cli_args/numeric_args.out+1
- tests/specs/node/child_process_node_cli_args/print_flag.out+3
- tests/specs/node/child_process_node_cli_args/v8_flags.out+1
- tests/specs/publish/tsconfig_excluded/LICENSE
- tests/specs/publish/tsconfig_excluded/__test__.jsonc+4
- tests/specs/publish/tsconfig_excluded/dist/main.js+3
- tests/specs/publish/tsconfig_excluded/jsr.json+12
- tests/specs/publish/tsconfig_excluded/publish.out+2
- tests/specs/publish/tsconfig_excluded/src/types.ts+3
- tests/specs/publish/tsconfig_excluded/tsconfig.json+3
- tests/specs/run/inspector_ws_events/__test__.jsonc+16
- tests/specs/run/inspector_ws_events/a.ts+1
- tests/specs/run/inspector_ws_events/disabled.out+1
- tests/specs/run/inspector_ws_events/enabled.out+2
- tests/specs/run/inspector_ws_events/main.ts+29
- tests/specs/x/permission_flags/__test__.jsonc+15
- tests/specs/x/permission_flags/deny_write_jsr.out+3
- tests/specs/x/permission_flags/deny_write_npm.out+3
- tests/unit_node/tty_test.ts+8-3
- tests/util/server/src/pty.rs+399
0 commit comments