1 file changed
+1
-1
lines changed- .github/workflows/ci.generate.ts+4-29
- .github/workflows/ci.yml+4-16
- Cargo.lock+31-20
- Cargo.toml+3-3
- cli/args/flags.rs+5-5
- cli/factory.rs+5-7
- cli/graph_util.rs+1
- cli/lib/worker.rs+5-2
- cli/lsp/config.rs+4-3
- cli/main.rs+69-53
- cli/schemas/config-file.v1.json+5
- cli/tools/coverage/mod.rs+99-95
- cli/tools/doc.rs+1
- cli/tools/publish/unfurl.rs+2-1
- cli/tools/repl/session.rs+119-13
- cli/tools/run/hmr.rs+187-117
- cli/tools/task.rs+2-2
- cli/tools/test/mod.rs+2-9
- cli/worker.rs+33-60
- ext/fetch/lib.rs+28-20
- ext/http/00_serve.ts+14-59
- ext/http/01_http.js-1
- ext/http/02_websocket.ts+27-3
- ext/http/Cargo.toml+1
- ext/http/http_next.rs+133-118
- ext/http/lib.rs-2
- ext/http/websocket_upgrade.rs-362
- ext/net/ops_tls.rs+2-2
- ext/net/raw.rs+192-91
- ext/node/lib.rs+2-1
- ext/node/ops/fs.rs+35-3
- ext/node/ops/http.rs+51-141
- ext/node/ops/inspector.rs+30-29
- ext/node/polyfills/_fs/_fs_statfs.js-56
- ext/node/polyfills/_fs/_fs_statfs.ts+172
- ext/node/polyfills/fs.ts+1-1
- ext/node/polyfills/http.ts+9-10
- ext/node/polyfills/internal_binding/_timingSafeEqual.ts+23-2
- ext/websocket/01_websocket.js+2-3
- ext/websocket/lib.rs+2
- runtime/worker.rs+10-2
- tests/integration/coverage_tests.rs+4-1
- tests/integration/inspector_tests.rs+2
- tests/integration/node_unit_tests.rs+1
- tests/node_compat/config.toml+1
- tests/specs/run/tunnel/test.out+2-1
- tests/specs/run/tunnel/test.ts+6-1
- tests/unit/serve_test.ts+19-7
- tests/unit_node/_fs/_fs_statfs_test.ts+37-4
- tests/unit_node/crypto/crypto_timing_safe_equal_test.ts+39
- tests/unit_node/http_test.ts+9-4
- tests/util/server/src/servers/ws.rs+8
- tools/core_import_map.json+1
- tools/release/create_symcache.ts+1-4
0 commit comments