1 file changed
+1
-1
lines changed- .github/workflows/issue_triage.yml+15-7
- .github/workflows/promote_to_release.yml+4-4
- Cargo.lock+1
- cli/lib/npm/permission_checker.rs+2-2
- cli/lib/worker.rs+1
- cli/module_loader.rs+1-1
- cli/rt/run.rs+1-1
- cli/tools/upgrade.rs+45
- ext/fetch/lib.rs+13-98
- ext/ffi/call.rs+9-16
- ext/ffi/callback.rs+5-8
- ext/ffi/dlfcn.rs+6-8
- ext/ffi/lib.rs+25-55
- ext/ffi/repr.rs+85-149
- ext/fs/lib.rs+47-134
- ext/fs/ops.rs+411-477
- ext/kv/dynamic.rs+3-7
- ext/kv/remote.rs+11-48
- ext/kv/sqlite.rs+9-41
- ext/napi/lib.rs+6-29
- ext/net/Cargo.toml+3
- ext/net/lib.rs+25-93
- ext/net/ops.rs+51-117
- ext/net/ops_tls.rs+10-19
- ext/net/ops_unix.rs+23-41
- ext/net/quic.rs+19-19
- ext/node/lib.rs+41-113
- ext/node/ops/dns.rs+5-7
- ext/node/ops/fs.rs+50-92
- ext/node/ops/http.rs+4-6
- ext/node/ops/inspector.rs+6-13
- ext/node/ops/os/mod.rs+19-41
- ext/node/ops/process.rs+20-46
- ext/node/ops/require.rs+14-35
- ext/node/ops/sqlite/backup.rs+4-7
- ext/node/ops/sqlite/validators.rs+1-1
- ext/node/ops/worker_threads.rs+7-13
- ext/node/polyfills/assert.ts+5-2
- ext/node/polyfills/internal/util/comparisons.ts+17-9
- ext/node/polyfills/process.ts+4-12
- ext/web/benches/encoding.rs+1-7
- ext/web/benches/timers_ops.rs+1-7
- ext/web/benches/url_ops.rs+1-10
- ext/web/lib.rs+3-4
- ext/web/timers.rs+6-34
- ext/websocket/lib.rs+13-37
- runtime/permissions.rs+1-202
- runtime/permissions/lib.rs+2
- runtime/permissions/runtime_descriptor_parser.rs+202
- runtime/snapshot.rs+8-14
- runtime/snapshot_info.rs+8-209
- runtime/web_worker.rs+18-24
- runtime/worker.rs+24-36
- tests/node_compat/config.toml+1
- tests/specs/bundle/worker/__test__.jsonc+13
- tests/specs/bundle/worker/main.ts+4
- tests/specs/bundle/worker/main.ts.out+2
- tests/specs/bundle/worker/worker.ts+10
- tests/specs/run/node_builtin_modules/mod.js.out+6-1
- tests/specs/run/node_builtin_modules/mod.ts.out+6-1
- tests/unit/worker_test.ts+1-1
- tests/unit_node/assert_test.ts+17
- tools/release/promote_to_release_windows.ts+4-7
0 commit comments