1 file changed
+1
-1
lines changed- .github/workflows/issue_triage.yml+1
- Cargo.lock+12-29
- Cargo.toml+4-4
- cli/args/flags.rs+39-12
- cli/args/mod.rs+5-3
- cli/http_util.rs+17-38
- cli/tools/installer/mod.rs+123-83
- cli/tools/pm/audit.rs+238-32
- ext/node/Cargo.toml+1
- ext/node/global.rs-488
- ext/node/lib.rs+1-45
- ext/node/ops/constant.rs+16
- ext/node/ops/dns.rs+193-4
- ext/node/ops/sqlite/database.rs+1-1
- ext/node/ops/sqlite/statement.rs+6-4
- ext/node/polyfills/00_globals.js-6
- ext/node/polyfills/01_require.js+2-1
- ext/node/polyfills/02_init.js+9-10
- ext/node/polyfills/dns.ts+62
- ext/node/polyfills/dns/promises.ts+1
- ext/node/polyfills/internal/dns/promises.ts+51
- ext/node/polyfills/internal/errors.ts+16
- ext/node/polyfills/internal_binding/cares_wrap.ts+40
- runtime/features/build.rs+1-6
- runtime/features/data.rs-34
- runtime/features/gen.rs-27
- runtime/features/structs.rs-1
- runtime/js/99_main.js+1-2
- runtime/ops/web_worker/sync_fetch.rs+1-4
- tests/integration/install_tests.rs+47-1
- tests/integration/node_unit_tests.rs+1
- tests/node_compat/config.toml+2
- tests/specs/audit/package_json_only/__test__.jsonc+13
- tests/specs/audit/package_json_only/audit_socket.out+50
- tests/specs/audit/package_json_only/audit_socket_authenticated.out+50
- tests/specs/install/global/config_file_import_map/__test__.jsonc+1-1
- tests/specs/npm/compare_globals/__test__.jsonc-4
- tests/specs/npm/compare_globals/main.out-31
- tests/specs/npm/compare_globals/main.ts-61
- tests/unit_node/dns_test.ts+90
- tests/unit_node/sqlite_test.ts+19
- tests/util/server/src/lib.rs+6-1
- tests/util/server/src/servers/mod.rs+4
- tests/util/server/src/servers/socket_dev.rs+217
- tools/core_import_map.json-1
0 commit comments