@shawnstack/quickforge 1.2.10 → 1.3.1
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 +168 -168
- package/bin/quickforge.mjs +1 -1
- package/dist/assets/{anthropic-Djv-yfjG.js → anthropic-BatEyK8y.js} +1 -1
- package/dist/assets/{azure-openai-responses-CPKUoCEU.js → azure-openai-responses-x2zt1vQ5.js} +1 -1
- package/dist/assets/{google-C-R-u2qc.js → google-Bu82Bpnf.js} +1 -1
- package/dist/assets/{google-gemini-cli-dDAuABJc.js → google-gemini-cli-DS9GBhgL.js} +1 -1
- package/dist/assets/{google-vertex-_Wbk8kup.js → google-vertex-BSYJREKA.js} +1 -1
- package/dist/assets/{index-BX7ubNTi.js → index-BcdhSSEb.js} +720 -651
- package/dist/assets/index-CeD3UXoG.css +3 -0
- package/dist/assets/lit-vendor-Dr3cpBGF.js +2 -0
- package/dist/assets/{mistral-BRgU1d4N.js → mistral-HBkLbNNt.js} +1 -1
- package/dist/assets/{openai-codex-responses-vU6EYFL-.js → openai-codex-responses-Cl5j_Ziv.js} +1 -1
- package/dist/assets/{openai-completions-Ihn7oMVQ.js → openai-completions-ualO3AwD.js} +1 -1
- package/dist/assets/{openai-responses-C9WUeUKV.js → openai-responses-Bgz1mp5h.js} +1 -1
- package/dist/assets/{openai-responses-shared-Cv0LKYNf.js → openai-responses-shared-D_-OXsDz.js} +1 -1
- package/dist/index.html +3 -3
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/index.js +9 -13
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.browser.js +5 -5
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.js +2 -3
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/BedrockRuntimeClient.js +1 -4
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/endpoint/endpointResolver.js +1 -1
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.js +1 -2
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeExtensions.js +1 -1
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/BedrockRuntimeClient.d.ts +1 -2
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/BedrockRuntimeClient.d.ts +5 -7
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-bedrock-runtime/package.json +11 -19
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +14 -16
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.browser.js +595 -0
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +715 -0
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.native.js +588 -0
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +10 -10
- package/node_modules/@aws-sdk/core/dist-es/index.js +3 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.browser.js +36 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +26 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.native.js +37 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.browser.js +3 -0
- package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/check-features.js +1 -1
- package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/user-agent-middleware.js +1 -1
- package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/lib/aws/partition.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/aws/partitions.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-browser/defaultUserAgent.browser.js +1 -0
- package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/nodeAppIdConfigOptions.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +9 -9
- package/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +3 -2
- package/node_modules/@aws-sdk/core/dist-types/index.d.ts +12 -14
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.browser.d.ts +47 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +38 -4
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.native.d.ts +48 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.d.ts +5 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/lib/aws/partitions.d.ts +638 -0
- package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types → core/dist-types/submodules/client/util-user-agent-browser}/createUserAgentStringParsingProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-browser/defaultUserAgent.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +0 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +65 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.browser.d.ts +116 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +123 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.native.d.ts +116 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/partitions.d.ts +647 -0
- package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-browser}/createUserAgentStringParsingProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +0 -1
- package/node_modules/@aws-sdk/core/package.json +27 -8
- package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-login/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-node/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
- package/node_modules/@aws-sdk/eventstream-handler-node/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-eventstream/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-websocket/package.json +5 -5
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +13 -20
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +13 -20
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +13 -20
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +13 -20
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +14 -21
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +1 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/endpointResolver.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeExtensions.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +1 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js +1 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +1 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +1 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSOClient.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +1 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +1 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +1 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +1 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/package.json +6 -14
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +3 -3
- package/node_modules/@aws-sdk/token-providers/package.json +4 -4
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
- package/node_modules/@protobufjs/fetch/CHANGELOG.md +8 -0
- package/node_modules/@protobufjs/fetch/index.d.ts +7 -7
- package/node_modules/@protobufjs/fetch/index.js +4 -7
- package/node_modules/@protobufjs/fetch/package.json +7 -5
- package/node_modules/@protobufjs/fetch/tests/data/file.txt +1 -0
- package/node_modules/@protobufjs/fetch/tests/index.js +150 -8
- package/node_modules/@protobufjs/fetch/util/fs.js +11 -0
- package/node_modules/@protobufjs/inquire/CHANGELOG.md +8 -0
- package/node_modules/@protobufjs/inquire/index.d.ts +1 -0
- package/node_modules/@protobufjs/inquire/index.js +1 -0
- package/node_modules/@protobufjs/inquire/package.json +1 -1
- package/node_modules/@smithy/core/package.json +2 -2
- package/node_modules/@smithy/credential-provider-imds/package.json +3 -3
- package/node_modules/@smithy/fetch-http-handler/package.json +4 -4
- package/node_modules/@smithy/node-http-handler/package.json +4 -4
- package/node_modules/@smithy/signature-v4/package.json +3 -3
- package/node_modules/@smithy/types/README.md +3 -3
- package/node_modules/@smithy/types/dist-types/abort.d.ts +4 -6
- package/node_modules/@smithy/types/dist-types/auth/auth.d.ts +6 -4
- package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +7 -10
- package/node_modules/@smithy/types/dist-types/checksum.d.ts +4 -6
- package/node_modules/@smithy/types/dist-types/client.d.ts +8 -8
- package/node_modules/@smithy/types/dist-types/command.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/crypto.d.ts +6 -8
- package/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +6 -7
- package/node_modules/@smithy/types/dist-types/eventStream.d.ts +10 -10
- package/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +9 -10
- package/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +10 -10
- package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/http.d.ts +18 -21
- package/node_modules/@smithy/types/dist-types/logger.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/middleware.d.ts +28 -27
- package/node_modules/@smithy/types/dist-types/pagination.d.ts +4 -4
- package/node_modules/@smithy/types/dist-types/serde.d.ts +10 -10
- package/node_modules/@smithy/types/dist-types/shapes.d.ts +9 -12
- package/node_modules/@smithy/types/dist-types/signature.d.ts +4 -4
- package/node_modules/@smithy/types/dist-types/stream.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +7 -11
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +23 -29
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +9 -19
- package/node_modules/@smithy/types/dist-types/transfer.d.ts +2 -1
- package/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +4 -4
- package/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +14 -18
- package/node_modules/@smithy/types/dist-types/transform/exact.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +12 -12
- package/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +14 -9
- package/node_modules/@smithy/types/dist-types/uri.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/util.d.ts +28 -28
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/async_hooks.d.ts +108 -0
- package/node_modules/@types/node/crypto.d.ts +14 -3
- package/node_modules/@types/node/fs/promises.d.ts +126 -0
- package/node_modules/@types/node/fs.d.ts +4 -2
- package/node_modules/@types/node/index.d.ts +2 -0
- package/node_modules/@types/node/inspector.generated.d.ts +5 -0
- package/node_modules/@types/node/module.d.ts +1 -0
- package/node_modules/@types/node/package.json +3 -3
- package/node_modules/@types/node/process.d.ts +25 -1
- package/node_modules/@types/node/quic.d.ts +2 -2
- package/node_modules/@types/node/repl.d.ts +15 -0
- package/node_modules/@types/node/sqlite.d.ts +54 -7
- package/node_modules/@types/node/stream/iter.d.ts +298 -0
- package/node_modules/@types/node/test.d.ts +84 -16
- package/node_modules/@types/node/ts5.6/index.d.ts +2 -0
- package/node_modules/@types/node/ts5.7/index.d.ts +2 -0
- package/node_modules/@types/node/url.d.ts +4 -2
- package/node_modules/@types/node/vm.d.ts +5 -4
- package/node_modules/@types/node/zlib/iter.d.ts +131 -0
- package/node_modules/@vscode/ripgrep/LICENSE +13 -0
- package/node_modules/@vscode/ripgrep/README.md +33 -0
- package/node_modules/@vscode/ripgrep/lib/index.d.ts +1 -0
- package/node_modules/@vscode/ripgrep/lib/index.js +19 -0
- package/node_modules/@vscode/ripgrep/package.json +39 -0
- package/node_modules/@vscode/ripgrep-win32-x64/LICENSE +13 -0
- package/node_modules/@vscode/ripgrep-win32-x64/README.md +5 -0
- package/node_modules/@vscode/ripgrep-win32-x64/bin/rg.exe +0 -0
- package/node_modules/@vscode/ripgrep-win32-x64/package.json +19 -0
- package/node_modules/fast-xml-parser/CHANGELOG.md +7 -0
- package/node_modules/fast-xml-parser/README.md +0 -3
- package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +1 -1
- package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -1
- package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
- package/node_modules/fast-xml-parser/lib/fxp.d.cts +1 -0
- package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
- package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
- package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
- package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
- package/node_modules/fast-xml-parser/package.json +2 -4
- package/node_modules/fast-xml-parser/src/fxp.d.ts +1 -0
- package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +1 -1
- package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +4 -0
- package/node_modules/protobufjs/README.md +1 -1
- package/node_modules/protobufjs/dist/light/protobuf.js +193 -157
- package/node_modules/protobufjs/dist/light/protobuf.js.map +1 -1
- package/node_modules/protobufjs/dist/light/protobuf.min.js +3 -3
- package/node_modules/protobufjs/dist/light/protobuf.min.js.map +1 -1
- package/node_modules/protobufjs/dist/minimal/protobuf.js +14 -5
- package/node_modules/protobufjs/dist/minimal/protobuf.js.map +1 -1
- package/node_modules/protobufjs/dist/minimal/protobuf.min.js +3 -3
- package/node_modules/protobufjs/dist/minimal/protobuf.min.js.map +1 -1
- package/node_modules/protobufjs/dist/protobuf.js +213 -177
- package/node_modules/protobufjs/dist/protobuf.js.map +1 -1
- package/node_modules/protobufjs/dist/protobuf.min.js +3 -3
- package/node_modules/protobufjs/dist/protobuf.min.js.map +1 -1
- package/node_modules/protobufjs/index.d.ts +2 -1
- package/node_modules/protobufjs/package.json +7 -4
- package/node_modules/protobufjs/src/converter.js +5 -3
- package/node_modules/protobufjs/src/type.js +1 -1
- package/node_modules/protobufjs/src/util/fs.js +11 -0
- package/node_modules/protobufjs/src/util/minimal.js +10 -2
- package/node_modules/protobufjs/src/util.js +1 -1
- package/node_modules/undici-types/connector.d.ts +2 -0
- package/node_modules/undici-types/dispatcher.d.ts +7 -5
- package/node_modules/undici-types/errors.d.ts +17 -1
- package/node_modules/undici-types/index.d.ts +4 -1
- package/node_modules/undici-types/interceptors.d.ts +7 -0
- package/node_modules/undici-types/package.json +1 -1
- package/node_modules/undici-types/socks5-proxy-agent.d.ts +25 -0
- package/package.json +5 -3
- package/server/agent-manager.mjs +8 -2
- package/server/custom-commands.mjs +42 -14
- package/server/project-config.mjs +8 -0
- package/server/routes/project.mjs +26 -1
- package/server/system-prompt.mjs +22 -0
- package/server/tools/definitions.mjs +7 -15
- package/server/tools/index.mjs +748 -485
- package/dist/assets/index-B094j8RZ.css +0 -3
- package/dist/assets/lit-vendor-1dsGB-Iy.js +0 -2
- package/node_modules/@aws-sdk/middleware-host-header/LICENSE +0 -201
- package/node_modules/@aws-sdk/middleware-host-header/README.md +0 -4
- package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +0 -41
- package/node_modules/@aws-sdk/middleware-host-header/package.json +0 -59
- package/node_modules/@aws-sdk/middleware-logger/LICENSE +0 -201
- package/node_modules/@aws-sdk/middleware-logger/README.md +0 -4
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +0 -48
- package/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-logger/package.json +0 -59
- package/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +0 -201
- package/node_modules/@aws-sdk/middleware-recursion-detection/README.md +0 -17
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +0 -29
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.browser.js +0 -5
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +0 -33
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.native.js +0 -5
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +0 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +0 -66
- package/node_modules/@aws-sdk/middleware-user-agent/LICENSE +0 -201
- package/node_modules/@aws-sdk/middleware-user-agent/README.md +0 -4
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +0 -194
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +0 -2
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +0 -61
- package/node_modules/@aws-sdk/region-config-resolver/LICENSE +0 -201
- package/node_modules/@aws-sdk/region-config-resolver/README.md +0 -19
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +0 -38
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.browser.js +0 -6
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +0 -19
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.native.js +0 -6
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +0 -3
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +0 -3
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +0 -3
- package/node_modules/@aws-sdk/region-config-resolver/package.json +0 -64
- package/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
- package/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -406
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -267
- package/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -6
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -267
- package/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
- package/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/util-endpoints/package.json +0 -59
- package/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +0 -201
- package/node_modules/@aws-sdk/util-user-agent-browser/README.md +0 -29
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/createUserAgentStringParsingProvider.js +0 -24
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.browser.js +0 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +0 -61
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +0 -22
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.browser.js +0 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.browser.d.ts +0 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.browser.d.ts +0 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -60
- package/node_modules/@aws-sdk/util-user-agent-node/LICENSE +0 -201
- package/node_modules/@aws-sdk/util-user-agent-node/README.md +0 -17
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +0 -185
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +0 -2
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -68
- package/skills/ai-context-package/SKILL.md +0 -104
- package/skills/ai-context-package/skill.json +0 -9
- package/skills/code-review/SKILL.md +0 -23
- package/skills/code-review/skill.json +0 -9
- package/skills/frontend-react/SKILL.md +0 -22
- package/skills/frontend-react/skill.json +0 -9
- package/skills/quickforge-project/SKILL.md +0 -22
- package/skills/quickforge-project/skill.json +0 -9
- /package/node_modules/@aws-sdk/{middleware-host-header/dist-es/index.js → core/dist-es/submodules/client/middleware-host-header/hostHeaderMiddleware.js} +0 -0
- /package/node_modules/@aws-sdk/{middleware-logger/dist-es → core/dist-es/submodules/client/middleware-logger}/loggerMiddleware.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/configuration.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/getRecursionDetectionPlugin.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.browser.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.native.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/configurations.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/constants.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/encode-features.js +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver/dist-es/regionConfig → core/dist-es/submodules/client/region-config-resolver}/awsRegionConfig.js +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver/dist-es/extensions/index.js → core/dist-es/submodules/client/region-config-resolver/extensions.js} +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver/dist-es/regionConfig → core/dist-es/submodules/client/region-config-resolver}/stsRegionDefaultResolver.browser.js +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver/dist-es/regionConfig → core/dist-es/submodules/client/region-config-resolver}/stsRegionDefaultResolver.js +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver/dist-es/regionConfig → core/dist-es/submodules/client/region-config-resolver}/stsRegionDefaultResolver.native.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/aws.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/lib/aws/isVirtualHostableS3Bucket.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/lib/aws/parseArn.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/lib/isIpAddress.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/resolveDefaultAwsRegionalEndpointsConfig.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/resolveEndpoint.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/EndpointError.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/EndpointRuleObject.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/ErrorRuleObject.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/RuleSetObject.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/TreeRuleObject.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/shared.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-es → core/dist-es/submodules/client/util-user-agent-browser}/configurations.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-es → core/dist-es/submodules/client/util-user-agent-browser}/createUserAgentStringParsingProvider.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-es/index.js → core/dist-es/submodules/client/util-user-agent-browser/defaultUserAgent.js} +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-es/index.native.js → core/dist-es/submodules/client/util-user-agent-browser/defaultUserAgent.native.js} +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/crt-availability.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/defaultUserAgent.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getNodeModulesParentDirs.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getRuntimeUserAgentPair.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getSanitizedDevTypeScriptVersion.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getSanitizedTypeScriptVersion.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getTypeScriptUserAgentPair.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/is-crt-available.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-host-header/dist-types/index.d.ts → core/dist-types/submodules/client/middleware-host-header/hostHeaderMiddleware.d.ts} +0 -0
- /package/node_modules/@aws-sdk/{middleware-logger/dist-types → core/dist-types/submodules/client/middleware-logger}/loggerMiddleware.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types → core/dist-types/submodules/client/middleware-recursion-detection}/configuration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types/getRecursionDetectionPlugin.d.ts → core/dist-types/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.browser.d.ts} +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types → core/dist-types/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types → core/dist-types/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types → core/dist-types/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types → core/dist-types/submodules/client/middleware-user-agent}/check-features.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types → core/dist-types/submodules/client/middleware-user-agent}/configurations.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types → core/dist-types/submodules/client/middleware-user-agent}/constants.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types → core/dist-types/submodules/client/middleware-user-agent}/encode-features.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types → core/dist-types/submodules/client/middleware-user-agent}/user-agent-middleware.d.ts +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/regionConfig → core/dist-types/submodules/client/region-config-resolver}/awsRegionConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/extensions/index.d.ts → core/dist-types/submodules/client/region-config-resolver/extensions.d.ts} +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/regionConfig → core/dist-types/submodules/client/region-config-resolver}/stsRegionDefaultResolver.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/regionConfig → core/dist-types/submodules/client/region-config-resolver}/stsRegionDefaultResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/regionConfig → core/dist-types/submodules/client/region-config-resolver}/stsRegionDefaultResolver.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/aws.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/lib/aws/parseArn.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/lib/aws/partition.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/lib/isIpAddress.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/resolveEndpoint.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/submodules/client/util-endpoints}/types/EndpointError.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/types/EndpointRuleObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/submodules/client/util-endpoints}/types/ErrorRuleObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/types/RuleSetObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/submodules/client/util-endpoints}/types/TreeRuleObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/types/shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types → core/dist-types/submodules/client/util-user-agent-browser}/configurations.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types/index.d.ts → core/dist-types/submodules/client/util-user-agent-browser/defaultUserAgent.d.ts} +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types/index.native.d.ts → core/dist-types/submodules/client/util-user-agent-browser/defaultUserAgent.native.d.ts} +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/crt-availability.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/defaultUserAgent.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/getNodeModulesParentDirs.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/getRuntimeUserAgentPair.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/getSanitizedDevTypeScriptVersion.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/getSanitizedTypeScriptVersion.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/getTypeScriptUserAgentPair.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/is-crt-available.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/nodeAppIdConfigOptions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-host-header/dist-types/ts3.4/index.d.ts → core/dist-types/ts3.4/submodules/client/middleware-host-header/hostHeaderMiddleware.d.ts} +0 -0
- /package/node_modules/@aws-sdk/{middleware-logger/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-logger}/loggerMiddleware.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-recursion-detection}/configuration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types/ts3.4/getRecursionDetectionPlugin.d.ts → core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.browser.d.ts} +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-user-agent}/check-features.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-user-agent}/configurations.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-user-agent}/constants.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-user-agent}/encode-features.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-user-agent}/user-agent-middleware.d.ts +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/ts3.4/regionConfig → core/dist-types/ts3.4/submodules/client/region-config-resolver}/awsRegionConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/ts3.4/extensions/index.d.ts → core/dist-types/ts3.4/submodules/client/region-config-resolver/extensions.d.ts} +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/ts3.4/regionConfig → core/dist-types/ts3.4/submodules/client/region-config-resolver}/stsRegionDefaultResolver.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/ts3.4/regionConfig → core/dist-types/ts3.4/submodules/client/region-config-resolver}/stsRegionDefaultResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/ts3.4/regionConfig → core/dist-types/ts3.4/submodules/client/region-config-resolver}/stsRegionDefaultResolver.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/aws.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/lib/aws/parseArn.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/lib/aws/partition.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/lib/isIpAddress.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/resolveEndpoint.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/ts3.4/submodules/client/util-endpoints}/types/EndpointError.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/types/EndpointRuleObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/ts3.4/submodules/client/util-endpoints}/types/ErrorRuleObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/types/RuleSetObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/ts3.4/submodules/client/util-endpoints}/types/TreeRuleObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/types/shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-browser}/configurations.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types/ts3.4/index.d.ts → core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.d.ts} +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types/ts3.4/index.native.d.ts → core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.native.d.ts} +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/crt-availability.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/defaultUserAgent.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/getNodeModulesParentDirs.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/getRuntimeUserAgentPair.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/getSanitizedDevTypeScriptVersion.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/getSanitizedTypeScriptVersion.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/getTypeScriptUserAgentPair.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/is-crt-available.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/nodeAppIdConfigOptions.d.ts +0 -0
|
@@ -0,0 +1,298 @@
|
|
|
1
|
+
declare module "node:stream/iter" {
|
|
2
|
+
// Symbols and custom typedefs
|
|
3
|
+
const broadcastProtocol: unique symbol;
|
|
4
|
+
const drainableProtocol: unique symbol;
|
|
5
|
+
const shareProtocol: unique symbol;
|
|
6
|
+
const shareSyncProtocol: unique symbol;
|
|
7
|
+
const toAsyncStreamable: unique symbol;
|
|
8
|
+
const toStreamable: unique symbol;
|
|
9
|
+
type Source =
|
|
10
|
+
| string
|
|
11
|
+
| ArrayBufferLike
|
|
12
|
+
| ArrayBufferView
|
|
13
|
+
| Iterable<SyncSource>
|
|
14
|
+
| AsyncIterable<Source>
|
|
15
|
+
| Streamable
|
|
16
|
+
| AsyncStreamable;
|
|
17
|
+
type SyncSource = string | ArrayBufferLike | ArrayBufferView | Iterable<SyncSource> | Streamable;
|
|
18
|
+
type Transform = StatelessTransformFn | StatefulTransform;
|
|
19
|
+
type SyncTransform = SyncStatelessTransformFn | SyncStatefulTransform;
|
|
20
|
+
type TransformResult =
|
|
21
|
+
| string
|
|
22
|
+
| ArrayBufferLike
|
|
23
|
+
| ArrayBufferView
|
|
24
|
+
| Iterable<SyncTransformResult>
|
|
25
|
+
| AsyncIterable<TransformResult>;
|
|
26
|
+
type SyncTransformResult = string | ArrayBufferLike | ArrayBufferView | Iterable<SyncTransformResult>;
|
|
27
|
+
interface AsyncStreamable {
|
|
28
|
+
[toAsyncStreamable](): Source;
|
|
29
|
+
}
|
|
30
|
+
interface Broadcastable {
|
|
31
|
+
[broadcastProtocol](options: BroadcastOptions): Broadcast;
|
|
32
|
+
}
|
|
33
|
+
interface Drainable {
|
|
34
|
+
[drainableProtocol](): Promise<boolean> | null;
|
|
35
|
+
}
|
|
36
|
+
interface Shareable {
|
|
37
|
+
[shareProtocol](options: ShareOptions): Share;
|
|
38
|
+
}
|
|
39
|
+
interface Streamable {
|
|
40
|
+
[toStreamable](): SyncSource;
|
|
41
|
+
}
|
|
42
|
+
interface SyncShareable {
|
|
43
|
+
[shareSyncProtocol](options: ShareSyncOptions): SyncShare;
|
|
44
|
+
}
|
|
45
|
+
// IDL dictionaries, enums, typedefs
|
|
46
|
+
type BackpressurePolicy = "strict" | "block" | "drop-oldest" | "drop-newest";
|
|
47
|
+
type ByteReadableStream = AsyncIterable<Uint8Array[]>;
|
|
48
|
+
type SyncByteReadableStream = Iterable<Uint8Array[]>;
|
|
49
|
+
interface WriteOptions {
|
|
50
|
+
signal?: AbortSignal;
|
|
51
|
+
}
|
|
52
|
+
interface PushStreamOptions {
|
|
53
|
+
highWaterMark?: number;
|
|
54
|
+
backpressure?: BackpressurePolicy;
|
|
55
|
+
signal?: AbortSignal;
|
|
56
|
+
}
|
|
57
|
+
interface PullOptions {
|
|
58
|
+
signal?: AbortSignal;
|
|
59
|
+
}
|
|
60
|
+
interface PipeToOptions {
|
|
61
|
+
signal?: AbortSignal;
|
|
62
|
+
preventClose?: boolean;
|
|
63
|
+
preventFail?: boolean;
|
|
64
|
+
}
|
|
65
|
+
interface PipeToSyncOptions {
|
|
66
|
+
preventClose?: boolean;
|
|
67
|
+
preventFail?: boolean;
|
|
68
|
+
}
|
|
69
|
+
interface ConsumeOptions {
|
|
70
|
+
signal?: AbortSignal;
|
|
71
|
+
limit?: number;
|
|
72
|
+
}
|
|
73
|
+
interface ConsumeSyncOptions {
|
|
74
|
+
limit?: number;
|
|
75
|
+
}
|
|
76
|
+
interface TextConsumeOptions extends ConsumeOptions {
|
|
77
|
+
encoding?: string;
|
|
78
|
+
}
|
|
79
|
+
interface TextConsumeSyncOptions extends ConsumeSyncOptions {
|
|
80
|
+
encoding?: string;
|
|
81
|
+
}
|
|
82
|
+
interface MergeOptions {
|
|
83
|
+
signal?: AbortSignal;
|
|
84
|
+
}
|
|
85
|
+
interface BroadcastOptions {
|
|
86
|
+
highWaterMark?: number;
|
|
87
|
+
backpressure?: BackpressurePolicy;
|
|
88
|
+
signal?: AbortSignal;
|
|
89
|
+
}
|
|
90
|
+
interface ShareOptions {
|
|
91
|
+
highWaterMark?: number;
|
|
92
|
+
backpressure?: BackpressurePolicy;
|
|
93
|
+
signal?: AbortSignal;
|
|
94
|
+
}
|
|
95
|
+
interface ShareSyncOptions {
|
|
96
|
+
highWaterMark?: number;
|
|
97
|
+
backpressure?: BackpressurePolicy;
|
|
98
|
+
}
|
|
99
|
+
interface DuplexDirectionOptions {
|
|
100
|
+
highWaterMark?: number;
|
|
101
|
+
backpressure?: BackpressurePolicy;
|
|
102
|
+
}
|
|
103
|
+
interface DuplexOptions {
|
|
104
|
+
highWaterMark?: number;
|
|
105
|
+
backpressure?: BackpressurePolicy;
|
|
106
|
+
a?: DuplexDirectionOptions;
|
|
107
|
+
b?: DuplexDirectionOptions;
|
|
108
|
+
signal?: AbortSignal;
|
|
109
|
+
}
|
|
110
|
+
interface TransformCallbackOptions {
|
|
111
|
+
signal: AbortSignal;
|
|
112
|
+
}
|
|
113
|
+
interface StatelessTransformFn {
|
|
114
|
+
(chunks: Uint8Array[] | null, options: TransformCallbackOptions): TransformResult | null;
|
|
115
|
+
}
|
|
116
|
+
interface SyncStatelessTransformFn {
|
|
117
|
+
(chunks: Uint8Array[] | null): SyncTransformResult | null;
|
|
118
|
+
}
|
|
119
|
+
interface StatefulTransform {
|
|
120
|
+
transform(
|
|
121
|
+
source: AsyncIterable<Uint8Array[] | null>,
|
|
122
|
+
options: TransformCallbackOptions,
|
|
123
|
+
): AsyncIterable<TransformResult>;
|
|
124
|
+
}
|
|
125
|
+
interface SyncStatefulTransform {
|
|
126
|
+
transform(source: Iterable<Uint8Array[] | null>): Iterable<SyncTransformResult>;
|
|
127
|
+
}
|
|
128
|
+
// IDL interfaces
|
|
129
|
+
interface PushWriter extends Writer, Drainable {}
|
|
130
|
+
interface PushStreamResult {
|
|
131
|
+
writer: PushWriter;
|
|
132
|
+
readable: ByteReadableStream;
|
|
133
|
+
}
|
|
134
|
+
interface BroadcastWriter extends Writer, Drainable {}
|
|
135
|
+
interface BroadcastResult {
|
|
136
|
+
writer: BroadcastWriter;
|
|
137
|
+
broadcast: Broadcast;
|
|
138
|
+
}
|
|
139
|
+
interface Writer extends Disposable, AsyncDisposable {
|
|
140
|
+
readonly desiredSize: number | null;
|
|
141
|
+
write(chunk: Uint8Array | string, options?: WriteOptions): Promise<void>;
|
|
142
|
+
writev(chunks: Array<Uint8Array | string>, options?: WriteOptions): Promise<void>;
|
|
143
|
+
writeSync(chunk: Uint8Array | string): boolean;
|
|
144
|
+
writevSync(chunks: Array<Uint8Array | string>): boolean;
|
|
145
|
+
end(options?: WriteOptions): Promise<number>;
|
|
146
|
+
endSync(): number;
|
|
147
|
+
fail(reason?: any): void;
|
|
148
|
+
}
|
|
149
|
+
interface PartialWriter extends Partial<Writer> {
|
|
150
|
+
write(chunk: Uint8Array | string, options?: WriteOptions): Promise<void>;
|
|
151
|
+
}
|
|
152
|
+
interface SyncWriter extends Disposable {
|
|
153
|
+
readonly desiredSize: number | null;
|
|
154
|
+
writeSync(chunk: Uint8Array | string): number;
|
|
155
|
+
writevSync(chunks: Array<Uint8Array | string>): number;
|
|
156
|
+
endSync(): number;
|
|
157
|
+
fail(reason?: any): void;
|
|
158
|
+
}
|
|
159
|
+
interface PartialSyncWriter extends Partial<SyncWriter> {
|
|
160
|
+
writeSync(chunk: Uint8Array | string): number;
|
|
161
|
+
}
|
|
162
|
+
interface Broadcast extends Disposable {
|
|
163
|
+
readonly consumerCount: number;
|
|
164
|
+
readonly bufferSize: number;
|
|
165
|
+
push(...args: any[]): ByteReadableStream;
|
|
166
|
+
cancel(reason?: any): void;
|
|
167
|
+
}
|
|
168
|
+
interface Share extends Disposable {
|
|
169
|
+
readonly consumerCount: number;
|
|
170
|
+
readonly bufferSize: number;
|
|
171
|
+
pull(...args: any[]): ByteReadableStream;
|
|
172
|
+
cancel(reason?: any): void;
|
|
173
|
+
}
|
|
174
|
+
interface SyncShare extends Disposable {
|
|
175
|
+
readonly consumerCount: number;
|
|
176
|
+
readonly bufferSize: number;
|
|
177
|
+
pull(...args: any): SyncByteReadableStream;
|
|
178
|
+
cancel(reason?: any): void;
|
|
179
|
+
}
|
|
180
|
+
interface DuplexChannel extends AsyncDisposable {
|
|
181
|
+
readonly writer: Writer;
|
|
182
|
+
readonly readable: ByteReadableStream;
|
|
183
|
+
close(): Promise<void>;
|
|
184
|
+
}
|
|
185
|
+
// Push stream creation
|
|
186
|
+
function push(...transforms: Transform[]): PushStreamResult;
|
|
187
|
+
function push(...args: [...transforms: Transform[], options: PushStreamOptions]): PushStreamResult;
|
|
188
|
+
// Stream factories
|
|
189
|
+
function from(input: Source): ByteReadableStream;
|
|
190
|
+
function fromSync(input: SyncSource): SyncByteReadableStream;
|
|
191
|
+
// Pull pipelines
|
|
192
|
+
function pull(source: Source, ...transforms: Transform[]): ByteReadableStream;
|
|
193
|
+
function pull(
|
|
194
|
+
source: Source,
|
|
195
|
+
...args: [...transforms: Transform[], options: PullOptions]
|
|
196
|
+
): ByteReadableStream;
|
|
197
|
+
function pullSync(source: SyncSource, ...transforms: SyncTransform[]): SyncByteReadableStream;
|
|
198
|
+
// Pipe operations
|
|
199
|
+
function pipeTo(source: Source, writer: PartialWriter, options?: PipeToOptions): Promise<number>;
|
|
200
|
+
function pipeTo(source: Source, ...args: [...transforms: Transform[], writer: PartialWriter]): Promise<number>;
|
|
201
|
+
function pipeTo(
|
|
202
|
+
source: Source,
|
|
203
|
+
...args: [...transforms: Transform[], writer: PartialWriter, options: PipeToOptions]
|
|
204
|
+
): Promise<number>;
|
|
205
|
+
function pipeToSync(source: SyncSource, writer: PartialSyncWriter, options?: PipeToSyncOptions): number;
|
|
206
|
+
function pipeToSync(
|
|
207
|
+
source: SyncSource,
|
|
208
|
+
...args: [...transforms: SyncTransform[], writer: PartialSyncWriter]
|
|
209
|
+
): number;
|
|
210
|
+
function pipeToSync(
|
|
211
|
+
source: SyncSource,
|
|
212
|
+
...args: [...transforms: SyncTransform[], writer: PartialSyncWriter, options: PipeToSyncOptions]
|
|
213
|
+
): number;
|
|
214
|
+
// Consumers
|
|
215
|
+
function bytes(source: Source, options?: ConsumeOptions): Promise<Uint8Array>;
|
|
216
|
+
function bytesSync(source: SyncSource, options?: ConsumeSyncOptions): Uint8Array;
|
|
217
|
+
function text(source: Source, options?: TextConsumeOptions): Promise<string>;
|
|
218
|
+
function textSync(source: SyncSource, options?: TextConsumeSyncOptions): string;
|
|
219
|
+
function arrayBuffer(source: Source, options?: ConsumeOptions): Promise<ArrayBuffer>;
|
|
220
|
+
function arrayBufferSync(source: SyncSource, options?: ConsumeSyncOptions): ArrayBuffer;
|
|
221
|
+
function array(source: Source, options?: ConsumeOptions): Promise<Uint8Array[]>;
|
|
222
|
+
function arraySync(source: SyncSource, options?: ConsumeSyncOptions): Uint8Array[];
|
|
223
|
+
// Utilities
|
|
224
|
+
function tap(callback: StatelessTransformFn): StatelessTransformFn;
|
|
225
|
+
function tapSync(callback: SyncStatelessTransformFn): SyncStatelessTransformFn;
|
|
226
|
+
function merge(...sources: Source[]): ByteReadableStream;
|
|
227
|
+
function merge(...args: [...sources: Source[], options: MergeOptions]): ByteReadableStream;
|
|
228
|
+
function ondrain(drainable: any): Promise<boolean> | null;
|
|
229
|
+
// Multi-consumer
|
|
230
|
+
function broadcast(options?: BroadcastOptions): BroadcastResult;
|
|
231
|
+
function share(source: Source, options?: ShareOptions): Share;
|
|
232
|
+
function shareSync(source: SyncSource, options?: ShareSyncOptions): SyncShare;
|
|
233
|
+
// Duplex
|
|
234
|
+
function duplex(options?: DuplexOptions): [DuplexChannel, DuplexChannel];
|
|
235
|
+
// Node.js-specific extensions
|
|
236
|
+
namespace Broadcast {
|
|
237
|
+
/**
|
|
238
|
+
* Create a `Broadcast` from an existing source. The source is consumed
|
|
239
|
+
* automatically and pushed to all subscribers.
|
|
240
|
+
* @since v25.9.0
|
|
241
|
+
* @param options Same as `broadcast()`.
|
|
242
|
+
*/
|
|
243
|
+
function from(
|
|
244
|
+
input: ByteReadableStream | SyncByteReadableStream | Broadcastable,
|
|
245
|
+
options?: BroadcastOptions,
|
|
246
|
+
): BroadcastResult;
|
|
247
|
+
}
|
|
248
|
+
namespace Share {
|
|
249
|
+
/**
|
|
250
|
+
* Create a `Share` from an existing source.
|
|
251
|
+
* @since v25.9.0
|
|
252
|
+
* @param options Same as `share()`.
|
|
253
|
+
*/
|
|
254
|
+
function from(input: ByteReadableStream | SyncByteReadableStream | Shareable, options?: ShareOptions): Share;
|
|
255
|
+
}
|
|
256
|
+
namespace SyncShare {
|
|
257
|
+
/**
|
|
258
|
+
* @since v25.9.0
|
|
259
|
+
*/
|
|
260
|
+
function from(input: SyncByteReadableStream | SyncShareable, options?: ShareSyncOptions): SyncShare;
|
|
261
|
+
}
|
|
262
|
+
namespace Stream {
|
|
263
|
+
export {
|
|
264
|
+
array,
|
|
265
|
+
arrayBuffer,
|
|
266
|
+
arrayBufferSync,
|
|
267
|
+
arraySync,
|
|
268
|
+
broadcast,
|
|
269
|
+
broadcastProtocol,
|
|
270
|
+
bytes,
|
|
271
|
+
bytesSync,
|
|
272
|
+
drainableProtocol,
|
|
273
|
+
duplex,
|
|
274
|
+
from,
|
|
275
|
+
fromSync,
|
|
276
|
+
merge,
|
|
277
|
+
ondrain,
|
|
278
|
+
pipeTo,
|
|
279
|
+
pipeToSync,
|
|
280
|
+
pull,
|
|
281
|
+
pullSync,
|
|
282
|
+
push,
|
|
283
|
+
share,
|
|
284
|
+
shareProtocol,
|
|
285
|
+
shareSync,
|
|
286
|
+
shareSyncProtocol,
|
|
287
|
+
tap,
|
|
288
|
+
tapSync,
|
|
289
|
+
text,
|
|
290
|
+
textSync,
|
|
291
|
+
toAsyncStreamable,
|
|
292
|
+
toStreamable,
|
|
293
|
+
};
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
declare module "stream/iter" {
|
|
297
|
+
export * from "node:stream/iter";
|
|
298
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare module "node:test" {
|
|
2
|
-
import { AssertMethodNames } from "node:assert";
|
|
2
|
+
import { AssertMethodNames, AssertPredicate } from "node:assert";
|
|
3
3
|
import { Readable, ReadableEventMap } from "node:stream";
|
|
4
4
|
import { TestEvent } from "node:test/reporters";
|
|
5
5
|
import { URL } from "node:url";
|
|
@@ -111,7 +111,12 @@ declare module "node:test" {
|
|
|
111
111
|
function only(name?: string, fn?: SuiteFn): Promise<void>;
|
|
112
112
|
function only(options?: TestOptions, fn?: SuiteFn): Promise<void>;
|
|
113
113
|
function only(fn?: SuiteFn): Promise<void>;
|
|
114
|
-
|
|
114
|
+
/**
|
|
115
|
+
* This flips the pass/fail reporting for a specific test or suite: a flagged test
|
|
116
|
+
* case must throw in order to pass, and a flagged test case that does not throw
|
|
117
|
+
* fails.
|
|
118
|
+
* @since v25.5.0
|
|
119
|
+
*/
|
|
115
120
|
function expectFailure(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
|
|
116
121
|
function expectFailure(name?: string, fn?: SuiteFn): Promise<void>;
|
|
117
122
|
function expectFailure(options?: TestOptions, fn?: SuiteFn): Promise<void>;
|
|
@@ -992,6 +997,34 @@ declare module "node:test" {
|
|
|
992
997
|
* @since v21.7.0, v20.12.0
|
|
993
998
|
*/
|
|
994
999
|
readonly attempt: number;
|
|
1000
|
+
/**
|
|
1001
|
+
* The unique identifier of the worker running the current test file. This value is
|
|
1002
|
+
* derived from the `NODE_TEST_WORKER_ID` environment variable. When running tests
|
|
1003
|
+
* with `--test-isolation=process` (the default), each test file runs in a separate
|
|
1004
|
+
* child process and is assigned a worker ID from 1 to N, where N is the number of
|
|
1005
|
+
* concurrent workers. When running with `--test-isolation=none`, all tests run in
|
|
1006
|
+
* the same process and the worker ID is always 1. This value is `undefined` when
|
|
1007
|
+
* not running in a test context.
|
|
1008
|
+
*
|
|
1009
|
+
* This property is useful for splitting resources (like database connections or
|
|
1010
|
+
* server ports) across concurrent test files:
|
|
1011
|
+
*
|
|
1012
|
+
* ```js
|
|
1013
|
+
* import { test } from 'node:test';
|
|
1014
|
+
* import { process } from 'node:process';
|
|
1015
|
+
*
|
|
1016
|
+
* test('database operations', async (t) => {
|
|
1017
|
+
* // Worker ID is available via context
|
|
1018
|
+
* console.log(`Running in worker ${t.workerId}`);
|
|
1019
|
+
*
|
|
1020
|
+
* // Or via environment variable (available at import time)
|
|
1021
|
+
* const workerId = process.env.NODE_TEST_WORKER_ID;
|
|
1022
|
+
* // Use workerId to allocate separate resources per worker
|
|
1023
|
+
* });
|
|
1024
|
+
* ```
|
|
1025
|
+
* @since v25.8.0
|
|
1026
|
+
*/
|
|
1027
|
+
readonly workerId: number | undefined;
|
|
995
1028
|
/**
|
|
996
1029
|
* This function is used to set the number of assertions and subtests that are expected to run
|
|
997
1030
|
* within the test. If the number of assertions and subtests that run does not match the
|
|
@@ -1272,6 +1305,17 @@ declare module "node:test" {
|
|
|
1272
1305
|
* @default false
|
|
1273
1306
|
*/
|
|
1274
1307
|
concurrency?: number | boolean | undefined;
|
|
1308
|
+
/**
|
|
1309
|
+
* If truthy, the test is expected to fail. If a non-empty string is provided, that string is displayed
|
|
1310
|
+
* in the test results as the reason why the test is expected to fail. If a
|
|
1311
|
+
* `RegExp`, `Function`, `Object`, or `Error` is provided directly (without wrapping in `{ match: … }`), the test passes
|
|
1312
|
+
* only if the thrown error matches, following the behavior of
|
|
1313
|
+
* `assert.throws`. To provide both a reason and validation, pass an object
|
|
1314
|
+
* with `label` (string) and `match` (RegExp, Function, Object, or Error).
|
|
1315
|
+
* @since v25.5.0
|
|
1316
|
+
* @default false
|
|
1317
|
+
*/
|
|
1318
|
+
expectFailure?: boolean | string | AssertPredicate | undefined;
|
|
1275
1319
|
/**
|
|
1276
1320
|
* If truthy, and the test context is configured to run `only` tests, then this test will be
|
|
1277
1321
|
* run. Otherwise, the test is skipped.
|
|
@@ -1310,8 +1354,6 @@ declare module "node:test" {
|
|
|
1310
1354
|
* @since v22.2.0
|
|
1311
1355
|
*/
|
|
1312
1356
|
plan?: number | undefined;
|
|
1313
|
-
// added in v25.5.0, undocumented
|
|
1314
|
-
expectFailure?: boolean | undefined;
|
|
1315
1357
|
}
|
|
1316
1358
|
/**
|
|
1317
1359
|
* This function creates a hook that runs before executing a suite.
|
|
@@ -1437,19 +1479,40 @@ declare module "node:test" {
|
|
|
1437
1479
|
*/
|
|
1438
1480
|
cache?: boolean | undefined;
|
|
1439
1481
|
/**
|
|
1440
|
-
*
|
|
1441
|
-
*
|
|
1442
|
-
*
|
|
1443
|
-
*
|
|
1444
|
-
* If
|
|
1482
|
+
* Optional mocked exports. The `default` property, if
|
|
1483
|
+
* provided, is used as the mocked module's default export. All other own
|
|
1484
|
+
* enumerable properties are used as named exports.
|
|
1485
|
+
* **This option cannot be used with `defaultExport` or `namedExports`.**
|
|
1486
|
+
* * If the mock is a CommonJS or builtin module, `exports.default` is used as
|
|
1487
|
+
* the value of `module.exports`.
|
|
1488
|
+
* * If `exports.default` is not provided for a CommonJS or builtin mock,
|
|
1489
|
+
* `module.exports` defaults to an empty object.
|
|
1490
|
+
* * If named exports are provided with a non-object default export, the mock
|
|
1491
|
+
* throws an exception when used as a CommonJS or builtin module.
|
|
1492
|
+
*/
|
|
1493
|
+
exports?: object | undefined;
|
|
1494
|
+
/**
|
|
1495
|
+
* An optional value used as the mocked module's default
|
|
1496
|
+
* export. If this value is not provided, ESM mocks do not include a default
|
|
1497
|
+
* export. If the mock is a CommonJS or builtin module, this setting is used as
|
|
1498
|
+
* the value of `module.exports`. If this value is not provided, CJS and builtin
|
|
1499
|
+
* mocks use an empty object as the value of `module.exports`.
|
|
1500
|
+
* **This option cannot be used with `options.exports`.**
|
|
1501
|
+
* This option is deprecated and will be removed in a later version.
|
|
1502
|
+
* Prefer `options.exports.default`.
|
|
1503
|
+
* @deprecated
|
|
1445
1504
|
*/
|
|
1446
1505
|
defaultExport?: any;
|
|
1447
1506
|
/**
|
|
1448
|
-
* An object whose keys and values are used to
|
|
1449
|
-
*
|
|
1450
|
-
*
|
|
1451
|
-
*
|
|
1452
|
-
*
|
|
1507
|
+
* An optional object whose keys and values are used to
|
|
1508
|
+
* create the named exports of the mock module. If the mock is a CommonJS or
|
|
1509
|
+
* builtin module, these values are copied onto `module.exports`. Therefore, if a
|
|
1510
|
+
* mock is created with both named exports and a non-object default export, the
|
|
1511
|
+
* mock will throw an exception when used as a CJS or builtin module.
|
|
1512
|
+
* **This option cannot be used with `options.exports`.**
|
|
1513
|
+
* This option is deprecated and will be removed in a later version.
|
|
1514
|
+
* Prefer `options.exports`.
|
|
1515
|
+
* @deprecated
|
|
1453
1516
|
*/
|
|
1454
1517
|
namedExports?: object | undefined;
|
|
1455
1518
|
}
|
|
@@ -1624,14 +1687,19 @@ declare module "node:test" {
|
|
|
1624
1687
|
* [`--experimental-test-module-mocks`](https://nodejs.org/docs/latest-v25.x/api/cli.html#--experimental-test-module-mocks)
|
|
1625
1688
|
* command-line flag.
|
|
1626
1689
|
*
|
|
1690
|
+
* **Note**: [module customization hooks](https://nodejs.org/docs/latest-v25.x/api/module.html#customization-hooks) registered via the **synchronous** API effect resolution of
|
|
1691
|
+
* the `specifier` provided to `mock.module`. Customization hooks registered via the **asynchronous**
|
|
1692
|
+
* API are currently ignored (because the test runner's loader is synchronous, and node does not
|
|
1693
|
+
* support multi-chain / cross-chain loading).
|
|
1694
|
+
*
|
|
1627
1695
|
* The following example demonstrates how a mock is created for a module.
|
|
1628
1696
|
*
|
|
1629
1697
|
* ```js
|
|
1630
1698
|
* test('mocks a builtin module in both module systems', async (t) => {
|
|
1631
|
-
* // Create a mock of 'node:readline' with a named export named '
|
|
1699
|
+
* // Create a mock of 'node:readline' with a named export named 'foo', which
|
|
1632
1700
|
* // does not exist in the original 'node:readline' module.
|
|
1633
1701
|
* const mock = t.mock.module('node:readline', {
|
|
1634
|
-
*
|
|
1702
|
+
* exports: { foo: () => 42 },
|
|
1635
1703
|
* });
|
|
1636
1704
|
*
|
|
1637
1705
|
* let esmImpl = await import('node:readline');
|
|
@@ -97,6 +97,7 @@
|
|
|
97
97
|
/// <reference path="../sqlite.d.ts" />
|
|
98
98
|
/// <reference path="../stream.d.ts" />
|
|
99
99
|
/// <reference path="../stream/consumers.d.ts" />
|
|
100
|
+
/// <reference path="../stream/iter.d.ts" />
|
|
100
101
|
/// <reference path="../stream/promises.d.ts" />
|
|
101
102
|
/// <reference path="../stream/web.d.ts" />
|
|
102
103
|
/// <reference path="../string_decoder.d.ts" />
|
|
@@ -115,3 +116,4 @@
|
|
|
115
116
|
/// <reference path="../wasi.d.ts" />
|
|
116
117
|
/// <reference path="../worker_threads.d.ts" />
|
|
117
118
|
/// <reference path="../zlib.d.ts" />
|
|
119
|
+
/// <reference path="../zlib/iter.d.ts" />
|
|
@@ -97,6 +97,7 @@
|
|
|
97
97
|
/// <reference path="../sqlite.d.ts" />
|
|
98
98
|
/// <reference path="../stream.d.ts" />
|
|
99
99
|
/// <reference path="../stream/consumers.d.ts" />
|
|
100
|
+
/// <reference path="../stream/iter.d.ts" />
|
|
100
101
|
/// <reference path="../stream/promises.d.ts" />
|
|
101
102
|
/// <reference path="../stream/web.d.ts" />
|
|
102
103
|
/// <reference path="../string_decoder.d.ts" />
|
|
@@ -115,3 +116,4 @@
|
|
|
115
116
|
/// <reference path="../wasi.d.ts" />
|
|
116
117
|
/// <reference path="../worker_threads.d.ts" />
|
|
117
118
|
/// <reference path="../zlib.d.ts" />
|
|
119
|
+
/// <reference path="../zlib/iter.d.ts" />
|
|
@@ -235,7 +235,7 @@ declare module "node:url" {
|
|
|
235
235
|
/**
|
|
236
236
|
* `url.format(urlString)` is shorthand for `url.format(url.parse(urlString))`.
|
|
237
237
|
*
|
|
238
|
-
* Because it invokes the deprecated `url.parse()
|
|
238
|
+
* Because it invokes the deprecated `url.parse()` internally, passing a string argument
|
|
239
239
|
* to `url.format()` is itself deprecated.
|
|
240
240
|
*
|
|
241
241
|
* Canonicalizing a URL string can be performed using the WHATWG URL API, by
|
|
@@ -265,6 +265,8 @@ declare module "node:url" {
|
|
|
265
265
|
* url.resolve('http://example.com/one', '/two'); // 'http://example.com/two'
|
|
266
266
|
* ```
|
|
267
267
|
*
|
|
268
|
+
* Because it invokes the deprecated `url.parse()` internally, `url.resolve()` is itself deprecated.
|
|
269
|
+
*
|
|
268
270
|
* To achieve the same result using the WHATWG URL API:
|
|
269
271
|
*
|
|
270
272
|
* ```js
|
|
@@ -283,7 +285,7 @@ declare module "node:url" {
|
|
|
283
285
|
* resolve('http://example.com/one', '/two'); // 'http://example.com/two'
|
|
284
286
|
* ```
|
|
285
287
|
* @since v0.1.25
|
|
286
|
-
* @
|
|
288
|
+
* @deprecated Use the WHATWG URL API instead.
|
|
287
289
|
* @param from The base URL to use if `to` is a relative URL.
|
|
288
290
|
* @param to The target URL to resolve.
|
|
289
291
|
*/
|
|
@@ -232,11 +232,12 @@ declare module "node:vm" {
|
|
|
232
232
|
*
|
|
233
233
|
* 1. Creates a new context.
|
|
234
234
|
* 2. If `contextObject` is an object, contextifies it with the new context.
|
|
235
|
-
* If
|
|
235
|
+
* If `contextObject` is undefined, creates a new object and contextifies it.
|
|
236
236
|
* If `contextObject` is `vm.constants.DONT_CONTEXTIFY`, don't contextify anything.
|
|
237
|
-
* 3.
|
|
238
|
-
*
|
|
239
|
-
*
|
|
237
|
+
* 3. Compiles the code as a `vm.Script`
|
|
238
|
+
* 4. Runs the compiled code within the created context. The code does not have access to the scope in
|
|
239
|
+
* which this method is called.
|
|
240
|
+
* 5. Returns the result.
|
|
240
241
|
*
|
|
241
242
|
* The following example compiles code that sets a global variable, then executes
|
|
242
243
|
* the code multiple times in different contexts. The globals are set on and
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
declare module "node:zlib/iter" {
|
|
2
|
+
import { StatefulTransform, SyncStatefulTransform } from "node:stream/iter";
|
|
3
|
+
interface BrotliOptions {
|
|
4
|
+
chunkSize?: number | undefined;
|
|
5
|
+
params?: { [key: number]: number | boolean } | undefined;
|
|
6
|
+
dictionary?: NodeJS.ArrayBufferView | undefined;
|
|
7
|
+
}
|
|
8
|
+
interface ZlibOptions {
|
|
9
|
+
chunkSize?: number | undefined;
|
|
10
|
+
windowBits?: number | undefined;
|
|
11
|
+
dictionary?: NodeJS.ArrayBufferView | undefined;
|
|
12
|
+
}
|
|
13
|
+
interface ZlibCompressionOptions extends ZlibOptions {
|
|
14
|
+
level?: number | undefined;
|
|
15
|
+
memLevel?: number | undefined;
|
|
16
|
+
strategy?: number | undefined;
|
|
17
|
+
}
|
|
18
|
+
interface ZstdOptions {
|
|
19
|
+
chunkSize?: number | undefined;
|
|
20
|
+
params?: { [key: number]: number | boolean } | undefined;
|
|
21
|
+
dictionary?: NodeJS.ArrayBufferView | undefined;
|
|
22
|
+
}
|
|
23
|
+
interface ZstdCompressionOptions extends ZstdOptions {
|
|
24
|
+
pledgedSrcSize?: number | undefined;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Create a Brotli compression transform. Output is compatible with
|
|
28
|
+
* `zlib.brotliDecompress()` and `decompressBrotli()`/`decompressBrotliSync()`.
|
|
29
|
+
* @since v25.9.0
|
|
30
|
+
* @returns A stateful transform.
|
|
31
|
+
*/
|
|
32
|
+
function compressBrotli(options?: BrotliOptions): StatefulTransform;
|
|
33
|
+
/**
|
|
34
|
+
* Create a Brotli compression transform. Output is compatible with
|
|
35
|
+
* `zlib.brotliDecompress()` and `decompressBrotli()`/`decompressBrotliSync()`.
|
|
36
|
+
* @since v25.9.0
|
|
37
|
+
* @returns A stateful transform.
|
|
38
|
+
*/
|
|
39
|
+
function compressBrotliSync(options?: BrotliOptions): SyncStatefulTransform;
|
|
40
|
+
/**
|
|
41
|
+
* Create a deflate compression transform. Output is compatible with
|
|
42
|
+
* `zlib.inflate()` and `decompressDeflate()`/`decompressDeflateSync()`.
|
|
43
|
+
* @since v25.9.0
|
|
44
|
+
* @returns A stateful transform.
|
|
45
|
+
*/
|
|
46
|
+
function compressDeflate(options?: ZlibCompressionOptions): StatefulTransform;
|
|
47
|
+
/**
|
|
48
|
+
* Create a deflate compression transform. Output is compatible with
|
|
49
|
+
* `zlib.inflate()` and `decompressDeflate()`/`decompressDeflateSync()`.
|
|
50
|
+
* @since v25.9.0
|
|
51
|
+
* @returns A stateful transform.
|
|
52
|
+
*/
|
|
53
|
+
function compressDeflateSync(options?: ZlibCompressionOptions): SyncStatefulTransform;
|
|
54
|
+
/**
|
|
55
|
+
* Create a gzip compression transform. Output is compatible with `zlib.gunzip()`
|
|
56
|
+
* and `decompressGzip()`/`decompressGzipSync()`.
|
|
57
|
+
* @returns A stateful transform.
|
|
58
|
+
*/
|
|
59
|
+
function compressGzip(options?: ZlibCompressionOptions): StatefulTransform;
|
|
60
|
+
/**
|
|
61
|
+
* Create a gzip compression transform. Output is compatible with `zlib.gunzip()`
|
|
62
|
+
* and `decompressGzip()`/`decompressGzipSync()`.
|
|
63
|
+
* @returns A stateful transform.
|
|
64
|
+
*/
|
|
65
|
+
function compressGzipSync(options?: ZlibCompressionOptions): SyncStatefulTransform;
|
|
66
|
+
/**
|
|
67
|
+
* Create a Zstandard compression transform. Output is compatible with
|
|
68
|
+
* `zlib.zstdDecompress()` and `decompressZstd()`/`decompressZstdSync()`.
|
|
69
|
+
* @since v25.9.0
|
|
70
|
+
* @returns A stateful transform.
|
|
71
|
+
*/
|
|
72
|
+
function compressZstd(options?: ZstdCompressionOptions): StatefulTransform;
|
|
73
|
+
/**
|
|
74
|
+
* Create a Zstandard compression transform. Output is compatible with
|
|
75
|
+
* `zlib.zstdDecompress()` and `decompressZstd()`/`decompressZstdSync()`.
|
|
76
|
+
* @since v25.9.0
|
|
77
|
+
* @returns A stateful transform.
|
|
78
|
+
*/
|
|
79
|
+
function compressZstdSync(options?: ZstdCompressionOptions): SyncStatefulTransform;
|
|
80
|
+
/**
|
|
81
|
+
* Create a Brotli decompression transform.
|
|
82
|
+
* @since v25.9.0
|
|
83
|
+
* @returns A stateful transform.
|
|
84
|
+
*/
|
|
85
|
+
function decompressBrotli(options?: BrotliOptions): StatefulTransform;
|
|
86
|
+
/**
|
|
87
|
+
* Create a Brotli decompression transform.
|
|
88
|
+
* @since v25.9.0
|
|
89
|
+
* @returns A stateful transform.
|
|
90
|
+
*/
|
|
91
|
+
function decompressBrotliSync(options?: BrotliOptions): SyncStatefulTransform;
|
|
92
|
+
/**
|
|
93
|
+
* Create a deflate decompression transform.
|
|
94
|
+
* @since v25.9.0
|
|
95
|
+
* @returns A stateful transform.
|
|
96
|
+
*/
|
|
97
|
+
function decompressDeflate(options?: ZlibOptions): StatefulTransform;
|
|
98
|
+
/**
|
|
99
|
+
* Create a deflate decompression transform.
|
|
100
|
+
* @since v25.9.0
|
|
101
|
+
* @returns A stateful transform.
|
|
102
|
+
*/
|
|
103
|
+
function decompressDeflateSync(options?: ZlibOptions): SyncStatefulTransform;
|
|
104
|
+
/**
|
|
105
|
+
* Create a gzip decompression transform.
|
|
106
|
+
* @since v25.9.0
|
|
107
|
+
* @returns A stateful transform.
|
|
108
|
+
*/
|
|
109
|
+
function decompressGzip(options?: ZlibOptions): StatefulTransform;
|
|
110
|
+
/**
|
|
111
|
+
* Create a gzip decompression transform.
|
|
112
|
+
* @since v25.9.0
|
|
113
|
+
* @returns A stateful transform.
|
|
114
|
+
*/
|
|
115
|
+
function decompressGzipSync(options?: ZlibOptions): SyncStatefulTransform;
|
|
116
|
+
/**
|
|
117
|
+
* Create a Zstandard decompression transform.
|
|
118
|
+
* @since v25.9.0
|
|
119
|
+
* @returns A stateful transform.
|
|
120
|
+
*/
|
|
121
|
+
function decompressZstd(options?: ZstdOptions): StatefulTransform;
|
|
122
|
+
/**
|
|
123
|
+
* Create a Zstandard decompression transform.
|
|
124
|
+
* @since v25.9.0
|
|
125
|
+
* @returns A stateful transform.
|
|
126
|
+
*/
|
|
127
|
+
function decompressZstdSync(options?: ZstdOptions): SyncStatefulTransform;
|
|
128
|
+
}
|
|
129
|
+
declare module "zlib/iter" {
|
|
130
|
+
export * from "node:zlib/iter";
|
|
131
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
vscode-ripgrep
|
|
2
|
+
|
|
3
|
+
Copyright (c) Microsoft Corporation
|
|
4
|
+
|
|
5
|
+
All rights reserved.
|
|
6
|
+
|
|
7
|
+
MIT License
|
|
8
|
+
|
|
9
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
10
|
+
|
|
11
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
12
|
+
|
|
13
|
+
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|