Commit 7ef6bca
authored
4 files changed
+14
-10
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
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 | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
381 | 382 | | |
382 | 383 | | |
383 | 384 | | |
| 385 | + | |
384 | 386 | | |
385 | 387 | | |
386 | 388 | | |
| |||
401 | 403 | | |
402 | 404 | | |
403 | 405 | | |
| 406 | + | |
404 | 407 | | |
405 | 408 | | |
406 | 409 | | |
| |||
527 | 530 | | |
528 | 531 | | |
529 | 532 | | |
| 533 | + | |
530 | 534 | | |
531 | 535 | | |
532 | 536 | | |
| |||
0 commit comments