3 files changed
+4
-4
lines changed- .github/workflows/ci.generate.ts+1-1
- .github/workflows/ci.yml+8-8
- .github/workflows/promote_to_release.yml+4-2
- Cargo.lock+8-10
- Cargo.toml+3-3
- cli/Cargo.toml+1-1
- cli/lib/version.txt+1-1
- cli/lsp/language_server.rs+4-15
- cli/main.rs+8-11
- cli/rt/Cargo.toml+1-1
- cli/tools/publish/mod.rs+4-3
- cli/tools/publish/provenance.rs+3-4
- ext/net/tunnel.rs+4-4
- ext/node/lib.rs-11
- ext/node/ops/sqlite/database.rs+1
- ext/node/ops/sqlite/statement.rs+15
- ext/node/ops/sqlite/validators.rs+13
- ext/node/polyfills/_fs/_fs_fchmod.ts+6
- ext/node/polyfills/_fs/_fs_fchown.ts+7
- ext/node/polyfills/_fs/_fs_futimes.ts+7
- ext/node/polyfills/_fs/_fs_open.ts+1-1
- ext/node/polyfills/_process/process.ts+1
- ext/node/polyfills/internal/fs/handle.ts+286-94
- ext/node/polyfills/internal/timers.mjs+3-1
- ext/node/polyfills/sqlite.ts+22-6
- ext/os/lib.rs+55-16
- ext/signals/lib.rs+4-4
- ext/telemetry/lib.rs+2-2
- ext/web/02_event.js+13-9
- ext/web/02_timers.js+11
- fail.txt
- runtime/js/98_global_scope_shared.js+4-12
- runtime/subprocess_windows/Cargo.toml+1-3
- test_simple_ordering.pdb
- tests/integration/fmt_tests.rs+1-1
- tests/integration/init_tests.rs+1-1
- tests/integration/lsp_tests.rs+108
- tests/integration/npm_tests.rs+3-3
- tests/integration/repl_tests.rs+71-72
- tests/integration/run_tests.rs+17-17
- tests/integration/test_tests.rs+1-1
- tests/integration/upgrade_tests.rs+1-1
- tests/node_compat/config.toml+7-1
- tests/specs/npm/cjs_with_deps/main.js+2-2
- tests/specs/npm/compare_globals/main.out+1-1
- tests/specs/npm/info_chalk_display/main.js+2-2
- tests/specs/npm/info_chalk_display_node_modules_dir/main.js+2-2
- tests/specs/npm/info_chalk_json/main.js+2-2
- tests/specs/npm/info_chalk_json_node_modules_dir/main.js+2-2
- tests/specs/npm/node_modules_dir_with_deps/main.js+2-2
- tests/specs/run/permission_env_allow_and_deny/__test__.jsonc+1-2
- tests/specs/run/permission_env_allow_and_deny/main.out-4
- tests/specs/run/permission_env_allow_and_deny/main.ts+11-1
- tests/specs/run/set_timeout_error/set_timeout_error.ts.out+1-1
- tests/specs/run/set_timeout_error_handled/set_timeout_error_handled.ts.out+2-2
- tests/specs/run/worker_drop_handle_race/worker_drop_handle_race.js.out+1-1
- tests/specs/test/hooks/async_error.out+1-1
- tests/specs/test/ops_sanitizer_closed_inside_started_before/ops_sanitizer_closed_inside_started_before.ts+1-1
- tests/testdata/npm/cjs_with_deps/main.js+2-2
- tests/unit/timers_test.ts+16-8
- tests/unit/worker_test.ts+1-1
- tests/unit_node/_fs/_fs_handle_test.ts+1-1
- tests/unit_node/fs_test.ts+29
- tests/unit_node/sqlite_test.ts+38
- tests/wpt/runner/expectation.json+8-6
- tools/core_import_map.json+7
- tools/release/promote_to_release.ts+1-1
- tools/release/promote_to_release_windows.ts+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments