1 file changed
+1
-1
lines changed- Cargo.lock+1
- cli/graph_util.rs+61-16
- cli/lsp/language_server.rs+1
- cli/tools/doc.rs+1
- cli/tsc/diagnostics.rs+32
- cli/tsc/dts/lib.deno.unstable.d.ts+1-1
- cli/tsc/dts/lib.deno_websocket.d.ts+18
- cli/type_checker.rs+6-11
- ext/fetch/lib.rs+75-11
- ext/fetch/proxy.rs+40-2
- ext/node/polyfills/_fs/_fs_close.ts+12-2
- ext/node/polyfills/_fs/_fs_readlink.ts+9-6
- ext/node/polyfills/_process/process.ts+1-1
- ext/websocket/01_websocket.js+26-1
- ext/websocket/Cargo.toml+1
- ext/websocket/lib.rs+143-196
- runtime/snapshot_info.rs+1-5
- runtime/web_worker.rs+1-5
- runtime/worker.rs+1-5
- tests/node_compat/config.toml+1
- tests/registry/jsr/@denotest/multiple-exports/0.7.0_meta.json+1-2
- tests/registry/jsr/@denotest/multiple-exports/0.7.1_meta.json+2-1
- tests/specs/check/ambient_modules/__test__.jsonc-4
- tests/specs/check/ambient_modules/bare_specifier.out-3
- tests/specs/check/ambient_modules/bare_specifier.ts-1
- tests/specs/check/ambient_modules/foo.ts+1
- tests/specs/check/bare_specifier_not_found/check_import_map.out+3-1
- tests/specs/check/bare_specifier_not_found/check_no_import_map.out+3-1
- tests/specs/check/with_bare_import/095_cache_with_bare_import.ts.out+3-1
- tests/specs/install/jsr_exports_uses_locked/deno.lock+1-1
- tests/specs/install/jsr_exports_uses_locked/install.out-1
- tests/specs/install/jsr_exports_uses_locked_multiple_in_lockfile/deno.lock+3-3
- tests/specs/install/jsr_exports_uses_locked_multiple_in_lockfile/install.out+1
- tests/specs/run/error_type_definitions/error_type_definitions.ts.out+6-1
- tests/unit/fetch_test.ts+1-1
- tests/unit/websocket_test.ts+159-1
- tests/unit_node/_fs/_fs_close_test.ts+10-1
- tests/unit_node/_fs/_fs_readlink_test.ts+18
- tests/unit_node/process_test.ts+14
0 commit comments