2 files changed
+11
-11
lines changed- .github/workflows/ci.generate.ts+32-2
- .github/workflows/ci.yml+220-105
- .github/workflows/ecosystem_compat_test.yml+6
- .github/workflows/node_compat_test.yml+12
- .github/workflows/post_publish.yml+6-1
- .github/workflows/promote_to_release.yml+7
- Cargo.lock+122-95
- Cargo.toml+53-52
- Releases.md+2
- cli/Cargo.toml+3-3
- cli/lib/Cargo.toml+1-1
- cli/lib/version.txt+1-1
- cli/ops/jupyter.rs+5-5
- cli/rt/Cargo.toml+1-1
- cli/snapshot/Cargo.toml+1-1
- cli/tools/jupyter/mod.rs+2-2
- cli/tools/jupyter/server.rs+20-23
- ext/bundle/Cargo.toml+1-1
- ext/cache/Cargo.toml+1-1
- ext/cron/Cargo.toml+1-1
- ext/crypto/Cargo.toml+1-1
- ext/fetch/Cargo.toml+1-1
- ext/ffi/Cargo.toml+1-1
- ext/fs/Cargo.toml+1-1
- ext/http/Cargo.toml+1-1
- ext/image/Cargo.toml+1-1
- ext/io/Cargo.toml+1-1
- ext/kv/Cargo.toml+1-1
- ext/napi/Cargo.toml+1-1
- ext/napi/sym/Cargo.toml+1-1
- ext/net/Cargo.toml+1-1
- ext/node/Cargo.toml+1-1
- ext/node/polyfills/internal_binding/_utils.ts+5-2
- ext/node/polyfills/testing.ts+131-28
- ext/node_crypto/Cargo.toml+1-1
- ext/node_sqlite/Cargo.toml+1-1
- ext/node_sqlite/database.rs+4-4
- ext/os/Cargo.toml+1-1
- ext/process/Cargo.toml+1-1
- ext/rt_helper/Cargo.toml+1-1
- ext/signals/Cargo.toml+1-1
- ext/telemetry/Cargo.toml+1-1
- ext/tls/Cargo.toml+1-1
- ext/web/Cargo.toml+1-1
- ext/webgpu/Cargo.toml+1-1
- ext/webidl/Cargo.toml+1-1
- ext/websocket/Cargo.toml+1-1
- ext/webstorage/Cargo.toml+1-1
- libs/config/Cargo.toml+1-1
- libs/crypto/Cargo.toml+1-1
- libs/dotenv/Cargo.toml+1-1
- libs/eszip/Cargo.toml+1-1
- libs/inspector_server/Cargo.toml+1-1
- libs/lockfile/Cargo.toml+1-1
- libs/maybe_sync/Cargo.toml+1-1
- libs/node_resolver/Cargo.toml+1-1
- libs/node_shim/Cargo.toml+1-1
- libs/npm/Cargo.toml+1-1
- libs/npm_cache/Cargo.toml+1-1
- libs/npm_installer/Cargo.toml+1-1
- libs/package_json/Cargo.toml+1-1
- libs/resolver/Cargo.toml+1-1
- libs/typescript_go_client/Cargo.toml+1-1
- runtime/Cargo.toml+1-1
- runtime/features/Cargo.toml+1-1
- runtime/permissions/Cargo.toml+1-1
- runtime/subprocess_windows/Cargo.toml+1-1
- tests/bench_util/Cargo.toml+1-1
- tests/node_compat/config.jsonc+2
- tests/specs/node/node_test_hooks/__test__.jsonc+8
- tests/specs/node/node_test_hooks/test_context_hooks.js+47
- tests/specs/node/node_test_hooks/test_context_hooks.out+40
- tests/specs/node/node_test_module/test.out+1-1
- tests/unit_node/buffer_test.ts+20
- tests/unit_node/sqlite_test.ts+1-170
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments