@contrast/agent-bundle 5.42.0 → 5.46.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -10
- package/node_modules/@contrast/agent/README.md +1 -10
- package/node_modules/@contrast/agent/package.json +12 -12
- package/node_modules/@contrast/agent-swc-plugin/package.json +3 -3
- package/node_modules/@contrast/agentify/lib/rewrite-hooks.js +3 -3
- package/node_modules/@contrast/agentify/lib/utils.js +13 -7
- package/node_modules/@contrast/agentify/package.json +17 -17
- package/node_modules/@contrast/architecture-components/package.json +6 -6
- package/node_modules/@contrast/assess/lib/dataflow/propagation/install/ejs/template.js +1 -1
- package/node_modules/@contrast/assess/lib/dataflow/propagation/install/pug/index.js +1 -1
- package/node_modules/@contrast/assess/lib/dataflow/sinks/install/http/server-response.js +1 -12
- package/node_modules/@contrast/assess/lib/dataflow/sinks/install/restify.js +1 -1
- package/node_modules/@contrast/assess/lib/dataflow/sources/handler.js +21 -24
- package/node_modules/@contrast/assess/lib/dataflow/sources/install/http.js +1 -1
- package/node_modules/@contrast/assess/lib/dataflow/tracker.js +1 -1
- package/node_modules/@contrast/assess/lib/get-source-context.js +11 -22
- package/node_modules/@contrast/assess/lib/index.js +1 -1
- package/node_modules/@contrast/assess/lib/make-source-context.js +5 -10
- package/node_modules/@contrast/assess/lib/policy.js +400 -0
- package/node_modules/@contrast/assess/lib/response-scanning/handlers/index.js +10 -14
- package/node_modules/@contrast/assess/lib/response-scanning/install/http.js +0 -12
- package/node_modules/@contrast/assess/lib/session-configuration/handlers.js +1 -1
- package/node_modules/@contrast/assess/package.json +14 -14
- package/node_modules/@contrast/code-events/binding.gyp +1 -1
- package/node_modules/@contrast/code-events/package.json +11 -9
- package/node_modules/@contrast/code-events/prebuilds/darwin-x64+arm64/@contrast+code-events.abi108.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/darwin-x64+arm64/@contrast+code-events.abi115.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/darwin-x64+arm64/@contrast+code-events.abi127.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/darwin-x64+arm64/{@contrast+code-events.abi93.node → @contrast+code-events.abi137.node} +0 -0
- package/node_modules/@contrast/code-events/prebuilds/linux-arm64/@contrast+code-events.abi108.armv8.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/linux-arm64/@contrast+code-events.abi115.armv8.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/linux-arm64/@contrast+code-events.abi127.armv8.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/linux-arm64/@contrast+code-events.abi137.armv8.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/linux-x64/@contrast+code-events.abi108.glibc.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/linux-x64/@contrast+code-events.abi108.musl.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/linux-x64/@contrast+code-events.abi115.glibc.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/linux-x64/@contrast+code-events.abi115.musl.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/linux-x64/@contrast+code-events.abi127.glibc.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/linux-x64/@contrast+code-events.abi127.musl.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/linux-x64/@contrast+code-events.abi137.glibc.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/linux-x64/@contrast+code-events.abi137.musl.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/win32-x64/@contrast+code-events.abi108.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/win32-x64/@contrast+code-events.abi115.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/win32-x64/@contrast+code-events.abi127.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/win32-x64/@contrast+code-events.abi137.node +0 -0
- package/node_modules/@contrast/common/lib/constants.d.ts +1 -1
- package/node_modules/@contrast/common/lib/constants.js +1 -1
- package/node_modules/@contrast/common/lib/index.js +15 -15
- package/node_modules/@contrast/common/lib/primordials.d.ts +22 -20
- package/node_modules/@contrast/common/lib/types.d.ts +18 -6
- package/node_modules/@contrast/common/package.json +2 -2
- package/node_modules/@contrast/config/lib/options.js +37 -4
- package/node_modules/@contrast/config/package.json +4 -4
- package/node_modules/@contrast/core/lib/app-info.js +53 -74
- package/node_modules/@contrast/core/lib/index.d.ts +17 -1
- package/node_modules/@contrast/core/lib/sensitive-data-masking/index.js +33 -5
- package/node_modules/@contrast/core/package.json +10 -9
- package/node_modules/@contrast/deadzones/package.json +6 -6
- package/node_modules/@contrast/dep-hooks/lib/export-handler-registry.d.ts +17 -13
- package/node_modules/@contrast/dep-hooks/lib/export-handler-registry.js +16 -4
- package/node_modules/@contrast/dep-hooks/lib/export-hook-descriptor.d.ts +2 -2
- package/node_modules/@contrast/dep-hooks/lib/export-hook-descriptor.js +2 -3
- package/node_modules/@contrast/dep-hooks/lib/handler-invoker.d.ts +6 -6
- package/node_modules/@contrast/dep-hooks/lib/handler-invoker.js +0 -1
- package/node_modules/@contrast/dep-hooks/lib/helpers.d.ts +0 -7
- package/node_modules/@contrast/dep-hooks/lib/helpers.js +2 -18
- package/node_modules/@contrast/dep-hooks/lib/index.d.ts +17 -12
- package/node_modules/@contrast/dep-hooks/lib/index.js +5 -3
- package/node_modules/@contrast/dep-hooks/lib/package-finder.d.ts +2 -1
- package/node_modules/@contrast/dep-hooks/lib/package-finder.js +6 -6
- package/node_modules/@contrast/dep-hooks/package.json +4 -3
- package/node_modules/@contrast/distringuish/package.json +7 -6
- package/node_modules/@contrast/distringuish/prebuilds/darwin-x64+arm64/@contrast+distringuish.abi108.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/darwin-x64+arm64/@contrast+distringuish.abi115.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/darwin-x64+arm64/@contrast+distringuish.abi127.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/darwin-x64+arm64/{@contrast+distringuish.abi93.node → @contrast+distringuish.abi137.node} +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/linux-arm64/@contrast+distringuish.abi108.armv8.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/linux-arm64/@contrast+distringuish.abi115.armv8.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/linux-arm64/@contrast+distringuish.abi127.armv8.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/linux-arm64/@contrast+distringuish.abi137.armv8.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/linux-x64/@contrast+distringuish.abi108.glibc.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/linux-x64/@contrast+distringuish.abi108.musl.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/linux-x64/@contrast+distringuish.abi115.glibc.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/linux-x64/@contrast+distringuish.abi115.musl.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/linux-x64/@contrast+distringuish.abi127.glibc.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/linux-x64/@contrast+distringuish.abi127.musl.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/linux-x64/@contrast+distringuish.abi137.glibc.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/linux-x64/@contrast+distringuish.abi137.musl.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/win32-x64/@contrast+distringuish.abi108.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/win32-x64/@contrast+distringuish.abi115.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/win32-x64/@contrast+distringuish.abi127.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/win32-x64/@contrast+distringuish.abi137.node +0 -0
- package/node_modules/@contrast/esm-hooks/lib/debug-methods.mjs +4 -4
- package/node_modules/@contrast/esm-hooks/lib/get-file-type.mjs +2 -9
- package/node_modules/@contrast/esm-hooks/lib/hooks.mjs +0 -2
- package/node_modules/@contrast/esm-hooks/lib/redirects/builtin/fs/promises.mjs +2 -0
- package/node_modules/@contrast/esm-hooks/lib/redirects/builtin/fs.mjs +3 -0
- package/node_modules/@contrast/esm-hooks/lib/redirects/builtin/util.mjs +1 -0
- package/node_modules/@contrast/esm-hooks/package.json +7 -7
- package/node_modules/@contrast/fn-inspect/package.json +9 -5
- package/node_modules/@contrast/fn-inspect/prebuilds/darwin-x64+arm64/@contrast+fn-inspect.abi108.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/darwin-x64+arm64/@contrast+fn-inspect.abi115.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/darwin-x64+arm64/@contrast+fn-inspect.abi127.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/darwin-x64+arm64/{@contrast+fn-inspect.abi93.node → @contrast+fn-inspect.abi137.node} +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/linux-arm64/@contrast+fn-inspect.abi108.armv8.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/linux-arm64/@contrast+fn-inspect.abi115.armv8.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/linux-arm64/@contrast+fn-inspect.abi127.armv8.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/linux-arm64/@contrast+fn-inspect.abi137.armv8.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/linux-x64/@contrast+fn-inspect.abi108.glibc.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/linux-x64/@contrast+fn-inspect.abi108.musl.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/linux-x64/@contrast+fn-inspect.abi115.glibc.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/linux-x64/@contrast+fn-inspect.abi115.musl.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/linux-x64/@contrast+fn-inspect.abi127.glibc.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/linux-x64/@contrast+fn-inspect.abi127.musl.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/linux-x64/@contrast+fn-inspect.abi137.glibc.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/linux-x64/{@contrast+fn-inspect.abi93.musl.node → @contrast+fn-inspect.abi137.musl.node} +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/win32-x64/@contrast+fn-inspect.abi108.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/win32-x64/@contrast+fn-inspect.abi115.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/win32-x64/@contrast+fn-inspect.abi127.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/win32-x64/@contrast+fn-inspect.abi137.node +0 -0
- package/node_modules/@contrast/instrumentation/lib/http2.js +0 -11
- package/node_modules/@contrast/instrumentation/package.json +6 -6
- package/node_modules/@contrast/library-analysis/lib/install/library-reporting/dep.json +312 -224
- package/node_modules/@contrast/library-analysis/package.json +6 -6
- package/node_modules/@contrast/logger/lib/index.js +18 -8
- package/node_modules/@contrast/logger/lib/serializers.js +5 -5
- package/node_modules/@contrast/logger/lib/utils.d.ts +0 -6
- package/node_modules/@contrast/logger/package.json +4 -4
- package/node_modules/@contrast/metrics/lib/index.d.ts +6 -6
- package/node_modules/@contrast/metrics/lib/index.js +0 -1
- package/node_modules/@contrast/metrics/package.json +7 -7
- package/node_modules/@contrast/patcher/package.json +3 -3
- package/node_modules/@contrast/perf/package.json +7 -4
- package/node_modules/@contrast/protect/lib/hardening/handlers.js +37 -21
- package/node_modules/@contrast/protect/lib/index.d.ts +3 -2
- package/node_modules/@contrast/protect/lib/index.js +9 -2
- package/node_modules/@contrast/protect/lib/input-analysis/handlers.js +269 -238
- package/node_modules/@contrast/protect/lib/input-analysis/install/http.js +3 -4
- package/node_modules/@contrast/protect/lib/input-tracing/{handlers/index.js → handlers.js} +15 -15
- package/node_modules/@contrast/protect/lib/input-tracing/index.js +0 -1
- package/node_modules/@contrast/protect/lib/make-source-context.js +5 -7
- package/node_modules/@contrast/protect/lib/policy.js +130 -95
- package/node_modules/@contrast/protect/lib/semantic-analysis/handlers.js +19 -18
- package/node_modules/@contrast/protect/package.json +12 -12
- package/node_modules/@contrast/reporter/lib/index.js +1 -1
- package/node_modules/@contrast/reporter/lib/reporters/base.d.ts +0 -1
- package/node_modules/@contrast/reporter/lib/reporters/contrast-ui/endpoints/application-activity/index.d.ts +4 -2
- package/node_modules/@contrast/reporter/lib/reporters/contrast-ui/endpoints/application-activity/index.js +14 -14
- package/node_modules/@contrast/reporter/lib/reporters/contrast-ui/endpoints/application-activity/translations.d.ts +43 -6
- package/node_modules/@contrast/reporter/lib/reporters/contrast-ui/endpoints/application-activity/translations.js +262 -429
- package/node_modules/@contrast/reporter/lib/reporters/contrast-ui/endpoints/server-inventory.d.ts +3 -3
- package/node_modules/@contrast/reporter/lib/reporters/contrast-ui/endpoints/traces/index.js +17 -7
- package/node_modules/@contrast/reporter/lib/reporters/contrast-ui/endpoints/traces/translations.js +12 -13
- package/node_modules/@contrast/reporter/lib/reporters/contrast-ui/utils.js +6 -7
- package/node_modules/@contrast/reporter/lib/reporters/file.js +1 -1
- package/node_modules/@contrast/reporter/lib/reporters/security-logger/index.d.ts +2 -3
- package/node_modules/@contrast/reporter/lib/reporters/security-logger/index.js +72 -86
- package/node_modules/@contrast/reporter/lib/reporters/security-logger/messages.js +6 -7
- package/node_modules/@contrast/reporter/lib/validators.js +0 -1
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/.husky/pre-commit +2 -2
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/.taprc +5 -0
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/README.md +2 -4
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/bench.js +5 -36
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/index.js +56 -300
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/package.json +12 -7
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/test.js +1684 -0
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/types/index.d.ts +1 -2
- package/node_modules/@contrast/reporter/package.json +10 -10
- package/node_modules/@contrast/rewriter/lib/index.js +5 -43
- package/node_modules/@contrast/rewriter/package.json +8 -8
- package/node_modules/@contrast/route-coverage/lib/install/express/express5.js +0 -5
- package/node_modules/@contrast/route-coverage/lib/install/restify.js +1 -1
- package/node_modules/@contrast/route-coverage/package.json +10 -10
- package/node_modules/@contrast/scopes/package.json +6 -6
- package/node_modules/@contrast/sec-obs/lib/traces/http.js +1 -1
- package/node_modules/@contrast/sec-obs/lib/traces/http.test.js +1 -1
- package/node_modules/@contrast/sec-obs/package.json +10 -10
- package/node_modules/@contrast/sources/lib/index.js +1 -1
- package/node_modules/@contrast/sources/lib/index.test.js +0 -26
- package/node_modules/@contrast/sources/package.json +3 -3
- package/node_modules/@contrast/telemetry/package.json +6 -6
- package/node_modules/@opentelemetry/semantic-conventions/README.md +3 -2
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.d.ts +4350 -2882
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.js +4350 -2882
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_events.d.ts +136 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_events.js +154 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_events.js.map +1 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.d.ts +713 -141
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.js +713 -141
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/index-incubating.d.ts +2 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/index-incubating.js +2 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/index-incubating.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/index.d.ts +1 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/index.js +1 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/index.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.d.ts +7 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.js +7 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_events.d.ts +5 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_events.js +23 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_events.js.map +1 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/version.d.ts +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/version.js +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/version.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.d.ts +4350 -2882
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.js +4350 -2882
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_events.d.ts +136 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_events.js +154 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_events.js.map +1 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.d.ts +713 -141
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.js +713 -141
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/index-incubating.d.ts +2 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/index-incubating.js +2 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/index-incubating.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/index.d.ts +1 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/index.js +1 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/index.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.d.ts +7 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.js +7 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_events.d.ts +5 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_events.js +23 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_events.js.map +1 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/version.d.ts +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/version.js +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/version.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.d.ts +4350 -2882
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.js +4354 -2883
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_events.d.ts +136 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_events.js +157 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_events.js.map +1 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.d.ts +713 -141
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.js +720 -147
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/index-incubating.d.ts +2 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/src/index-incubating.js +2 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/src/index-incubating.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/index.d.ts +1 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/src/index.js +1 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/src/index.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.d.ts +7 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.js +10 -4
- package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_events.d.ts +5 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_events.js +26 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_events.js.map +1 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/src/version.d.ts +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/version.js +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/version.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/package.json +6 -7
- package/node_modules/@swc/core/README.md +5 -0
- package/node_modules/@swc/core/binding.d.ts +2 -2
- package/node_modules/@swc/core/index.d.ts +5 -4
- package/node_modules/@swc/core/index.js +2 -2
- package/node_modules/@swc/core/package.json +12 -12
- package/node_modules/@swc/core-darwin-arm64/package.json +1 -1
- package/node_modules/@swc/core-darwin-arm64/swc.darwin-arm64.node +0 -0
- package/node_modules/@swc/core-darwin-x64/package.json +1 -1
- package/node_modules/@swc/core-darwin-x64/swc.darwin-x64.node +0 -0
- package/node_modules/@swc/core-linux-arm64-gnu/package.json +1 -1
- package/node_modules/@swc/core-linux-arm64-gnu/swc.linux-arm64-gnu.node +0 -0
- package/node_modules/@swc/core-linux-arm64-musl/package.json +1 -1
- package/node_modules/@swc/core-linux-arm64-musl/swc.linux-arm64-musl.node +0 -0
- package/node_modules/@swc/core-linux-x64-gnu/package.json +1 -1
- package/node_modules/@swc/core-linux-x64-gnu/swc.linux-x64-gnu.node +0 -0
- package/node_modules/@swc/core-linux-x64-musl/package.json +1 -1
- package/node_modules/@swc/core-linux-x64-musl/swc.linux-x64-musl.node +0 -0
- package/node_modules/@swc/core-win32-arm64-msvc/package.json +1 -1
- package/node_modules/@swc/core-win32-arm64-msvc/swc.win32-arm64-msvc.node +0 -0
- package/node_modules/@swc/core-win32-x64-msvc/package.json +1 -1
- package/node_modules/@swc/core-win32-x64-msvc/swc.win32-x64-msvc.node +0 -0
- package/node_modules/@swc/types/index.d.ts +14 -5
- package/node_modules/@swc/types/package.json +2 -2
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/assert/strict.d.ts +105 -2
- package/node_modules/@types/node/assert.d.ts +119 -95
- package/node_modules/@types/node/buffer.d.ts +1 -1
- package/node_modules/@types/node/child_process.d.ts +26 -122
- package/node_modules/@types/node/crypto.d.ts +161 -17
- package/node_modules/@types/node/dns.d.ts +5 -0
- package/node_modules/@types/node/events.d.ts +79 -33
- package/node_modules/@types/node/fs/promises.d.ts +41 -26
- package/node_modules/@types/node/fs.d.ts +276 -35
- package/node_modules/@types/node/globals.d.ts +148 -347
- package/node_modules/@types/node/http.d.ts +57 -8
- package/node_modules/@types/node/https.d.ts +5 -0
- package/node_modules/@types/node/index.d.ts +7 -2
- package/node_modules/@types/node/inspector.d.ts +187 -4089
- package/node_modules/@types/node/inspector.generated.d.ts +4052 -0
- package/node_modules/@types/node/module.d.ts +1 -0
- package/node_modules/@types/node/net.d.ts +21 -0
- package/node_modules/@types/node/package.json +3 -3
- package/node_modules/@types/node/sqlite.d.ts +34 -0
- package/node_modules/@types/node/test.d.ts +106 -23
- package/node_modules/@types/node/tls.d.ts +32 -0
- package/node_modules/@types/node/ts5.6/index.d.ts +7 -2
- package/node_modules/@types/node/ts5.7/index.d.ts +7 -2
- package/node_modules/@types/node/url.d.ts +25 -6
- package/node_modules/@types/node/util.d.ts +11 -4
- package/node_modules/@types/node/vm.d.ts +73 -10
- package/node_modules/@types/node/wasi.d.ts +21 -0
- package/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
- package/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
- package/node_modules/@types/node/{dom-events.d.ts → web-globals/events.d.ts} +49 -51
- package/node_modules/@types/node/web-globals/fetch.d.ts +50 -0
- package/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
- package/node_modules/@types/node/web-globals/storage.d.ts +24 -0
- package/node_modules/@types/node/worker_threads.d.ts +84 -50
- package/node_modules/@types/node/zlib.d.ts +6 -0
- package/node_modules/axios/CHANGELOG.md +58 -0
- package/node_modules/axios/README.md +87 -10
- package/node_modules/axios/dist/axios.js +355 -289
- package/node_modules/axios/dist/axios.js.map +1 -1
- package/node_modules/axios/dist/axios.min.js +2 -2
- package/node_modules/axios/dist/axios.min.js.map +1 -1
- package/node_modules/axios/dist/browser/axios.cjs +286 -213
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +286 -213
- package/node_modules/axios/dist/esm/axios.js.map +1 -1
- package/node_modules/axios/dist/esm/axios.min.js +2 -2
- package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
- package/node_modules/axios/dist/node/axios.cjs +377 -213
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/index.d.cts +12 -5
- package/node_modules/axios/index.d.ts +13 -4
- package/node_modules/axios/lib/adapters/adapters.js +6 -4
- package/node_modules/axios/lib/adapters/fetch.js +221 -162
- package/node_modules/axios/lib/adapters/http.js +18 -0
- package/node_modules/axios/lib/adapters/xhr.js +11 -8
- package/node_modules/axios/lib/core/Axios.js +0 -2
- package/node_modules/axios/lib/core/AxiosError.js +10 -3
- package/node_modules/axios/lib/core/dispatchRequest.js +1 -1
- package/node_modules/axios/lib/defaults/index.js +1 -1
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/buildURL.js +1 -3
- package/node_modules/axios/lib/helpers/estimateDataURLDecodedBytes.js +73 -0
- package/node_modules/axios/lib/helpers/resolveConfig.js +13 -9
- package/node_modules/axios/lib/utils.js +5 -3
- package/node_modules/axios/package.json +18 -12
- package/node_modules/balanced-match/.github/FUNDING.yml +2 -0
- package/node_modules/balanced-match/LICENSE.md +21 -0
- package/node_modules/balanced-match/README.md +97 -0
- package/node_modules/balanced-match/index.js +62 -0
- package/node_modules/balanced-match/package.json +48 -0
- package/node_modules/brace-expansion/.github/FUNDING.yml +2 -0
- package/node_modules/brace-expansion/LICENSE +21 -0
- package/node_modules/brace-expansion/README.md +135 -0
- package/node_modules/brace-expansion/index.js +203 -0
- package/node_modules/brace-expansion/package.json +49 -0
- package/node_modules/detect-libc/lib/detect-libc.js +59 -13
- package/node_modules/detect-libc/lib/elf.js +39 -0
- package/node_modules/detect-libc/lib/filesystem.js +18 -8
- package/node_modules/detect-libc/package.json +3 -2
- package/node_modules/minimatch/LICENSE +15 -0
- package/node_modules/minimatch/README.md +454 -0
- package/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts +2 -0
- package/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts.map +1 -0
- package/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +14 -0
- package/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map +1 -0
- package/node_modules/minimatch/dist/commonjs/ast.d.ts +20 -0
- package/node_modules/minimatch/dist/commonjs/ast.d.ts.map +1 -0
- package/node_modules/minimatch/dist/commonjs/ast.js +592 -0
- package/node_modules/minimatch/dist/commonjs/ast.js.map +1 -0
- package/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts +8 -0
- package/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map +1 -0
- package/node_modules/minimatch/dist/commonjs/brace-expressions.js +152 -0
- package/node_modules/minimatch/dist/commonjs/brace-expressions.js.map +1 -0
- package/node_modules/minimatch/dist/commonjs/escape.d.ts +12 -0
- package/node_modules/minimatch/dist/commonjs/escape.d.ts.map +1 -0
- package/node_modules/minimatch/dist/commonjs/escape.js +22 -0
- package/node_modules/minimatch/dist/commonjs/escape.js.map +1 -0
- package/node_modules/minimatch/dist/commonjs/index.d.ts +94 -0
- package/node_modules/minimatch/dist/commonjs/index.d.ts.map +1 -0
- package/node_modules/minimatch/dist/commonjs/index.js +1017 -0
- package/node_modules/minimatch/dist/commonjs/index.js.map +1 -0
- package/node_modules/minimatch/dist/commonjs/package.json +3 -0
- package/node_modules/minimatch/dist/commonjs/unescape.d.ts +17 -0
- package/node_modules/minimatch/dist/commonjs/unescape.d.ts.map +1 -0
- package/node_modules/minimatch/dist/commonjs/unescape.js +24 -0
- package/node_modules/minimatch/dist/commonjs/unescape.js.map +1 -0
- package/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts +2 -0
- package/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts.map +1 -0
- package/node_modules/minimatch/dist/esm/assert-valid-pattern.js +10 -0
- package/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map +1 -0
- package/node_modules/minimatch/dist/esm/ast.d.ts +20 -0
- package/node_modules/minimatch/dist/esm/ast.d.ts.map +1 -0
- package/node_modules/minimatch/dist/esm/ast.js +588 -0
- package/node_modules/minimatch/dist/esm/ast.js.map +1 -0
- package/node_modules/minimatch/dist/esm/brace-expressions.d.ts +8 -0
- package/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map +1 -0
- package/node_modules/minimatch/dist/esm/brace-expressions.js +148 -0
- package/node_modules/minimatch/dist/esm/brace-expressions.js.map +1 -0
- package/node_modules/minimatch/dist/esm/escape.d.ts +12 -0
- package/node_modules/minimatch/dist/esm/escape.d.ts.map +1 -0
- package/node_modules/minimatch/dist/esm/escape.js +18 -0
- package/node_modules/minimatch/dist/esm/escape.js.map +1 -0
- package/node_modules/minimatch/dist/esm/index.d.ts +94 -0
- package/node_modules/minimatch/dist/esm/index.d.ts.map +1 -0
- package/node_modules/minimatch/dist/esm/index.js +1001 -0
- package/node_modules/minimatch/dist/esm/index.js.map +1 -0
- package/node_modules/minimatch/dist/esm/package.json +3 -0
- package/node_modules/minimatch/dist/esm/unescape.d.ts +17 -0
- package/node_modules/minimatch/dist/esm/unescape.d.ts.map +1 -0
- package/node_modules/minimatch/dist/esm/unescape.js +20 -0
- package/node_modules/minimatch/dist/esm/unescape.js.map +1 -0
- package/node_modules/minimatch/package.json +82 -0
- package/node_modules/node-abi/LICENSE +21 -0
- package/node_modules/node-abi/README.md +54 -0
- package/node_modules/node-abi/abi_registry.json +408 -0
- package/node_modules/node-abi/getNextTarget.js +13 -0
- package/node_modules/node-abi/index.js +161 -0
- package/node_modules/node-abi/package.json +46 -0
- package/node_modules/node-addon-api/README.md +25 -249
- package/node_modules/node-addon-api/common.gypi +1 -0
- package/node_modules/node-addon-api/index.js +2 -0
- package/node_modules/node-addon-api/napi-inl.h +592 -166
- package/node_modules/node-addon-api/napi.h +167 -59
- package/node_modules/node-addon-api/node_addon_api.gyp +10 -0
- package/node_modules/node-addon-api/noexcept.gypi +1 -1
- package/node_modules/node-addon-api/package.json +13 -13
- package/node_modules/node-addon-api/tools/conversion.js +1 -1
- package/node_modules/protobufjs/dist/light/protobuf.js +2 -2
- package/node_modules/protobufjs/dist/light/protobuf.min.js +2 -2
- package/node_modules/protobufjs/dist/minimal/protobuf.js +2 -2
- package/node_modules/protobufjs/dist/minimal/protobuf.min.js +2 -2
- package/node_modules/protobufjs/dist/protobuf.js +2 -2
- package/node_modules/protobufjs/dist/protobuf.min.js +2 -2
- package/node_modules/protobufjs/google/protobuf/descriptor.json +2 -2
- package/node_modules/protobufjs/google/protobuf/descriptor.proto +2 -1
- package/node_modules/protobufjs/package.json +1 -1
- package/node_modules/undici-types/agent.d.ts +0 -4
- package/node_modules/undici-types/client.d.ts +0 -2
- package/node_modules/undici-types/diagnostics-channel.d.ts +9 -0
- package/node_modules/undici-types/dispatcher.d.ts +3 -8
- package/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -1
- package/node_modules/undici-types/eventsource.d.ts +3 -3
- package/node_modules/undici-types/fetch.d.ts +1 -0
- package/node_modules/undici-types/h2c-client.d.ts +0 -2
- package/node_modules/undici-types/handlers.d.ts +1 -1
- package/node_modules/undici-types/index.d.ts +3 -1
- package/node_modules/undici-types/mock-client.d.ts +2 -0
- package/node_modules/undici-types/mock-interceptor.d.ts +2 -1
- package/node_modules/undici-types/mock-pool.d.ts +2 -0
- package/node_modules/undici-types/package.json +1 -1
- package/node_modules/undici-types/retry-handler.d.ts +9 -0
- package/node_modules/undici-types/snapshot-agent.d.ts +107 -0
- package/node_modules/undici-types/webidl.d.ts +29 -15
- package/node_modules/undici-types/websocket.d.ts +3 -1
- package/package.json +3 -3
- package/node_modules/@contrast/assess/lib/get-policy.js +0 -336
- package/node_modules/@contrast/code-events/prebuilds/linux-arm64/@contrast+code-events.abi93.armv8.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/linux-x64/@contrast+code-events.abi93.glibc.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/linux-x64/@contrast+code-events.abi93.musl.node +0 -0
- package/node_modules/@contrast/code-events/prebuilds/win32-x64/@contrast+code-events.abi93.node +0 -0
- package/node_modules/@contrast/core/lib/sensitive-data-masking/protect-listener.js +0 -111
- package/node_modules/@contrast/distringuish/prebuilds/linux-arm64/@contrast+distringuish.abi93.armv8.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/linux-x64/@contrast+distringuish.abi93.glibc.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/linux-x64/@contrast+distringuish.abi93.musl.node +0 -0
- package/node_modules/@contrast/distringuish/prebuilds/win32-x64/@contrast+distringuish.abi93.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/linux-arm64/@contrast+fn-inspect.abi93.armv8.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/linux-x64/@contrast+fn-inspect.abi93.glibc.node +0 -0
- package/node_modules/@contrast/fn-inspect/prebuilds/win32-x64/@contrast+fn-inspect.abi93.node +0 -0
- package/node_modules/@contrast/perf/lib/index.test.js +0 -547
- package/node_modules/@contrast/perf/lib/tsconfig.json +0 -31
- package/node_modules/@contrast/protect/lib/input-tracing/install/spdy.js +0 -63
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/.taprc.yaml +0 -11
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/test/destroy.test.js +0 -49
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/test/end.test.js +0 -98
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/test/flush-sync.test.js +0 -140
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/test/flush.test.js +0 -419
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/test/fsync.test.js +0 -63
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/test/helper.js +0 -42
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/test/minlength.test.js +0 -35
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/test/mode.test.js +0 -116
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/test/reopen.test.js +0 -239
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/test/retry.test.js +0 -414
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/test/sync.test.js +0 -261
- package/node_modules/@contrast/reporter/node_modules/sonic-boom/test/write.test.js +0 -465
- package/node_modules/node-addon-api/tools/eslint-format.js +0 -79
|
@@ -805,6 +805,27 @@ declare module "net" {
|
|
|
805
805
|
* @param value Any JS value
|
|
806
806
|
*/
|
|
807
807
|
static isBlockList(value: unknown): value is BlockList;
|
|
808
|
+
/**
|
|
809
|
+
* ```js
|
|
810
|
+
* const blockList = new net.BlockList();
|
|
811
|
+
* const data = [
|
|
812
|
+
* 'Subnet: IPv4 192.168.1.0/24',
|
|
813
|
+
* 'Address: IPv4 10.0.0.5',
|
|
814
|
+
* 'Range: IPv4 192.168.2.1-192.168.2.10',
|
|
815
|
+
* 'Range: IPv4 10.0.0.1-10.0.0.10',
|
|
816
|
+
* ];
|
|
817
|
+
* blockList.fromJSON(data);
|
|
818
|
+
* blockList.fromJSON(JSON.stringify(data));
|
|
819
|
+
* ```
|
|
820
|
+
* @since v24.5.0
|
|
821
|
+
* @experimental
|
|
822
|
+
*/
|
|
823
|
+
fromJSON(data: string | readonly string[]): void;
|
|
824
|
+
/**
|
|
825
|
+
* @since v24.5.0
|
|
826
|
+
* @experimental
|
|
827
|
+
*/
|
|
828
|
+
toJSON(): readonly string[];
|
|
808
829
|
}
|
|
809
830
|
interface TcpNetConnectOpts extends TcpSocketConnectOpts, SocketConstructorOpts {
|
|
810
831
|
timeout?: number | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "24.2
|
|
3
|
+
"version": "24.6.2",
|
|
4
4
|
"description": "TypeScript definitions for node",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
6
6
|
"license": "MIT",
|
|
@@ -147,9 +147,9 @@
|
|
|
147
147
|
},
|
|
148
148
|
"scripts": {},
|
|
149
149
|
"dependencies": {
|
|
150
|
-
"undici-types": "~7.
|
|
150
|
+
"undici-types": "~7.13.0"
|
|
151
151
|
},
|
|
152
152
|
"peerDependencies": {},
|
|
153
|
-
"typesPublisherContentHash": "
|
|
153
|
+
"typesPublisherContentHash": "e7bb75f8d0111245a28651af05ef0fef9a30a5eeafcb3bbe9f3bd4c13ad7adde",
|
|
154
154
|
"typeScriptVersion": "5.2"
|
|
155
155
|
}
|
|
@@ -97,6 +97,33 @@ declare module "node:sqlite" {
|
|
|
97
97
|
* @default 0
|
|
98
98
|
*/
|
|
99
99
|
timeout?: number | undefined;
|
|
100
|
+
/**
|
|
101
|
+
* If `true`, integer fields are read as JavaScript `BigInt` values. If `false`,
|
|
102
|
+
* integer fields are read as JavaScript numbers.
|
|
103
|
+
* @since v24.4.0
|
|
104
|
+
* @default false
|
|
105
|
+
*/
|
|
106
|
+
readBigInts?: boolean | undefined;
|
|
107
|
+
/**
|
|
108
|
+
* If `true`, query results are returned as arrays instead of objects.
|
|
109
|
+
* @since v24.4.0
|
|
110
|
+
* @default false
|
|
111
|
+
*/
|
|
112
|
+
returnArrays?: boolean | undefined;
|
|
113
|
+
/**
|
|
114
|
+
* If `true`, allows binding named parameters without the prefix
|
|
115
|
+
* character (e.g., `foo` instead of `:foo`).
|
|
116
|
+
* @since v24.4.40
|
|
117
|
+
* @default true
|
|
118
|
+
*/
|
|
119
|
+
allowBareNamedParameters?: boolean | undefined;
|
|
120
|
+
/**
|
|
121
|
+
* If `true`, unknown named parameters are ignored when binding.
|
|
122
|
+
* If `false`, an exception is thrown for unknown named parameters.
|
|
123
|
+
* @since v24.4.40
|
|
124
|
+
* @default false
|
|
125
|
+
*/
|
|
126
|
+
allowUnknownNamedParameters?: boolean | undefined;
|
|
100
127
|
}
|
|
101
128
|
interface CreateSessionOptions {
|
|
102
129
|
/**
|
|
@@ -566,6 +593,13 @@ declare module "node:sqlite" {
|
|
|
566
593
|
* @param enabled Enables or disables support for unknown named parameters.
|
|
567
594
|
*/
|
|
568
595
|
setAllowUnknownNamedParameters(enabled: boolean): void;
|
|
596
|
+
/**
|
|
597
|
+
* When enabled, query results returned by the `all()`, `get()`, and `iterate()` methods will be returned as arrays instead
|
|
598
|
+
* of objects.
|
|
599
|
+
* @since v24.0.0
|
|
600
|
+
* @param enabled Enables or disables the return of query results as arrays.
|
|
601
|
+
*/
|
|
602
|
+
setReturnArrays(enabled: boolean): void;
|
|
569
603
|
/**
|
|
570
604
|
* When reading from the database, SQLite `INTEGER`s are mapped to JavaScript
|
|
571
605
|
* numbers by default. However, SQLite `INTEGER`s can store values larger than
|
|
@@ -79,6 +79,7 @@
|
|
|
79
79
|
* @see [source](https://github.com/nodejs/node/blob/v24.x/lib/test.js)
|
|
80
80
|
*/
|
|
81
81
|
declare module "node:test" {
|
|
82
|
+
import { AssertMethodNames } from "node:assert";
|
|
82
83
|
import { Readable } from "node:stream";
|
|
83
84
|
import TestFn = test.TestFn;
|
|
84
85
|
import TestOptions = test.TestOptions;
|
|
@@ -1171,29 +1172,7 @@ declare module "node:test" {
|
|
|
1171
1172
|
*/
|
|
1172
1173
|
readonly mock: MockTracker;
|
|
1173
1174
|
}
|
|
1174
|
-
interface TestContextAssert extends
|
|
1175
|
-
Pick<
|
|
1176
|
-
typeof import("assert"),
|
|
1177
|
-
| "deepEqual"
|
|
1178
|
-
| "deepStrictEqual"
|
|
1179
|
-
| "doesNotMatch"
|
|
1180
|
-
| "doesNotReject"
|
|
1181
|
-
| "doesNotThrow"
|
|
1182
|
-
| "equal"
|
|
1183
|
-
| "fail"
|
|
1184
|
-
| "ifError"
|
|
1185
|
-
| "match"
|
|
1186
|
-
| "notDeepEqual"
|
|
1187
|
-
| "notDeepStrictEqual"
|
|
1188
|
-
| "notEqual"
|
|
1189
|
-
| "notStrictEqual"
|
|
1190
|
-
| "ok"
|
|
1191
|
-
| "partialDeepStrictEqual"
|
|
1192
|
-
| "rejects"
|
|
1193
|
-
| "strictEqual"
|
|
1194
|
-
| "throws"
|
|
1195
|
-
>
|
|
1196
|
-
{
|
|
1175
|
+
interface TestContextAssert extends Pick<typeof import("assert"), AssertMethodNames> {
|
|
1197
1176
|
/**
|
|
1198
1177
|
* This function serializes `value` and writes it to the file specified by `path`.
|
|
1199
1178
|
*
|
|
@@ -1707,6 +1686,46 @@ declare module "node:test" {
|
|
|
1707
1686
|
* @param options Optional configuration options for the mock module.
|
|
1708
1687
|
*/
|
|
1709
1688
|
module(specifier: string, options?: MockModuleOptions): MockModuleContext;
|
|
1689
|
+
/**
|
|
1690
|
+
* Creates a mock for a property value on an object. This allows you to track and control access to a specific property,
|
|
1691
|
+
* including how many times it is read (getter) or written (setter), and to restore the original value after mocking.
|
|
1692
|
+
*
|
|
1693
|
+
* ```js
|
|
1694
|
+
* test('mocks a property value', (t) => {
|
|
1695
|
+
* const obj = { foo: 42 };
|
|
1696
|
+
* const prop = t.mock.property(obj, 'foo', 100);
|
|
1697
|
+
*
|
|
1698
|
+
* assert.strictEqual(obj.foo, 100);
|
|
1699
|
+
* assert.strictEqual(prop.mock.accessCount(), 1);
|
|
1700
|
+
* assert.strictEqual(prop.mock.accesses[0].type, 'get');
|
|
1701
|
+
* assert.strictEqual(prop.mock.accesses[0].value, 100);
|
|
1702
|
+
*
|
|
1703
|
+
* obj.foo = 200;
|
|
1704
|
+
* assert.strictEqual(prop.mock.accessCount(), 2);
|
|
1705
|
+
* assert.strictEqual(prop.mock.accesses[1].type, 'set');
|
|
1706
|
+
* assert.strictEqual(prop.mock.accesses[1].value, 200);
|
|
1707
|
+
*
|
|
1708
|
+
* prop.mock.restore();
|
|
1709
|
+
* assert.strictEqual(obj.foo, 42);
|
|
1710
|
+
* });
|
|
1711
|
+
* ```
|
|
1712
|
+
* @since v24.3.0
|
|
1713
|
+
* @param object The object whose value is being mocked.
|
|
1714
|
+
* @param propertyName The identifier of the property on `object` to mock.
|
|
1715
|
+
* @param value An optional value used as the mock value
|
|
1716
|
+
* for `object[propertyName]`. **Default:** The original property value.
|
|
1717
|
+
* @returns A proxy to the mocked object. The mocked object contains a
|
|
1718
|
+
* special `mock` property, which is an instance of [`MockPropertyContext`][], and
|
|
1719
|
+
* can be used for inspecting and changing the behavior of the mocked property.
|
|
1720
|
+
*/
|
|
1721
|
+
property<
|
|
1722
|
+
MockedObject extends object,
|
|
1723
|
+
PropertyName extends keyof MockedObject,
|
|
1724
|
+
>(
|
|
1725
|
+
object: MockedObject,
|
|
1726
|
+
property: PropertyName,
|
|
1727
|
+
value?: MockedObject[PropertyName],
|
|
1728
|
+
): MockedObject & { mock: MockPropertyContext<MockedObject[PropertyName]> };
|
|
1710
1729
|
/**
|
|
1711
1730
|
* This function restores the default behavior of all mocks that were previously
|
|
1712
1731
|
* created by this `MockTracker` and disassociates the mocks from the `MockTracker` instance. Once disassociated, the mocks can still be used, but the `MockTracker` instance can no longer be
|
|
@@ -1876,6 +1895,70 @@ declare module "node:test" {
|
|
|
1876
1895
|
*/
|
|
1877
1896
|
restore(): void;
|
|
1878
1897
|
}
|
|
1898
|
+
/**
|
|
1899
|
+
* @since v24.3.0
|
|
1900
|
+
*/
|
|
1901
|
+
class MockPropertyContext<PropertyType = any> {
|
|
1902
|
+
/**
|
|
1903
|
+
* A getter that returns a copy of the internal array used to track accesses (get/set) to
|
|
1904
|
+
* the mocked property. Each entry in the array is an object with the following properties:
|
|
1905
|
+
*/
|
|
1906
|
+
readonly accesses: Array<{
|
|
1907
|
+
type: "get" | "set";
|
|
1908
|
+
value: PropertyType;
|
|
1909
|
+
stack: Error;
|
|
1910
|
+
}>;
|
|
1911
|
+
/**
|
|
1912
|
+
* This function returns the number of times that the property was accessed.
|
|
1913
|
+
* This function is more efficient than checking `ctx.accesses.length` because
|
|
1914
|
+
* `ctx.accesses` is a getter that creates a copy of the internal access tracking array.
|
|
1915
|
+
* @returns The number of times that the property was accessed (read or written).
|
|
1916
|
+
*/
|
|
1917
|
+
accessCount(): number;
|
|
1918
|
+
/**
|
|
1919
|
+
* This function is used to change the value returned by the mocked property getter.
|
|
1920
|
+
* @param value The new value to be set as the mocked property value.
|
|
1921
|
+
*/
|
|
1922
|
+
mockImplementation(value: PropertyType): void;
|
|
1923
|
+
/**
|
|
1924
|
+
* This function is used to change the behavior of an existing mock for a single
|
|
1925
|
+
* invocation. Once invocation `onAccess` has occurred, the mock will revert to
|
|
1926
|
+
* whatever behavior it would have used had `mockImplementationOnce()` not been
|
|
1927
|
+
* called.
|
|
1928
|
+
*
|
|
1929
|
+
* The following example creates a mock function using `t.mock.property()`, calls the
|
|
1930
|
+
* mock property, changes the mock implementation to a different value for the
|
|
1931
|
+
* next invocation, and then resumes its previous behavior.
|
|
1932
|
+
*
|
|
1933
|
+
* ```js
|
|
1934
|
+
* test('changes a mock behavior once', (t) => {
|
|
1935
|
+
* const obj = { foo: 1 };
|
|
1936
|
+
*
|
|
1937
|
+
* const prop = t.mock.property(obj, 'foo', 5);
|
|
1938
|
+
*
|
|
1939
|
+
* assert.strictEqual(obj.foo, 5);
|
|
1940
|
+
* prop.mock.mockImplementationOnce(25);
|
|
1941
|
+
* assert.strictEqual(obj.foo, 25);
|
|
1942
|
+
* assert.strictEqual(obj.foo, 5);
|
|
1943
|
+
* });
|
|
1944
|
+
* ```
|
|
1945
|
+
* @param value The value to be used as the mock's
|
|
1946
|
+
* implementation for the invocation number specified by `onAccess`.
|
|
1947
|
+
* @param onAccess The invocation number that will use `value`. If
|
|
1948
|
+
* the specified invocation has already occurred then an exception is thrown.
|
|
1949
|
+
* **Default:** The number of the next invocation.
|
|
1950
|
+
*/
|
|
1951
|
+
mockImplementationOnce(value: PropertyType, onAccess?: number): void;
|
|
1952
|
+
/**
|
|
1953
|
+
* Resets the access history of the mocked property.
|
|
1954
|
+
*/
|
|
1955
|
+
resetAccesses(): void;
|
|
1956
|
+
/**
|
|
1957
|
+
* Resets the implementation of the mock property to its original behavior. The
|
|
1958
|
+
* mock can still be used after calling this function.
|
|
1959
|
+
*/
|
|
1960
|
+
restore(): void;
|
|
1961
|
+
}
|
|
1879
1962
|
interface MockTimersOptions {
|
|
1880
1963
|
apis: ReadonlyArray<"setInterval" | "setTimeout" | "setImmediate" | "Date">;
|
|
1881
1964
|
now?: number | Date | undefined;
|
|
@@ -1162,6 +1162,38 @@ declare module "tls" {
|
|
|
1162
1162
|
* @since v0.10.2
|
|
1163
1163
|
*/
|
|
1164
1164
|
function getCiphers(): string[];
|
|
1165
|
+
/**
|
|
1166
|
+
* Sets the default CA certificates used by Node.js TLS clients. If the provided
|
|
1167
|
+
* certificates are parsed successfully, they will become the default CA
|
|
1168
|
+
* certificate list returned by {@link getCACertificates} and used
|
|
1169
|
+
* by subsequent TLS connections that don't specify their own CA certificates.
|
|
1170
|
+
* The certificates will be deduplicated before being set as the default.
|
|
1171
|
+
*
|
|
1172
|
+
* This function only affects the current Node.js thread. Previous
|
|
1173
|
+
* sessions cached by the HTTPS agent won't be affected by this change, so
|
|
1174
|
+
* this method should be called before any unwanted cachable TLS connections are
|
|
1175
|
+
* made.
|
|
1176
|
+
*
|
|
1177
|
+
* To use system CA certificates as the default:
|
|
1178
|
+
*
|
|
1179
|
+
* ```js
|
|
1180
|
+
* import tls from 'node:tls';
|
|
1181
|
+
* tls.setDefaultCACertificates(tls.getCACertificates('system'));
|
|
1182
|
+
* ```
|
|
1183
|
+
*
|
|
1184
|
+
* This function completely replaces the default CA certificate list. To add additional
|
|
1185
|
+
* certificates to the existing defaults, get the current certificates and append to them:
|
|
1186
|
+
*
|
|
1187
|
+
* ```js
|
|
1188
|
+
* import tls from 'node:tls';
|
|
1189
|
+
* const currentCerts = tls.getCACertificates('default');
|
|
1190
|
+
* const additionalCerts = ['-----BEGIN CERTIFICATE-----\n...'];
|
|
1191
|
+
* tls.setDefaultCACertificates([...currentCerts, ...additionalCerts]);
|
|
1192
|
+
* ```
|
|
1193
|
+
* @since v24.5.0
|
|
1194
|
+
* @param certs An array of CA certificates in PEM format.
|
|
1195
|
+
*/
|
|
1196
|
+
function setDefaultCACertificates(certs: ReadonlyArray<string | NodeJS.ArrayBufferView>): void;
|
|
1165
1197
|
/**
|
|
1166
1198
|
* The default curve name to use for ECDH key agreement in a tls server.
|
|
1167
1199
|
* The default value is `'auto'`. See `{@link createSecureContext()}` for further
|
|
@@ -40,6 +40,12 @@
|
|
|
40
40
|
|
|
41
41
|
// Definitions for Node.js modules that are not specific to any version of TypeScript:
|
|
42
42
|
/// <reference path="../globals.d.ts" />
|
|
43
|
+
/// <reference path="../web-globals/abortcontroller.d.ts" />
|
|
44
|
+
/// <reference path="../web-globals/domexception.d.ts" />
|
|
45
|
+
/// <reference path="../web-globals/events.d.ts" />
|
|
46
|
+
/// <reference path="../web-globals/fetch.d.ts" />
|
|
47
|
+
/// <reference path="../web-globals/navigator.d.ts" />
|
|
48
|
+
/// <reference path="../web-globals/storage.d.ts" />
|
|
43
49
|
/// <reference path="../assert.d.ts" />
|
|
44
50
|
/// <reference path="../assert/strict.d.ts" />
|
|
45
51
|
/// <reference path="../async_hooks.d.ts" />
|
|
@@ -53,9 +59,7 @@
|
|
|
53
59
|
/// <reference path="../diagnostics_channel.d.ts" />
|
|
54
60
|
/// <reference path="../dns.d.ts" />
|
|
55
61
|
/// <reference path="../dns/promises.d.ts" />
|
|
56
|
-
/// <reference path="../dns/promises.d.ts" />
|
|
57
62
|
/// <reference path="../domain.d.ts" />
|
|
58
|
-
/// <reference path="../dom-events.d.ts" />
|
|
59
63
|
/// <reference path="../events.d.ts" />
|
|
60
64
|
/// <reference path="../fs.d.ts" />
|
|
61
65
|
/// <reference path="../fs/promises.d.ts" />
|
|
@@ -63,6 +67,7 @@
|
|
|
63
67
|
/// <reference path="../http2.d.ts" />
|
|
64
68
|
/// <reference path="../https.d.ts" />
|
|
65
69
|
/// <reference path="../inspector.d.ts" />
|
|
70
|
+
/// <reference path="../inspector.generated.d.ts" />
|
|
66
71
|
/// <reference path="../module.d.ts" />
|
|
67
72
|
/// <reference path="../net.d.ts" />
|
|
68
73
|
/// <reference path="../os.d.ts" />
|
|
@@ -40,6 +40,12 @@
|
|
|
40
40
|
|
|
41
41
|
// Definitions for Node.js modules that are not specific to any version of TypeScript:
|
|
42
42
|
/// <reference path="../globals.d.ts" />
|
|
43
|
+
/// <reference path="../web-globals/abortcontroller.d.ts" />
|
|
44
|
+
/// <reference path="../web-globals/domexception.d.ts" />
|
|
45
|
+
/// <reference path="../web-globals/events.d.ts" />
|
|
46
|
+
/// <reference path="../web-globals/fetch.d.ts" />
|
|
47
|
+
/// <reference path="../web-globals/navigator.d.ts" />
|
|
48
|
+
/// <reference path="../web-globals/storage.d.ts" />
|
|
43
49
|
/// <reference path="../assert.d.ts" />
|
|
44
50
|
/// <reference path="../assert/strict.d.ts" />
|
|
45
51
|
/// <reference path="../async_hooks.d.ts" />
|
|
@@ -53,9 +59,7 @@
|
|
|
53
59
|
/// <reference path="../diagnostics_channel.d.ts" />
|
|
54
60
|
/// <reference path="../dns.d.ts" />
|
|
55
61
|
/// <reference path="../dns/promises.d.ts" />
|
|
56
|
-
/// <reference path="../dns/promises.d.ts" />
|
|
57
62
|
/// <reference path="../domain.d.ts" />
|
|
58
|
-
/// <reference path="../dom-events.d.ts" />
|
|
59
63
|
/// <reference path="../events.d.ts" />
|
|
60
64
|
/// <reference path="../fs.d.ts" />
|
|
61
65
|
/// <reference path="../fs/promises.d.ts" />
|
|
@@ -63,6 +67,7 @@
|
|
|
63
67
|
/// <reference path="../http2.d.ts" />
|
|
64
68
|
/// <reference path="../https.d.ts" />
|
|
65
69
|
/// <reference path="../inspector.d.ts" />
|
|
70
|
+
/// <reference path="../inspector.generated.d.ts" />
|
|
66
71
|
/// <reference path="../module.d.ts" />
|
|
67
72
|
/// <reference path="../net.d.ts" />
|
|
68
73
|
/// <reference path="../os.d.ts" />
|
|
@@ -315,6 +315,17 @@ declare module "url" {
|
|
|
315
315
|
* @return The fully-resolved platform-specific Node.js file path.
|
|
316
316
|
*/
|
|
317
317
|
function fileURLToPath(url: string | URL, options?: FileUrlToPathOptions): string;
|
|
318
|
+
/**
|
|
319
|
+
* Like `url.fileURLToPath(...)` except that instead of returning a string
|
|
320
|
+
* representation of the path, a `Buffer` is returned. This conversion is
|
|
321
|
+
* helpful when the input URL contains percent-encoded segments that are
|
|
322
|
+
* not valid UTF-8 / Unicode sequences.
|
|
323
|
+
* @since v24.3.0
|
|
324
|
+
* @param url The file URL string or URL object to convert to a path.
|
|
325
|
+
* @returns The fully-resolved platform-specific Node.js file path
|
|
326
|
+
* as a `Buffer`.
|
|
327
|
+
*/
|
|
328
|
+
function fileURLToPathBuffer(url: string | URL, options?: FileUrlToPathOptions): Buffer;
|
|
318
329
|
/**
|
|
319
330
|
* This function ensures that `path` is resolved absolutely, and that the URL
|
|
320
331
|
* control characters are correctly encoded when converting into a File URL.
|
|
@@ -444,12 +455,15 @@ declare module "url" {
|
|
|
444
455
|
*/
|
|
445
456
|
static canParse(input: string, base?: string): boolean;
|
|
446
457
|
/**
|
|
447
|
-
* Parses a string as a URL. If `base` is provided, it will be used as the base
|
|
448
|
-
*
|
|
449
|
-
*
|
|
450
|
-
* `converted to a string` first.
|
|
451
|
-
* @param base The base URL to resolve against if the `input` is not absolute. If `base` is not a string, it is `converted to a string` first.
|
|
458
|
+
* Parses a string as a URL. If `base` is provided, it will be used as the base
|
|
459
|
+
* URL for the purpose of resolving non-absolute `input` URLs. Returns `null`
|
|
460
|
+
* if the parameters can't be resolved to a valid URL.
|
|
452
461
|
* @since v22.1.0
|
|
462
|
+
* @param input The absolute or relative input URL to parse. If `input`
|
|
463
|
+
* is relative, then `base` is required. If `input` is absolute, the `base`
|
|
464
|
+
* is ignored. If `input` is not a string, it is [converted to a string](https://tc39.es/ecma262/#sec-tostring) first.
|
|
465
|
+
* @param base The base URL to resolve against if the `input` is not
|
|
466
|
+
* absolute. If `base` is not a string, it is [converted to a string](https://tc39.es/ecma262/#sec-tostring) first.
|
|
453
467
|
*/
|
|
454
468
|
static parse(input: string, base?: string): URL | null;
|
|
455
469
|
constructor(input: string | { toString: () => string }, base?: string | URL);
|
|
@@ -1006,7 +1020,12 @@ declare module "url" {
|
|
|
1006
1020
|
interface URLPatternInit extends _URLPatternInit {}
|
|
1007
1021
|
interface URLPatternResult extends _URLPatternResult {}
|
|
1008
1022
|
interface URLPattern extends _URLPattern {}
|
|
1009
|
-
var URLPattern: typeof
|
|
1023
|
+
var URLPattern: typeof globalThis extends {
|
|
1024
|
+
onmessage: any;
|
|
1025
|
+
scheduler: any; // Must be a var introduced at the same time as URLPattern.
|
|
1026
|
+
URLPattern: infer T;
|
|
1027
|
+
} ? T
|
|
1028
|
+
: typeof _URLPattern;
|
|
1010
1029
|
}
|
|
1011
1030
|
}
|
|
1012
1031
|
declare module "node:url" {
|
|
@@ -338,6 +338,11 @@ declare module "util" {
|
|
|
338
338
|
* @since v9.7.0
|
|
339
339
|
*/
|
|
340
340
|
export function getSystemErrorName(err: number): string;
|
|
341
|
+
/**
|
|
342
|
+
* Enable or disable printing a stack trace on `SIGINT`. The API is only available on the main thread.
|
|
343
|
+
* @since 24.6.0
|
|
344
|
+
*/
|
|
345
|
+
export function setTraceSigInt(enable: boolean): void;
|
|
341
346
|
/**
|
|
342
347
|
* Returns a Map of all system error codes available from the Node.js API.
|
|
343
348
|
* The mapping between error codes and error names is platform-dependent.
|
|
@@ -1420,10 +1425,12 @@ declare module "util" {
|
|
|
1420
1425
|
*/
|
|
1421
1426
|
short?: string | undefined;
|
|
1422
1427
|
/**
|
|
1423
|
-
* The
|
|
1424
|
-
*
|
|
1425
|
-
*
|
|
1426
|
-
*
|
|
1428
|
+
* The value to assign to
|
|
1429
|
+
* the option if it does not appear in the arguments to be parsed. The value
|
|
1430
|
+
* must match the type specified by the `type` property. If `multiple` is
|
|
1431
|
+
* `true`, it must be an array. No default value is applied when the option
|
|
1432
|
+
* does appear in the arguments to be parsed, even if the provided value
|
|
1433
|
+
* is falsy.
|
|
1427
1434
|
* @since v18.11.0
|
|
1428
1435
|
*/
|
|
1429
1436
|
default?: string | boolean | string[] | boolean[] | undefined;
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
* @see [source](https://github.com/nodejs/node/blob/v24.x/lib/vm.js)
|
|
38
38
|
*/
|
|
39
39
|
declare module "vm" {
|
|
40
|
-
import { ImportAttributes } from "node:module";
|
|
40
|
+
import { ImportAttributes, ImportPhase } from "node:module";
|
|
41
41
|
interface Context extends NodeJS.Dict<any> {}
|
|
42
42
|
interface BaseOptions {
|
|
43
43
|
/**
|
|
@@ -60,7 +60,7 @@ declare module "vm" {
|
|
|
60
60
|
specifier: string,
|
|
61
61
|
referrer: T,
|
|
62
62
|
importAttributes: ImportAttributes,
|
|
63
|
-
phase:
|
|
63
|
+
phase: ImportPhase,
|
|
64
64
|
) => Module | Promise<Module>;
|
|
65
65
|
interface ScriptOptions extends BaseOptions {
|
|
66
66
|
/**
|
|
@@ -791,14 +791,6 @@ declare module "vm" {
|
|
|
791
791
|
* @experimental
|
|
792
792
|
*/
|
|
793
793
|
class Module {
|
|
794
|
-
/**
|
|
795
|
-
* The specifiers of all dependencies of this module. The returned array is frozen
|
|
796
|
-
* to disallow any changes to it.
|
|
797
|
-
*
|
|
798
|
-
* Corresponds to the `[[RequestedModules]]` field of [Cyclic Module Record](https://tc39.es/ecma262/#sec-cyclic-module-records) s in
|
|
799
|
-
* the ECMAScript specification.
|
|
800
|
-
*/
|
|
801
|
-
dependencySpecifiers: readonly string[];
|
|
802
794
|
/**
|
|
803
795
|
* If the `module.status` is `'errored'`, this property contains the exception
|
|
804
796
|
* thrown by the module during evaluation. If the status is anything else,
|
|
@@ -918,6 +910,25 @@ declare module "vm" {
|
|
|
918
910
|
*/
|
|
919
911
|
importModuleDynamically?: DynamicModuleLoader<SourceTextModule> | undefined;
|
|
920
912
|
}
|
|
913
|
+
/**
|
|
914
|
+
* A `ModuleRequest` represents the request to import a module with given import attributes and phase.
|
|
915
|
+
* @since 24.4.0
|
|
916
|
+
*/
|
|
917
|
+
interface ModuleRequest {
|
|
918
|
+
/**
|
|
919
|
+
* The specifier of the requested module.
|
|
920
|
+
*/
|
|
921
|
+
specifier: string;
|
|
922
|
+
/**
|
|
923
|
+
* The `"with"` value passed to the `WithClause` in a `ImportDeclaration`, or an empty object if no value was
|
|
924
|
+
* provided.
|
|
925
|
+
*/
|
|
926
|
+
attributes: ImportAttributes;
|
|
927
|
+
/**
|
|
928
|
+
* The phase of the requested module (`"source"` or `"evaluation"`).
|
|
929
|
+
*/
|
|
930
|
+
phase: ImportPhase;
|
|
931
|
+
}
|
|
921
932
|
/**
|
|
922
933
|
* This feature is only available with the `--experimental-vm-modules` command
|
|
923
934
|
* flag enabled.
|
|
@@ -933,6 +944,58 @@ declare module "vm" {
|
|
|
933
944
|
* @param code JavaScript Module code to parse
|
|
934
945
|
*/
|
|
935
946
|
constructor(code: string, options?: SourceTextModuleOptions);
|
|
947
|
+
/**
|
|
948
|
+
* @deprecated Use `sourceTextModule.moduleRequests` instead.
|
|
949
|
+
*/
|
|
950
|
+
readonly dependencySpecifiers: readonly string[];
|
|
951
|
+
/**
|
|
952
|
+
* The requested import dependencies of this module. The returned array is frozen
|
|
953
|
+
* to disallow any changes to it.
|
|
954
|
+
*
|
|
955
|
+
* For example, given a source text:
|
|
956
|
+
*
|
|
957
|
+
* ```js
|
|
958
|
+
* import foo from 'foo';
|
|
959
|
+
* import fooAlias from 'foo';
|
|
960
|
+
* import bar from './bar.js';
|
|
961
|
+
* import withAttrs from '../with-attrs.ts' with { arbitraryAttr: 'attr-val' };
|
|
962
|
+
* import source Module from 'wasm-mod.wasm';
|
|
963
|
+
* ```
|
|
964
|
+
*
|
|
965
|
+
* The value of the `sourceTextModule.moduleRequests` will be:
|
|
966
|
+
*
|
|
967
|
+
* ```js
|
|
968
|
+
* [
|
|
969
|
+
* {
|
|
970
|
+
* specifier: 'foo',
|
|
971
|
+
* attributes: {},
|
|
972
|
+
* phase: 'evaluation',
|
|
973
|
+
* },
|
|
974
|
+
* {
|
|
975
|
+
* specifier: 'foo',
|
|
976
|
+
* attributes: {},
|
|
977
|
+
* phase: 'evaluation',
|
|
978
|
+
* },
|
|
979
|
+
* {
|
|
980
|
+
* specifier: './bar.js',
|
|
981
|
+
* attributes: {},
|
|
982
|
+
* phase: 'evaluation',
|
|
983
|
+
* },
|
|
984
|
+
* {
|
|
985
|
+
* specifier: '../with-attrs.ts',
|
|
986
|
+
* attributes: { arbitraryAttr: 'attr-val' },
|
|
987
|
+
* phase: 'evaluation',
|
|
988
|
+
* },
|
|
989
|
+
* {
|
|
990
|
+
* specifier: 'wasm-mod.wasm',
|
|
991
|
+
* attributes: {},
|
|
992
|
+
* phase: 'source',
|
|
993
|
+
* },
|
|
994
|
+
* ];
|
|
995
|
+
* ```
|
|
996
|
+
* @since v24.4.0
|
|
997
|
+
*/
|
|
998
|
+
readonly moduleRequests: readonly ModuleRequest[];
|
|
936
999
|
}
|
|
937
1000
|
interface SyntheticModuleOptions {
|
|
938
1001
|
/**
|
|
@@ -121,6 +121,12 @@ declare module "wasi" {
|
|
|
121
121
|
*/
|
|
122
122
|
version: "unstable" | "preview1";
|
|
123
123
|
}
|
|
124
|
+
interface FinalizeBindingsOptions {
|
|
125
|
+
/**
|
|
126
|
+
* @default instance.exports.memory
|
|
127
|
+
*/
|
|
128
|
+
memory?: object | undefined;
|
|
129
|
+
}
|
|
124
130
|
/**
|
|
125
131
|
* The `WASI` class provides the WASI system call API and additional convenience
|
|
126
132
|
* methods for working with WASI-based applications. Each `WASI` instance
|
|
@@ -167,6 +173,21 @@ declare module "wasi" {
|
|
|
167
173
|
* @since v14.6.0, v12.19.0
|
|
168
174
|
*/
|
|
169
175
|
initialize(instance: object): void; // TODO: avoid DOM dependency until WASM moved to own lib.
|
|
176
|
+
/**
|
|
177
|
+
* Set up WASI host bindings to `instance` without calling `initialize()`
|
|
178
|
+
* or `start()`. This method is useful when the WASI module is instantiated in
|
|
179
|
+
* child threads for sharing the memory across threads.
|
|
180
|
+
*
|
|
181
|
+
* `finalizeBindings()` requires that either `instance` exports a
|
|
182
|
+
* [`WebAssembly.Memory`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Memory) named `memory` or user specify a
|
|
183
|
+
* [`WebAssembly.Memory`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Memory) object in `options.memory`. If the `memory` is invalid
|
|
184
|
+
* an exception is thrown.
|
|
185
|
+
*
|
|
186
|
+
* `start()` and `initialize()` will call `finalizeBindings()` internally.
|
|
187
|
+
* If `finalizeBindings()` is called more than once, an exception is thrown.
|
|
188
|
+
* @since v24.4.0
|
|
189
|
+
*/
|
|
190
|
+
finalizeBindings(instance: object, options?: FinalizeBindingsOptions): void;
|
|
170
191
|
/**
|
|
171
192
|
* `wasiImport` is an object that implements the WASI system call API. This object
|
|
172
193
|
* should be passed as the `wasi_snapshot_preview1` import during the instantiation
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
|
|
3
|
+
type _AbortController = typeof globalThis extends { onmessage: any } ? {} : AbortController;
|
|
4
|
+
interface AbortController {
|
|
5
|
+
readonly signal: AbortSignal;
|
|
6
|
+
abort(reason?: any): void;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
type _AbortSignal = typeof globalThis extends { onmessage: any } ? {} : AbortSignal;
|
|
10
|
+
interface AbortSignal extends EventTarget {
|
|
11
|
+
readonly aborted: boolean;
|
|
12
|
+
onabort: ((this: AbortSignal, ev: Event) => any) | null;
|
|
13
|
+
readonly reason: any;
|
|
14
|
+
throwIfAborted(): void;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
declare global {
|
|
18
|
+
interface AbortController extends _AbortController {}
|
|
19
|
+
var AbortController: typeof globalThis extends { onmessage: any; AbortController: infer T } ? T
|
|
20
|
+
: {
|
|
21
|
+
prototype: AbortController;
|
|
22
|
+
new(): AbortController;
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
interface AbortSignal extends _AbortSignal {}
|
|
26
|
+
var AbortSignal: typeof globalThis extends { onmessage: any; AbortSignal: infer T } ? T
|
|
27
|
+
: {
|
|
28
|
+
prototype: AbortSignal;
|
|
29
|
+
new(): AbortSignal;
|
|
30
|
+
abort(reason?: any): AbortSignal;
|
|
31
|
+
any(signals: AbortSignal[]): AbortSignal;
|
|
32
|
+
timeout(milliseconds: number): AbortSignal;
|
|
33
|
+
};
|
|
34
|
+
}
|