@relative-ci/core 5.2.2-beta.0 → 5.3.0-alpha.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/lib/cjs/__/@actions/github/__/@octokit/auth-token/dist-bundle/index.js +57 -0
- package/lib/cjs/__/@actions/github/__/@octokit/auth-token/dist-bundle/index.js.map +1 -0
- package/lib/cjs/__/@actions/github/__/@octokit/core/dist-src/index.js +144 -0
- package/lib/cjs/__/@actions/github/__/@octokit/core/dist-src/index.js.map +1 -0
- package/lib/cjs/__/@actions/github/__/@octokit/core/dist-src/version.js +6 -0
- package/lib/cjs/__/@actions/github/__/@octokit/core/dist-src/version.js.map +1 -0
- package/lib/cjs/__/@actions/github/__/@octokit/endpoint/dist-bundle/index.js +349 -0
- package/lib/cjs/__/@actions/github/__/@octokit/endpoint/dist-bundle/index.js.map +1 -0
- package/lib/cjs/__/@actions/github/__/@octokit/graphql/dist-bundle/index.js +125 -0
- package/lib/cjs/__/@actions/github/__/@octokit/graphql/dist-bundle/index.js.map +1 -0
- package/lib/cjs/__/@actions/github/__/@octokit/plugin-paginate-rest/dist-bundle/index.js +417 -0
- package/lib/cjs/__/@actions/github/__/@octokit/plugin-paginate-rest/dist-bundle/index.js.map +1 -0
- package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js +128 -0
- package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js.map +1 -0
- package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js +2295 -0
- package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js.map +1 -0
- package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/index.js +24 -0
- package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/index.js.map +1 -0
- package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/version.js +6 -0
- package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/version.js.map +1 -0
- package/lib/cjs/__/@actions/github/__/@octokit/request/dist-bundle/index.js +199 -0
- package/lib/cjs/__/@actions/github/__/@octokit/request/dist-bundle/index.js.map +1 -0
- package/lib/cjs/__/@actions/github/__/@octokit/request-error/dist-src/index.js +43 -0
- package/lib/cjs/__/@actions/github/__/@octokit/request-error/dist-src/index.js.map +1 -0
- package/lib/cjs/__/@actions/github/__/before-after-hook/index.js +41 -0
- package/lib/cjs/__/@actions/github/__/before-after-hook/index.js.map +1 -0
- package/lib/cjs/__/@actions/github/__/before-after-hook/lib/add.js +51 -0
- package/lib/cjs/__/@actions/github/__/before-after-hook/lib/add.js.map +1 -0
- package/lib/cjs/__/@actions/github/__/before-after-hook/lib/register.js +32 -0
- package/lib/cjs/__/@actions/github/__/before-after-hook/lib/register.js.map +1 -0
- package/lib/cjs/__/@actions/github/__/before-after-hook/lib/remove.js +24 -0
- package/lib/cjs/__/@actions/github/__/before-after-hook/lib/remove.js.map +1 -0
- package/lib/cjs/__/@actions/github/__/universal-user-agent/index.js +18 -0
- package/lib/cjs/__/@actions/github/__/universal-user-agent/index.js.map +1 -0
- package/lib/cjs/__/@actions/github/lib/context.js +76 -0
- package/lib/cjs/__/@actions/github/lib/context.js.map +1 -0
- package/lib/cjs/__/@actions/github/lib/github.js +66 -0
- package/lib/cjs/__/@actions/github/lib/github.js.map +1 -0
- package/lib/cjs/__/@actions/github/lib/internal/utils.js +94 -0
- package/lib/cjs/__/@actions/github/lib/internal/utils.js.map +1 -0
- package/lib/cjs/__/@actions/github/lib/utils.js +89 -0
- package/lib/cjs/__/@actions/github/lib/utils.js.map +1 -0
- package/lib/cjs/__/@actions/http-client/lib/index.js +760 -0
- package/lib/cjs/__/@actions/http-client/lib/index.js.map +1 -0
- package/lib/cjs/__/@actions/http-client/lib/proxy.js +107 -0
- package/lib/cjs/__/@actions/http-client/lib/proxy.js.map +1 -0
- package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/Dicer.js +236 -0
- package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/Dicer.js.map +1 -0
- package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/HeaderParser.js +122 -0
- package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/HeaderParser.js.map +1 -0
- package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/PartStream.js +33 -0
- package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/PartStream.js.map +1 -0
- package/lib/cjs/__/@fastify/busboy/deps/streamsearch/sbmh.js +248 -0
- package/lib/cjs/__/@fastify/busboy/deps/streamsearch/sbmh.js.map +1 -0
- package/lib/cjs/__/@fastify/busboy/lib/main.js +109 -0
- package/lib/cjs/__/@fastify/busboy/lib/main.js.map +1 -0
- package/lib/cjs/__/@fastify/busboy/lib/types/multipart.js +331 -0
- package/lib/cjs/__/@fastify/busboy/lib/types/multipart.js.map +1 -0
- package/lib/cjs/__/@fastify/busboy/lib/types/urlencoded.js +206 -0
- package/lib/cjs/__/@fastify/busboy/lib/types/urlencoded.js.map +1 -0
- package/lib/cjs/__/@fastify/busboy/lib/utils/Decoder.js +66 -0
- package/lib/cjs/__/@fastify/busboy/lib/utils/Decoder.js.map +1 -0
- package/lib/cjs/__/@fastify/busboy/lib/utils/basename.js +26 -0
- package/lib/cjs/__/@fastify/busboy/lib/utils/basename.js.map +1 -0
- package/lib/cjs/__/@fastify/busboy/lib/utils/decodeText.js +126 -0
- package/lib/cjs/__/@fastify/busboy/lib/utils/decodeText.js.map +1 -0
- package/lib/cjs/__/@fastify/busboy/lib/utils/getLimit.js +28 -0
- package/lib/cjs/__/@fastify/busboy/lib/utils/getLimit.js.map +1 -0
- package/lib/cjs/__/@fastify/busboy/lib/utils/parseParams.js +211 -0
- package/lib/cjs/__/@fastify/busboy/lib/utils/parseParams.js.map +1 -0
- package/lib/cjs/__/cross-spawn/index.js +1 -1
- package/lib/cjs/__/env-ci/__/execa/index.js +3 -3
- package/lib/cjs/__/env-ci/__/execa/index.js.map +1 -1
- package/lib/cjs/__/env-ci/__/execa/lib/stream.js +1 -1
- package/lib/cjs/__/env-ci/__/execa/lib/verbose.js +2 -2
- package/lib/cjs/__/env-ci/__/execa/lib/verbose.js.map +1 -1
- package/lib/cjs/__/env-ci/__/npm-run-path/index.js +3 -3
- package/lib/cjs/__/env-ci/__/npm-run-path/index.js.map +1 -1
- package/lib/cjs/__/fast-content-type-parse/index.js +182 -0
- package/lib/cjs/__/fast-content-type-parse/index.js.map +1 -0
- package/lib/cjs/__/java-properties/dist-node/index.js +1 -1
- package/lib/cjs/__/path-key/index.js +1 -1
- package/lib/cjs/__/tunnel/index.js +16 -0
- package/lib/cjs/__/tunnel/index.js.map +1 -0
- package/lib/cjs/__/tunnel/lib/tunnel.js +289 -0
- package/lib/cjs/__/tunnel/lib/tunnel.js.map +1 -0
- package/lib/cjs/__/undici/index.js +212 -0
- package/lib/cjs/__/undici/index.js.map +1 -0
- package/lib/cjs/__/undici/lib/agent.js +169 -0
- package/lib/cjs/__/undici/lib/agent.js.map +1 -0
- package/lib/cjs/__/undici/lib/api/abort-signal.js +70 -0
- package/lib/cjs/__/undici/lib/api/abort-signal.js.map +1 -0
- package/lib/cjs/__/undici/lib/api/api-connect.js +125 -0
- package/lib/cjs/__/undici/lib/api/api-connect.js.map +1 -0
- package/lib/cjs/__/undici/lib/api/api-pipeline.js +274 -0
- package/lib/cjs/__/undici/lib/api/api-pipeline.js.map +1 -0
- package/lib/cjs/__/undici/lib/api/api-request.js +203 -0
- package/lib/cjs/__/undici/lib/api/api-request.js.map +1 -0
- package/lib/cjs/__/undici/lib/api/api-stream.js +244 -0
- package/lib/cjs/__/undici/lib/api/api-stream.js.map +1 -0
- package/lib/cjs/__/undici/lib/api/api-upgrade.js +128 -0
- package/lib/cjs/__/undici/lib/api/api-upgrade.js.map +1 -0
- package/lib/cjs/__/undici/lib/api/index.js +25 -0
- package/lib/cjs/__/undici/lib/api/index.js.map +1 -0
- package/lib/cjs/__/undici/lib/api/readable.js +342 -0
- package/lib/cjs/__/undici/lib/api/readable.js.map +1 -0
- package/lib/cjs/__/undici/lib/api/util.js +67 -0
- package/lib/cjs/__/undici/lib/api/util.js.map +1 -0
- package/lib/cjs/__/undici/lib/balanced-pool.js +208 -0
- package/lib/cjs/__/undici/lib/balanced-pool.js.map +1 -0
- package/lib/cjs/__/undici/lib/cache/cache.js +867 -0
- package/lib/cjs/__/undici/lib/cache/cache.js.map +1 -0
- package/lib/cjs/__/undici/lib/cache/cachestorage.js +161 -0
- package/lib/cjs/__/undici/lib/cache/cachestorage.js.map +1 -0
- package/lib/cjs/__/undici/lib/cache/symbols.js +19 -0
- package/lib/cjs/__/undici/lib/cache/symbols.js.map +1 -0
- package/lib/cjs/__/undici/lib/cache/util.js +69 -0
- package/lib/cjs/__/undici/lib/cache/util.js.map +1 -0
- package/lib/cjs/__/undici/lib/client.js +2314 -0
- package/lib/cjs/__/undici/lib/client.js.map +1 -0
- package/lib/cjs/__/undici/lib/compat/dispatcher-weakref.js +63 -0
- package/lib/cjs/__/undici/lib/compat/dispatcher-weakref.js.map +1 -0
- package/lib/cjs/__/undici/lib/cookies/constants.js +24 -0
- package/lib/cjs/__/undici/lib/cookies/constants.js.map +1 -0
- package/lib/cjs/__/undici/lib/cookies/index.js +200 -0
- package/lib/cjs/__/undici/lib/cookies/index.js.map +1 -0
- package/lib/cjs/__/undici/lib/cookies/parse.js +338 -0
- package/lib/cjs/__/undici/lib/cookies/parse.js.map +1 -0
- package/lib/cjs/__/undici/lib/cookies/util.js +286 -0
- package/lib/cjs/__/undici/lib/cookies/util.js.map +1 -0
- package/lib/cjs/__/undici/lib/core/connect.js +214 -0
- package/lib/cjs/__/undici/lib/core/connect.js.map +1 -0
- package/lib/cjs/__/undici/lib/core/constants.js +130 -0
- package/lib/cjs/__/undici/lib/core/constants.js.map +1 -0
- package/lib/cjs/__/undici/lib/core/errors.js +242 -0
- package/lib/cjs/__/undici/lib/core/errors.js.map +1 -0
- package/lib/cjs/__/undici/lib/core/request.js +521 -0
- package/lib/cjs/__/undici/lib/core/request.js.map +1 -0
- package/lib/cjs/__/undici/lib/core/symbols.js +76 -0
- package/lib/cjs/__/undici/lib/core/symbols.js.map +1 -0
- package/lib/cjs/__/undici/lib/core/util.js +557 -0
- package/lib/cjs/__/undici/lib/core/util.js.map +1 -0
- package/lib/cjs/__/undici/lib/dispatcher-base.js +208 -0
- package/lib/cjs/__/undici/lib/dispatcher-base.js.map +1 -0
- package/lib/cjs/__/undici/lib/dispatcher.js +37 -0
- package/lib/cjs/__/undici/lib/dispatcher.js.map +1 -0
- package/lib/cjs/__/undici/lib/fetch/body.js +647 -0
- package/lib/cjs/__/undici/lib/fetch/body.js.map +1 -0
- package/lib/cjs/__/undici/lib/fetch/constants.js +169 -0
- package/lib/cjs/__/undici/lib/fetch/constants.js.map +1 -0
- package/lib/cjs/__/undici/lib/fetch/dataURL.js +649 -0
- package/lib/cjs/__/undici/lib/fetch/dataURL.js.map +1 -0
- package/lib/cjs/__/undici/lib/fetch/file.js +369 -0
- package/lib/cjs/__/undici/lib/fetch/file.js.map +1 -0
- package/lib/cjs/__/undici/lib/fetch/formdata.js +287 -0
- package/lib/cjs/__/undici/lib/fetch/formdata.js.map +1 -0
- package/lib/cjs/__/undici/lib/fetch/global.js +52 -0
- package/lib/cjs/__/undici/lib/fetch/global.js.map +1 -0
- package/lib/cjs/__/undici/lib/fetch/headers.js +609 -0
- package/lib/cjs/__/undici/lib/fetch/headers.js.map +1 -0
- package/lib/cjs/__/undici/lib/fetch/index.js +2114 -0
- package/lib/cjs/__/undici/lib/fetch/index.js.map +1 -0
- package/lib/cjs/__/undici/lib/fetch/request.js +979 -0
- package/lib/cjs/__/undici/lib/fetch/request.js.map +1 -0
- package/lib/cjs/__/undici/lib/fetch/response.js +604 -0
- package/lib/cjs/__/undici/lib/fetch/response.js.map +1 -0
- package/lib/cjs/__/undici/lib/fetch/symbols.js +22 -0
- package/lib/cjs/__/undici/lib/fetch/symbols.js.map +1 -0
- package/lib/cjs/__/undici/lib/fetch/util.js +1170 -0
- package/lib/cjs/__/undici/lib/fetch/util.js.map +1 -0
- package/lib/cjs/__/undici/lib/fetch/webidl.js +665 -0
- package/lib/cjs/__/undici/lib/fetch/webidl.js.map +1 -0
- package/lib/cjs/__/undici/lib/fileapi/encoding.js +302 -0
- package/lib/cjs/__/undici/lib/fileapi/encoding.js.map +1 -0
- package/lib/cjs/__/undici/lib/fileapi/filereader.js +361 -0
- package/lib/cjs/__/undici/lib/fileapi/filereader.js.map +1 -0
- package/lib/cjs/__/undici/lib/fileapi/progressevent.js +92 -0
- package/lib/cjs/__/undici/lib/fileapi/progressevent.js.map +1 -0
- package/lib/cjs/__/undici/lib/fileapi/symbols.js +22 -0
- package/lib/cjs/__/undici/lib/fileapi/symbols.js.map +1 -0
- package/lib/cjs/__/undici/lib/fileapi/util.js +419 -0
- package/lib/cjs/__/undici/lib/fileapi/util.js.map +1 -0
- package/lib/cjs/__/undici/lib/global.js +47 -0
- package/lib/cjs/__/undici/lib/global.js.map +1 -0
- package/lib/cjs/__/undici/lib/handler/DecoratorHandler.js +47 -0
- package/lib/cjs/__/undici/lib/handler/DecoratorHandler.js.map +1 -0
- package/lib/cjs/__/undici/lib/handler/RedirectHandler.js +226 -0
- package/lib/cjs/__/undici/lib/handler/RedirectHandler.js.map +1 -0
- package/lib/cjs/__/undici/lib/handler/RetryHandler.js +358 -0
- package/lib/cjs/__/undici/lib/handler/RetryHandler.js.map +1 -0
- package/lib/cjs/__/undici/lib/interceptor/redirectInterceptor.js +35 -0
- package/lib/cjs/__/undici/lib/interceptor/redirectInterceptor.js.map +1 -0
- package/lib/cjs/__/undici/lib/llhttp/constants.js +288 -0
- package/lib/cjs/__/undici/lib/llhttp/constants.js.map +1 -0
- package/lib/cjs/__/undici/lib/llhttp/llhttp-wasm.js +14 -0
- package/lib/cjs/__/undici/lib/llhttp/llhttp-wasm.js.map +1 -0
- package/lib/cjs/__/undici/lib/llhttp/llhttp_simd-wasm.js +14 -0
- package/lib/cjs/__/undici/lib/llhttp/llhttp_simd-wasm.js.map +1 -0
- package/lib/cjs/__/undici/lib/llhttp/utils.js +28 -0
- package/lib/cjs/__/undici/lib/llhttp/utils.js.map +1 -0
- package/lib/cjs/__/undici/lib/mock/mock-agent.js +194 -0
- package/lib/cjs/__/undici/lib/mock/mock-agent.js.map +1 -0
- package/lib/cjs/__/undici/lib/mock/mock-client.js +83 -0
- package/lib/cjs/__/undici/lib/mock/mock-client.js.map +1 -0
- package/lib/cjs/__/undici/lib/mock/mock-errors.js +31 -0
- package/lib/cjs/__/undici/lib/mock/mock-errors.js.map +1 -0
- package/lib/cjs/__/undici/lib/mock/mock-interceptor.js +223 -0
- package/lib/cjs/__/undici/lib/mock/mock-interceptor.js.map +1 -0
- package/lib/cjs/__/undici/lib/mock/mock-pool.js +83 -0
- package/lib/cjs/__/undici/lib/mock/mock-pool.js.map +1 -0
- package/lib/cjs/__/undici/lib/mock/mock-symbols.js +35 -0
- package/lib/cjs/__/undici/lib/mock/mock-symbols.js.map +1 -0
- package/lib/cjs/__/undici/lib/mock/mock-utils.js +374 -0
- package/lib/cjs/__/undici/lib/mock/mock-utils.js.map +1 -0
- package/lib/cjs/__/undici/lib/mock/pending-interceptors-formatter.js +60 -0
- package/lib/cjs/__/undici/lib/mock/pending-interceptors-formatter.js.map +1 -0
- package/lib/cjs/__/undici/lib/mock/pluralizer.js +41 -0
- package/lib/cjs/__/undici/lib/mock/pluralizer.js.map +1 -0
- package/lib/cjs/__/undici/lib/node/fixed-queue.js +129 -0
- package/lib/cjs/__/undici/lib/node/fixed-queue.js.map +1 -0
- package/lib/cjs/__/undici/lib/pool-base.js +211 -0
- package/lib/cjs/__/undici/lib/pool-base.js.map +1 -0
- package/lib/cjs/__/undici/lib/pool-stats.js +49 -0
- package/lib/cjs/__/undici/lib/pool-stats.js.map +1 -0
- package/lib/cjs/__/undici/lib/pool.js +127 -0
- package/lib/cjs/__/undici/lib/pool.js.map +1 -0
- package/lib/cjs/__/undici/lib/proxy-agent.js +213 -0
- package/lib/cjs/__/undici/lib/proxy-agent.js.map +1 -0
- package/lib/cjs/__/undici/lib/timers.js +109 -0
- package/lib/cjs/__/undici/lib/timers.js.map +1 -0
- package/lib/cjs/__/undici/lib/websocket/connection.js +318 -0
- package/lib/cjs/__/undici/lib/websocket/connection.js.map +1 -0
- package/lib/cjs/__/undici/lib/websocket/constants.js +63 -0
- package/lib/cjs/__/undici/lib/websocket/constants.js.map +1 -0
- package/lib/cjs/__/undici/lib/websocket/events.js +323 -0
- package/lib/cjs/__/undici/lib/websocket/events.js.map +1 -0
- package/lib/cjs/__/undici/lib/websocket/frame.js +87 -0
- package/lib/cjs/__/undici/lib/websocket/frame.js.map +1 -0
- package/lib/cjs/__/undici/lib/websocket/receiver.js +368 -0
- package/lib/cjs/__/undici/lib/websocket/receiver.js.map +1 -0
- package/lib/cjs/__/undici/lib/websocket/symbols.js +24 -0
- package/lib/cjs/__/undici/lib/websocket/symbols.js.map +1 -0
- package/lib/cjs/__/undici/lib/websocket/util.js +216 -0
- package/lib/cjs/__/undici/lib/websocket/util.js.map +1 -0
- package/lib/cjs/__/undici/lib/websocket/websocket.js +668 -0
- package/lib/cjs/__/undici/lib/websocket/websocket.js.map +1 -0
- package/lib/cjs/_virtual/_commonjsHelpers.js +30 -0
- package/lib/cjs/_virtual/_commonjsHelpers.js.map +1 -1
- package/lib/cjs/_virtual/api-request.js +6 -0
- package/lib/cjs/_virtual/api-request.js.map +1 -0
- package/lib/cjs/_virtual/constants.js +6 -0
- package/lib/cjs/_virtual/constants.js.map +1 -0
- package/lib/cjs/_virtual/context.js +6 -0
- package/lib/cjs/_virtual/context.js.map +1 -0
- package/lib/cjs/_virtual/github.js +8 -0
- package/lib/cjs/_virtual/github.js.map +1 -0
- package/lib/cjs/_virtual/github2.js +6 -0
- package/lib/cjs/_virtual/github2.js.map +1 -0
- package/lib/cjs/_virtual/index10.js +6 -0
- package/lib/cjs/_virtual/index10.js.map +1 -0
- package/lib/cjs/_virtual/index11.js +6 -0
- package/lib/cjs/_virtual/index11.js.map +1 -0
- package/lib/cjs/_virtual/index12.js +6 -0
- package/lib/cjs/_virtual/index12.js.map +1 -0
- package/lib/cjs/_virtual/index13.js +6 -0
- package/lib/cjs/_virtual/index13.js.map +1 -0
- package/lib/cjs/_virtual/index14.js +6 -0
- package/lib/cjs/_virtual/index14.js.map +1 -0
- package/lib/cjs/_virtual/index2.js +5 -2
- package/lib/cjs/_virtual/index2.js.map +1 -1
- package/lib/cjs/_virtual/index3.js +3 -4
- package/lib/cjs/_virtual/index3.js.map +1 -1
- package/lib/cjs/_virtual/index4.js +5 -2
- package/lib/cjs/_virtual/index4.js.map +1 -1
- package/lib/cjs/_virtual/index5.js +2 -2
- package/lib/cjs/_virtual/index6.js +6 -2
- package/lib/cjs/_virtual/index6.js.map +1 -1
- package/lib/cjs/_virtual/index7.js +6 -0
- package/lib/cjs/_virtual/index7.js.map +1 -0
- package/lib/cjs/_virtual/index8.js +6 -0
- package/lib/cjs/_virtual/index8.js.map +1 -0
- package/lib/cjs/_virtual/index9.js +8 -0
- package/lib/cjs/_virtual/index9.js.map +1 -0
- package/lib/cjs/_virtual/main.js +6 -0
- package/lib/cjs/_virtual/main.js.map +1 -0
- package/lib/cjs/_virtual/mock-interceptor.js +6 -0
- package/lib/cjs/_virtual/mock-interceptor.js.map +1 -0
- package/lib/cjs/_virtual/proxy.js +6 -0
- package/lib/cjs/_virtual/proxy.js.map +1 -0
- package/lib/cjs/_virtual/tunnel.js +6 -0
- package/lib/cjs/_virtual/tunnel.js.map +1 -0
- package/lib/cjs/_virtual/utils.js +6 -0
- package/lib/cjs/_virtual/utils.js.map +1 -0
- package/lib/cjs/_virtual/utils2.js +6 -0
- package/lib/cjs/_virtual/utils2.js.map +1 -0
- package/lib/cjs/_virtual/utils3.js +6 -0
- package/lib/cjs/_virtual/utils3.js.map +1 -0
- package/lib/cjs/artifacts/filter-artifacts.js.map +1 -1
- package/lib/cjs/env/ci-env.js +6 -1
- package/lib/cjs/env/ci-env.js.map +1 -1
- package/lib/cjs/env/load.js +1 -1
- package/lib/cjs/env/load.js.map +1 -1
- package/lib/cjs/env/service/github.js +3 -22
- package/lib/cjs/env/service/github.js.map +1 -1
- package/lib/cjs/ingest/ingest.js +4 -4
- package/lib/cjs/ingest/ingest.js.map +1 -1
- package/lib/cjs/locales/en.js.map +1 -1
- package/lib/esm/__/@actions/github/__/@octokit/auth-token/dist-bundle/index.js +55 -0
- package/lib/esm/__/@actions/github/__/@octokit/auth-token/dist-bundle/index.js.map +1 -0
- package/lib/esm/__/@actions/github/__/@octokit/core/dist-src/index.js +142 -0
- package/lib/esm/__/@actions/github/__/@octokit/core/dist-src/index.js.map +1 -0
- package/lib/esm/__/@actions/github/__/@octokit/core/dist-src/version.js +4 -0
- package/lib/esm/__/@actions/github/__/@octokit/core/dist-src/version.js.map +1 -0
- package/lib/esm/__/@actions/github/__/@octokit/endpoint/dist-bundle/index.js +347 -0
- package/lib/esm/__/@actions/github/__/@octokit/endpoint/dist-bundle/index.js.map +1 -0
- package/lib/esm/__/@actions/github/__/@octokit/graphql/dist-bundle/index.js +122 -0
- package/lib/esm/__/@actions/github/__/@octokit/graphql/dist-bundle/index.js.map +1 -0
- package/lib/esm/__/@actions/github/__/@octokit/plugin-paginate-rest/dist-bundle/index.js +412 -0
- package/lib/esm/__/@actions/github/__/@octokit/plugin-paginate-rest/dist-bundle/index.js.map +1 -0
- package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js +126 -0
- package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js.map +1 -0
- package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js +2293 -0
- package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js.map +1 -0
- package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/index.js +21 -0
- package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/index.js.map +1 -0
- package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/version.js +4 -0
- package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/version.js.map +1 -0
- package/lib/esm/__/@actions/github/__/@octokit/request/dist-bundle/index.js +197 -0
- package/lib/esm/__/@actions/github/__/@octokit/request/dist-bundle/index.js.map +1 -0
- package/lib/esm/__/@actions/github/__/@octokit/request-error/dist-src/index.js +41 -0
- package/lib/esm/__/@actions/github/__/@octokit/request-error/dist-src/index.js.map +1 -0
- package/lib/esm/__/@actions/github/__/before-after-hook/index.js +39 -0
- package/lib/esm/__/@actions/github/__/before-after-hook/index.js.map +1 -0
- package/lib/esm/__/@actions/github/__/before-after-hook/lib/add.js +49 -0
- package/lib/esm/__/@actions/github/__/before-after-hook/lib/add.js.map +1 -0
- package/lib/esm/__/@actions/github/__/before-after-hook/lib/register.js +30 -0
- package/lib/esm/__/@actions/github/__/before-after-hook/lib/register.js.map +1 -0
- package/lib/esm/__/@actions/github/__/before-after-hook/lib/remove.js +22 -0
- package/lib/esm/__/@actions/github/__/before-after-hook/lib/remove.js.map +1 -0
- package/lib/esm/__/@actions/github/__/universal-user-agent/index.js +16 -0
- package/lib/esm/__/@actions/github/__/universal-user-agent/index.js.map +1 -0
- package/lib/esm/__/@actions/github/lib/context.js +69 -0
- package/lib/esm/__/@actions/github/lib/context.js.map +1 -0
- package/lib/esm/__/@actions/github/lib/github.js +64 -0
- package/lib/esm/__/@actions/github/lib/github.js.map +1 -0
- package/lib/esm/__/@actions/github/lib/internal/utils.js +92 -0
- package/lib/esm/__/@actions/github/lib/internal/utils.js.map +1 -0
- package/lib/esm/__/@actions/github/lib/utils.js +87 -0
- package/lib/esm/__/@actions/github/lib/utils.js.map +1 -0
- package/lib/esm/__/@actions/http-client/lib/index.js +753 -0
- package/lib/esm/__/@actions/http-client/lib/index.js.map +1 -0
- package/lib/esm/__/@actions/http-client/lib/proxy.js +105 -0
- package/lib/esm/__/@actions/http-client/lib/proxy.js.map +1 -0
- package/lib/esm/__/@fastify/busboy/deps/dicer/lib/Dicer.js +229 -0
- package/lib/esm/__/@fastify/busboy/deps/dicer/lib/Dicer.js.map +1 -0
- package/lib/esm/__/@fastify/busboy/deps/dicer/lib/HeaderParser.js +115 -0
- package/lib/esm/__/@fastify/busboy/deps/dicer/lib/HeaderParser.js.map +1 -0
- package/lib/esm/__/@fastify/busboy/deps/dicer/lib/PartStream.js +26 -0
- package/lib/esm/__/@fastify/busboy/deps/dicer/lib/PartStream.js.map +1 -0
- package/lib/esm/__/@fastify/busboy/deps/streamsearch/sbmh.js +241 -0
- package/lib/esm/__/@fastify/busboy/deps/streamsearch/sbmh.js.map +1 -0
- package/lib/esm/__/@fastify/busboy/lib/main.js +102 -0
- package/lib/esm/__/@fastify/busboy/lib/main.js.map +1 -0
- package/lib/esm/__/@fastify/busboy/lib/types/multipart.js +324 -0
- package/lib/esm/__/@fastify/busboy/lib/types/multipart.js.map +1 -0
- package/lib/esm/__/@fastify/busboy/lib/types/urlencoded.js +204 -0
- package/lib/esm/__/@fastify/busboy/lib/types/urlencoded.js.map +1 -0
- package/lib/esm/__/@fastify/busboy/lib/utils/Decoder.js +64 -0
- package/lib/esm/__/@fastify/busboy/lib/utils/Decoder.js.map +1 -0
- package/lib/esm/__/@fastify/busboy/lib/utils/basename.js +24 -0
- package/lib/esm/__/@fastify/busboy/lib/utils/basename.js.map +1 -0
- package/lib/esm/__/@fastify/busboy/lib/utils/decodeText.js +124 -0
- package/lib/esm/__/@fastify/busboy/lib/utils/decodeText.js.map +1 -0
- package/lib/esm/__/@fastify/busboy/lib/utils/getLimit.js +26 -0
- package/lib/esm/__/@fastify/busboy/lib/utils/getLimit.js.map +1 -0
- package/lib/esm/__/@fastify/busboy/lib/utils/parseParams.js +209 -0
- package/lib/esm/__/@fastify/busboy/lib/utils/parseParams.js.map +1 -0
- package/lib/esm/__/cross-spawn/index.js +1 -1
- package/lib/esm/__/env-ci/__/execa/index.js +1 -1
- package/lib/esm/__/env-ci/__/execa/lib/stream.js +1 -1
- package/lib/esm/__/fast-content-type-parse/index.js +180 -0
- package/lib/esm/__/fast-content-type-parse/index.js.map +1 -0
- package/lib/esm/__/java-properties/dist-node/index.js +1 -1
- package/lib/esm/__/path-key/index.js +1 -1
- package/lib/esm/__/tunnel/index.js +14 -0
- package/lib/esm/__/tunnel/index.js.map +1 -0
- package/lib/esm/__/tunnel/lib/tunnel.js +279 -0
- package/lib/esm/__/tunnel/lib/tunnel.js.map +1 -0
- package/lib/esm/__/undici/index.js +210 -0
- package/lib/esm/__/undici/index.js.map +1 -0
- package/lib/esm/__/undici/lib/agent.js +167 -0
- package/lib/esm/__/undici/lib/agent.js.map +1 -0
- package/lib/esm/__/undici/lib/api/abort-signal.js +68 -0
- package/lib/esm/__/undici/lib/api/abort-signal.js.map +1 -0
- package/lib/esm/__/undici/lib/api/api-connect.js +119 -0
- package/lib/esm/__/undici/lib/api/api-connect.js.map +1 -0
- package/lib/esm/__/undici/lib/api/api-pipeline.js +266 -0
- package/lib/esm/__/undici/lib/api/api-pipeline.js.map +1 -0
- package/lib/esm/__/undici/lib/api/api-request.js +197 -0
- package/lib/esm/__/undici/lib/api/api-request.js.map +1 -0
- package/lib/esm/__/undici/lib/api/api-stream.js +237 -0
- package/lib/esm/__/undici/lib/api/api-stream.js.map +1 -0
- package/lib/esm/__/undici/lib/api/api-upgrade.js +121 -0
- package/lib/esm/__/undici/lib/api/api-upgrade.js.map +1 -0
- package/lib/esm/__/undici/lib/api/index.js +23 -0
- package/lib/esm/__/undici/lib/api/index.js.map +1 -0
- package/lib/esm/__/undici/lib/api/readable.js +335 -0
- package/lib/esm/__/undici/lib/api/readable.js.map +1 -0
- package/lib/esm/__/undici/lib/api/util.js +61 -0
- package/lib/esm/__/undici/lib/api/util.js.map +1 -0
- package/lib/esm/__/undici/lib/balanced-pool.js +206 -0
- package/lib/esm/__/undici/lib/balanced-pool.js.map +1 -0
- package/lib/esm/__/undici/lib/cache/cache.js +861 -0
- package/lib/esm/__/undici/lib/cache/cache.js.map +1 -0
- package/lib/esm/__/undici/lib/cache/cachestorage.js +159 -0
- package/lib/esm/__/undici/lib/cache/cachestorage.js.map +1 -0
- package/lib/esm/__/undici/lib/cache/symbols.js +17 -0
- package/lib/esm/__/undici/lib/cache/symbols.js.map +1 -0
- package/lib/esm/__/undici/lib/cache/util.js +63 -0
- package/lib/esm/__/undici/lib/cache/util.js.map +1 -0
- package/lib/esm/__/undici/lib/client.js +2305 -0
- package/lib/esm/__/undici/lib/client.js.map +1 -0
- package/lib/esm/__/undici/lib/compat/dispatcher-weakref.js +61 -0
- package/lib/esm/__/undici/lib/compat/dispatcher-weakref.js.map +1 -0
- package/lib/esm/__/undici/lib/cookies/constants.js +22 -0
- package/lib/esm/__/undici/lib/cookies/constants.js.map +1 -0
- package/lib/esm/__/undici/lib/cookies/index.js +198 -0
- package/lib/esm/__/undici/lib/cookies/index.js.map +1 -0
- package/lib/esm/__/undici/lib/cookies/parse.js +332 -0
- package/lib/esm/__/undici/lib/cookies/parse.js.map +1 -0
- package/lib/esm/__/undici/lib/cookies/util.js +284 -0
- package/lib/esm/__/undici/lib/cookies/util.js.map +1 -0
- package/lib/esm/__/undici/lib/core/connect.js +206 -0
- package/lib/esm/__/undici/lib/core/connect.js.map +1 -0
- package/lib/esm/__/undici/lib/core/constants.js +128 -0
- package/lib/esm/__/undici/lib/core/constants.js.map +1 -0
- package/lib/esm/__/undici/lib/core/errors.js +240 -0
- package/lib/esm/__/undici/lib/core/errors.js.map +1 -0
- package/lib/esm/__/undici/lib/core/request.js +515 -0
- package/lib/esm/__/undici/lib/core/request.js.map +1 -0
- package/lib/esm/__/undici/lib/core/symbols.js +74 -0
- package/lib/esm/__/undici/lib/core/symbols.js.map +1 -0
- package/lib/esm/__/undici/lib/core/util.js +544 -0
- package/lib/esm/__/undici/lib/core/util.js.map +1 -0
- package/lib/esm/__/undici/lib/dispatcher-base.js +206 -0
- package/lib/esm/__/undici/lib/dispatcher-base.js.map +1 -0
- package/lib/esm/__/undici/lib/dispatcher.js +31 -0
- package/lib/esm/__/undici/lib/dispatcher.js.map +1 -0
- package/lib/esm/__/undici/lib/fetch/body.js +638 -0
- package/lib/esm/__/undici/lib/fetch/body.js.map +1 -0
- package/lib/esm/__/undici/lib/fetch/constants.js +163 -0
- package/lib/esm/__/undici/lib/fetch/constants.js.map +1 -0
- package/lib/esm/__/undici/lib/fetch/dataURL.js +642 -0
- package/lib/esm/__/undici/lib/fetch/dataURL.js.map +1 -0
- package/lib/esm/__/undici/lib/fetch/file.js +362 -0
- package/lib/esm/__/undici/lib/fetch/file.js.map +1 -0
- package/lib/esm/__/undici/lib/fetch/formdata.js +281 -0
- package/lib/esm/__/undici/lib/fetch/formdata.js.map +1 -0
- package/lib/esm/__/undici/lib/fetch/global.js +50 -0
- package/lib/esm/__/undici/lib/fetch/global.js.map +1 -0
- package/lib/esm/__/undici/lib/fetch/headers.js +602 -0
- package/lib/esm/__/undici/lib/fetch/headers.js.map +1 -0
- package/lib/esm/__/undici/lib/fetch/index.js +2102 -0
- package/lib/esm/__/undici/lib/fetch/index.js.map +1 -0
- package/lib/esm/__/undici/lib/fetch/request.js +971 -0
- package/lib/esm/__/undici/lib/fetch/request.js.map +1 -0
- package/lib/esm/__/undici/lib/fetch/response.js +596 -0
- package/lib/esm/__/undici/lib/fetch/response.js.map +1 -0
- package/lib/esm/__/undici/lib/fetch/symbols.js +20 -0
- package/lib/esm/__/undici/lib/fetch/symbols.js.map +1 -0
- package/lib/esm/__/undici/lib/fetch/util.js +1161 -0
- package/lib/esm/__/undici/lib/fetch/util.js.map +1 -0
- package/lib/esm/__/undici/lib/fetch/webidl.js +659 -0
- package/lib/esm/__/undici/lib/fetch/webidl.js.map +1 -0
- package/lib/esm/__/undici/lib/fileapi/encoding.js +300 -0
- package/lib/esm/__/undici/lib/fileapi/encoding.js.map +1 -0
- package/lib/esm/__/undici/lib/fileapi/filereader.js +359 -0
- package/lib/esm/__/undici/lib/fileapi/filereader.js.map +1 -0
- package/lib/esm/__/undici/lib/fileapi/progressevent.js +90 -0
- package/lib/esm/__/undici/lib/fileapi/progressevent.js.map +1 -0
- package/lib/esm/__/undici/lib/fileapi/symbols.js +20 -0
- package/lib/esm/__/undici/lib/fileapi/symbols.js.map +1 -0
- package/lib/esm/__/undici/lib/fileapi/util.js +411 -0
- package/lib/esm/__/undici/lib/fileapi/util.js.map +1 -0
- package/lib/esm/__/undici/lib/global.js +45 -0
- package/lib/esm/__/undici/lib/global.js.map +1 -0
- package/lib/esm/__/undici/lib/handler/DecoratorHandler.js +45 -0
- package/lib/esm/__/undici/lib/handler/DecoratorHandler.js.map +1 -0
- package/lib/esm/__/undici/lib/handler/RedirectHandler.js +219 -0
- package/lib/esm/__/undici/lib/handler/RedirectHandler.js.map +1 -0
- package/lib/esm/__/undici/lib/handler/RetryHandler.js +352 -0
- package/lib/esm/__/undici/lib/handler/RetryHandler.js.map +1 -0
- package/lib/esm/__/undici/lib/interceptor/redirectInterceptor.js +33 -0
- package/lib/esm/__/undici/lib/interceptor/redirectInterceptor.js.map +1 -0
- package/lib/esm/__/undici/lib/llhttp/constants.js +286 -0
- package/lib/esm/__/undici/lib/llhttp/constants.js.map +1 -0
- package/lib/esm/__/undici/lib/llhttp/llhttp-wasm.js +12 -0
- package/lib/esm/__/undici/lib/llhttp/llhttp-wasm.js.map +1 -0
- package/lib/esm/__/undici/lib/llhttp/llhttp_simd-wasm.js +12 -0
- package/lib/esm/__/undici/lib/llhttp/llhttp_simd-wasm.js.map +1 -0
- package/lib/esm/__/undici/lib/llhttp/utils.js +26 -0
- package/lib/esm/__/undici/lib/llhttp/utils.js.map +1 -0
- package/lib/esm/__/undici/lib/mock/mock-agent.js +192 -0
- package/lib/esm/__/undici/lib/mock/mock-agent.js.map +1 -0
- package/lib/esm/__/undici/lib/mock/mock-client.js +77 -0
- package/lib/esm/__/undici/lib/mock/mock-client.js.map +1 -0
- package/lib/esm/__/undici/lib/mock/mock-errors.js +29 -0
- package/lib/esm/__/undici/lib/mock/mock-errors.js.map +1 -0
- package/lib/esm/__/undici/lib/mock/mock-interceptor.js +221 -0
- package/lib/esm/__/undici/lib/mock/mock-interceptor.js.map +1 -0
- package/lib/esm/__/undici/lib/mock/mock-pool.js +77 -0
- package/lib/esm/__/undici/lib/mock/mock-pool.js.map +1 -0
- package/lib/esm/__/undici/lib/mock/mock-symbols.js +33 -0
- package/lib/esm/__/undici/lib/mock/mock-symbols.js.map +1 -0
- package/lib/esm/__/undici/lib/mock/mock-utils.js +367 -0
- package/lib/esm/__/undici/lib/mock/mock-utils.js.map +1 -0
- package/lib/esm/__/undici/lib/mock/pending-interceptors-formatter.js +53 -0
- package/lib/esm/__/undici/lib/mock/pending-interceptors-formatter.js.map +1 -0
- package/lib/esm/__/undici/lib/mock/pluralizer.js +39 -0
- package/lib/esm/__/undici/lib/mock/pluralizer.js.map +1 -0
- package/lib/esm/__/undici/lib/node/fixed-queue.js +127 -0
- package/lib/esm/__/undici/lib/node/fixed-queue.js.map +1 -0
- package/lib/esm/__/undici/lib/pool-base.js +209 -0
- package/lib/esm/__/undici/lib/pool-base.js.map +1 -0
- package/lib/esm/__/undici/lib/pool-stats.js +47 -0
- package/lib/esm/__/undici/lib/pool-stats.js.map +1 -0
- package/lib/esm/__/undici/lib/pool.js +125 -0
- package/lib/esm/__/undici/lib/pool.js.map +1 -0
- package/lib/esm/__/undici/lib/proxy-agent.js +207 -0
- package/lib/esm/__/undici/lib/proxy-agent.js.map +1 -0
- package/lib/esm/__/undici/lib/timers.js +107 -0
- package/lib/esm/__/undici/lib/timers.js.map +1 -0
- package/lib/esm/__/undici/lib/websocket/connection.js +312 -0
- package/lib/esm/__/undici/lib/websocket/connection.js.map +1 -0
- package/lib/esm/__/undici/lib/websocket/constants.js +61 -0
- package/lib/esm/__/undici/lib/websocket/constants.js.map +1 -0
- package/lib/esm/__/undici/lib/websocket/events.js +317 -0
- package/lib/esm/__/undici/lib/websocket/events.js.map +1 -0
- package/lib/esm/__/undici/lib/websocket/frame.js +85 -0
- package/lib/esm/__/undici/lib/websocket/frame.js.map +1 -0
- package/lib/esm/__/undici/lib/websocket/receiver.js +361 -0
- package/lib/esm/__/undici/lib/websocket/receiver.js.map +1 -0
- package/lib/esm/__/undici/lib/websocket/symbols.js +22 -0
- package/lib/esm/__/undici/lib/websocket/symbols.js.map +1 -0
- package/lib/esm/__/undici/lib/websocket/util.js +214 -0
- package/lib/esm/__/undici/lib/websocket/util.js.map +1 -0
- package/lib/esm/__/undici/lib/websocket/websocket.js +662 -0
- package/lib/esm/__/undici/lib/websocket/websocket.js.map +1 -0
- package/lib/esm/_virtual/_commonjsHelpers.js +30 -1
- package/lib/esm/_virtual/_commonjsHelpers.js.map +1 -1
- package/lib/esm/_virtual/api-request.js +4 -0
- package/lib/esm/_virtual/api-request.js.map +1 -0
- package/lib/esm/_virtual/constants.js +4 -0
- package/lib/esm/_virtual/constants.js.map +1 -0
- package/lib/esm/_virtual/context.js +4 -0
- package/lib/esm/_virtual/context.js.map +1 -0
- package/lib/esm/_virtual/github.js +6 -0
- package/lib/esm/_virtual/github.js.map +1 -0
- package/lib/esm/_virtual/github2.js +4 -0
- package/lib/esm/_virtual/github2.js.map +1 -0
- package/lib/esm/_virtual/index10.js +4 -0
- package/lib/esm/_virtual/index10.js.map +1 -0
- package/lib/esm/_virtual/index11.js +4 -0
- package/lib/esm/_virtual/index11.js.map +1 -0
- package/lib/esm/_virtual/index12.js +4 -0
- package/lib/esm/_virtual/index12.js.map +1 -0
- package/lib/esm/_virtual/index13.js +4 -0
- package/lib/esm/_virtual/index13.js.map +1 -0
- package/lib/esm/_virtual/index14.js +4 -0
- package/lib/esm/_virtual/index14.js.map +1 -0
- package/lib/esm/_virtual/index2.js +4 -5
- package/lib/esm/_virtual/index2.js.map +1 -1
- package/lib/esm/_virtual/index3.js +5 -2
- package/lib/esm/_virtual/index3.js.map +1 -1
- package/lib/esm/_virtual/index4.js +5 -2
- package/lib/esm/_virtual/index4.js.map +1 -1
- package/lib/esm/_virtual/index5.js +2 -2
- package/lib/esm/_virtual/index6.js +6 -2
- package/lib/esm/_virtual/index6.js.map +1 -1
- package/lib/esm/_virtual/index7.js +4 -0
- package/lib/esm/_virtual/index7.js.map +1 -0
- package/lib/esm/_virtual/index8.js +6 -0
- package/lib/esm/_virtual/index8.js.map +1 -0
- package/lib/esm/_virtual/index9.js +4 -0
- package/lib/esm/_virtual/index9.js.map +1 -0
- package/lib/esm/_virtual/main.js +4 -0
- package/lib/esm/_virtual/main.js.map +1 -0
- package/lib/esm/_virtual/mock-interceptor.js +4 -0
- package/lib/esm/_virtual/mock-interceptor.js.map +1 -0
- package/lib/esm/_virtual/proxy.js +4 -0
- package/lib/esm/_virtual/proxy.js.map +1 -0
- package/lib/esm/_virtual/tunnel.js +4 -0
- package/lib/esm/_virtual/tunnel.js.map +1 -0
- package/lib/esm/_virtual/utils.js +4 -0
- package/lib/esm/_virtual/utils.js.map +1 -0
- package/lib/esm/_virtual/utils2.js +4 -0
- package/lib/esm/_virtual/utils2.js.map +1 -0
- package/lib/esm/_virtual/utils3.js +4 -0
- package/lib/esm/_virtual/utils3.js.map +1 -0
- package/lib/esm/artifacts/filter-artifacts.js.map +1 -1
- package/lib/esm/env/ci-env.js +6 -1
- package/lib/esm/env/ci-env.js.map +1 -1
- package/lib/esm/env/load.js +1 -1
- package/lib/esm/env/load.js.map +1 -1
- package/lib/esm/env/service/github.js +3 -3
- package/lib/esm/env/service/github.js.map +1 -1
- package/lib/esm/ingest/ingest.js +1 -1
- package/lib/esm/ingest/ingest.js.map +1 -1
- package/lib/esm/locales/en.js.map +1 -1
- package/package.json +11 -11
|
@@ -0,0 +1,602 @@
|
|
|
1
|
+
import { __require as requireSymbols } from '../core/symbols.js';
|
|
2
|
+
import { __require as requireSymbols$1 } from './symbols.js';
|
|
3
|
+
import { __require as requireUtil } from '../core/util.js';
|
|
4
|
+
import { __require as requireUtil$1 } from './util.js';
|
|
5
|
+
import require$$1 from 'node:util';
|
|
6
|
+
import { __require as requireWebidl } from './webidl.js';
|
|
7
|
+
import require$$0 from 'node:assert';
|
|
8
|
+
|
|
9
|
+
var headers;
|
|
10
|
+
var hasRequiredHeaders;
|
|
11
|
+
|
|
12
|
+
function requireHeaders () {
|
|
13
|
+
if (hasRequiredHeaders) return headers;
|
|
14
|
+
hasRequiredHeaders = 1;
|
|
15
|
+
|
|
16
|
+
const { kHeadersList, kConstruct } = requireSymbols();
|
|
17
|
+
const { kGuard } = requireSymbols$1();
|
|
18
|
+
const { kEnumerableProperty } = requireUtil();
|
|
19
|
+
const {
|
|
20
|
+
makeIterator,
|
|
21
|
+
isValidHeaderName,
|
|
22
|
+
isValidHeaderValue
|
|
23
|
+
} = requireUtil$1();
|
|
24
|
+
const util = require$$1;
|
|
25
|
+
const { webidl } = requireWebidl();
|
|
26
|
+
const assert = require$$0;
|
|
27
|
+
|
|
28
|
+
const kHeadersMap = Symbol('headers map');
|
|
29
|
+
const kHeadersSortedMap = Symbol('headers map sorted');
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* @param {number} code
|
|
33
|
+
*/
|
|
34
|
+
function isHTTPWhiteSpaceCharCode (code) {
|
|
35
|
+
return code === 0x00a || code === 0x00d || code === 0x009 || code === 0x020
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* @see https://fetch.spec.whatwg.org/#concept-header-value-normalize
|
|
40
|
+
* @param {string} potentialValue
|
|
41
|
+
*/
|
|
42
|
+
function headerValueNormalize (potentialValue) {
|
|
43
|
+
// To normalize a byte sequence potentialValue, remove
|
|
44
|
+
// any leading and trailing HTTP whitespace bytes from
|
|
45
|
+
// potentialValue.
|
|
46
|
+
let i = 0; let j = potentialValue.length;
|
|
47
|
+
|
|
48
|
+
while (j > i && isHTTPWhiteSpaceCharCode(potentialValue.charCodeAt(j - 1))) --j;
|
|
49
|
+
while (j > i && isHTTPWhiteSpaceCharCode(potentialValue.charCodeAt(i))) ++i;
|
|
50
|
+
|
|
51
|
+
return i === 0 && j === potentialValue.length ? potentialValue : potentialValue.substring(i, j)
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
function fill (headers, object) {
|
|
55
|
+
// To fill a Headers object headers with a given object object, run these steps:
|
|
56
|
+
|
|
57
|
+
// 1. If object is a sequence, then for each header in object:
|
|
58
|
+
// Note: webidl conversion to array has already been done.
|
|
59
|
+
if (Array.isArray(object)) {
|
|
60
|
+
for (let i = 0; i < object.length; ++i) {
|
|
61
|
+
const header = object[i];
|
|
62
|
+
// 1. If header does not contain exactly two items, then throw a TypeError.
|
|
63
|
+
if (header.length !== 2) {
|
|
64
|
+
throw webidl.errors.exception({
|
|
65
|
+
header: 'Headers constructor',
|
|
66
|
+
message: `expected name/value pair to be length 2, found ${header.length}.`
|
|
67
|
+
})
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
// 2. Append (header’s first item, header’s second item) to headers.
|
|
71
|
+
appendHeader(headers, header[0], header[1]);
|
|
72
|
+
}
|
|
73
|
+
} else if (typeof object === 'object' && object !== null) {
|
|
74
|
+
// Note: null should throw
|
|
75
|
+
|
|
76
|
+
// 2. Otherwise, object is a record, then for each key → value in object,
|
|
77
|
+
// append (key, value) to headers
|
|
78
|
+
const keys = Object.keys(object);
|
|
79
|
+
for (let i = 0; i < keys.length; ++i) {
|
|
80
|
+
appendHeader(headers, keys[i], object[keys[i]]);
|
|
81
|
+
}
|
|
82
|
+
} else {
|
|
83
|
+
throw webidl.errors.conversionFailed({
|
|
84
|
+
prefix: 'Headers constructor',
|
|
85
|
+
argument: 'Argument 1',
|
|
86
|
+
types: ['sequence<sequence<ByteString>>', 'record<ByteString, ByteString>']
|
|
87
|
+
})
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* @see https://fetch.spec.whatwg.org/#concept-headers-append
|
|
93
|
+
*/
|
|
94
|
+
function appendHeader (headers, name, value) {
|
|
95
|
+
// 1. Normalize value.
|
|
96
|
+
value = headerValueNormalize(value);
|
|
97
|
+
|
|
98
|
+
// 2. If name is not a header name or value is not a
|
|
99
|
+
// header value, then throw a TypeError.
|
|
100
|
+
if (!isValidHeaderName(name)) {
|
|
101
|
+
throw webidl.errors.invalidArgument({
|
|
102
|
+
prefix: 'Headers.append',
|
|
103
|
+
value: name,
|
|
104
|
+
type: 'header name'
|
|
105
|
+
})
|
|
106
|
+
} else if (!isValidHeaderValue(value)) {
|
|
107
|
+
throw webidl.errors.invalidArgument({
|
|
108
|
+
prefix: 'Headers.append',
|
|
109
|
+
value,
|
|
110
|
+
type: 'header value'
|
|
111
|
+
})
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
// 3. If headers’s guard is "immutable", then throw a TypeError.
|
|
115
|
+
// 4. Otherwise, if headers’s guard is "request" and name is a
|
|
116
|
+
// forbidden header name, return.
|
|
117
|
+
// Note: undici does not implement forbidden header names
|
|
118
|
+
if (headers[kGuard] === 'immutable') {
|
|
119
|
+
throw new TypeError('immutable')
|
|
120
|
+
} else if (headers[kGuard] === 'request-no-cors') ;
|
|
121
|
+
|
|
122
|
+
// 6. Otherwise, if headers’s guard is "response" and name is a
|
|
123
|
+
// forbidden response-header name, return.
|
|
124
|
+
|
|
125
|
+
// 7. Append (name, value) to headers’s header list.
|
|
126
|
+
return headers[kHeadersList].append(name, value)
|
|
127
|
+
|
|
128
|
+
// 8. If headers’s guard is "request-no-cors", then remove
|
|
129
|
+
// privileged no-CORS request headers from headers
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
class HeadersList {
|
|
133
|
+
/** @type {[string, string][]|null} */
|
|
134
|
+
cookies = null
|
|
135
|
+
|
|
136
|
+
constructor (init) {
|
|
137
|
+
if (init instanceof HeadersList) {
|
|
138
|
+
this[kHeadersMap] = new Map(init[kHeadersMap]);
|
|
139
|
+
this[kHeadersSortedMap] = init[kHeadersSortedMap];
|
|
140
|
+
this.cookies = init.cookies === null ? null : [...init.cookies];
|
|
141
|
+
} else {
|
|
142
|
+
this[kHeadersMap] = new Map(init);
|
|
143
|
+
this[kHeadersSortedMap] = null;
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
// https://fetch.spec.whatwg.org/#header-list-contains
|
|
148
|
+
contains (name) {
|
|
149
|
+
// A header list list contains a header name name if list
|
|
150
|
+
// contains a header whose name is a byte-case-insensitive
|
|
151
|
+
// match for name.
|
|
152
|
+
name = name.toLowerCase();
|
|
153
|
+
|
|
154
|
+
return this[kHeadersMap].has(name)
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
clear () {
|
|
158
|
+
this[kHeadersMap].clear();
|
|
159
|
+
this[kHeadersSortedMap] = null;
|
|
160
|
+
this.cookies = null;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
// https://fetch.spec.whatwg.org/#concept-header-list-append
|
|
164
|
+
append (name, value) {
|
|
165
|
+
this[kHeadersSortedMap] = null;
|
|
166
|
+
|
|
167
|
+
// 1. If list contains name, then set name to the first such
|
|
168
|
+
// header’s name.
|
|
169
|
+
const lowercaseName = name.toLowerCase();
|
|
170
|
+
const exists = this[kHeadersMap].get(lowercaseName);
|
|
171
|
+
|
|
172
|
+
// 2. Append (name, value) to list.
|
|
173
|
+
if (exists) {
|
|
174
|
+
const delimiter = lowercaseName === 'cookie' ? '; ' : ', ';
|
|
175
|
+
this[kHeadersMap].set(lowercaseName, {
|
|
176
|
+
name: exists.name,
|
|
177
|
+
value: `${exists.value}${delimiter}${value}`
|
|
178
|
+
});
|
|
179
|
+
} else {
|
|
180
|
+
this[kHeadersMap].set(lowercaseName, { name, value });
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
if (lowercaseName === 'set-cookie') {
|
|
184
|
+
this.cookies ??= [];
|
|
185
|
+
this.cookies.push(value);
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
// https://fetch.spec.whatwg.org/#concept-header-list-set
|
|
190
|
+
set (name, value) {
|
|
191
|
+
this[kHeadersSortedMap] = null;
|
|
192
|
+
const lowercaseName = name.toLowerCase();
|
|
193
|
+
|
|
194
|
+
if (lowercaseName === 'set-cookie') {
|
|
195
|
+
this.cookies = [value];
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
// 1. If list contains name, then set the value of
|
|
199
|
+
// the first such header to value and remove the
|
|
200
|
+
// others.
|
|
201
|
+
// 2. Otherwise, append header (name, value) to list.
|
|
202
|
+
this[kHeadersMap].set(lowercaseName, { name, value });
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
// https://fetch.spec.whatwg.org/#concept-header-list-delete
|
|
206
|
+
delete (name) {
|
|
207
|
+
this[kHeadersSortedMap] = null;
|
|
208
|
+
|
|
209
|
+
name = name.toLowerCase();
|
|
210
|
+
|
|
211
|
+
if (name === 'set-cookie') {
|
|
212
|
+
this.cookies = null;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
this[kHeadersMap].delete(name);
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
// https://fetch.spec.whatwg.org/#concept-header-list-get
|
|
219
|
+
get (name) {
|
|
220
|
+
const value = this[kHeadersMap].get(name.toLowerCase());
|
|
221
|
+
|
|
222
|
+
// 1. If list does not contain name, then return null.
|
|
223
|
+
// 2. Return the values of all headers in list whose name
|
|
224
|
+
// is a byte-case-insensitive match for name,
|
|
225
|
+
// separated from each other by 0x2C 0x20, in order.
|
|
226
|
+
return value === undefined ? null : value.value
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
* [Symbol.iterator] () {
|
|
230
|
+
// use the lowercased name
|
|
231
|
+
for (const [name, { value }] of this[kHeadersMap]) {
|
|
232
|
+
yield [name, value];
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
get entries () {
|
|
237
|
+
const headers = {};
|
|
238
|
+
|
|
239
|
+
if (this[kHeadersMap].size) {
|
|
240
|
+
for (const { name, value } of this[kHeadersMap].values()) {
|
|
241
|
+
headers[name] = value;
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
return headers
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
// https://fetch.spec.whatwg.org/#headers-class
|
|
250
|
+
class Headers {
|
|
251
|
+
constructor (init = undefined) {
|
|
252
|
+
if (init === kConstruct) {
|
|
253
|
+
return
|
|
254
|
+
}
|
|
255
|
+
this[kHeadersList] = new HeadersList();
|
|
256
|
+
|
|
257
|
+
// The new Headers(init) constructor steps are:
|
|
258
|
+
|
|
259
|
+
// 1. Set this’s guard to "none".
|
|
260
|
+
this[kGuard] = 'none';
|
|
261
|
+
|
|
262
|
+
// 2. If init is given, then fill this with init.
|
|
263
|
+
if (init !== undefined) {
|
|
264
|
+
init = webidl.converters.HeadersInit(init);
|
|
265
|
+
fill(this, init);
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
// https://fetch.spec.whatwg.org/#dom-headers-append
|
|
270
|
+
append (name, value) {
|
|
271
|
+
webidl.brandCheck(this, Headers);
|
|
272
|
+
|
|
273
|
+
webidl.argumentLengthCheck(arguments, 2, { header: 'Headers.append' });
|
|
274
|
+
|
|
275
|
+
name = webidl.converters.ByteString(name);
|
|
276
|
+
value = webidl.converters.ByteString(value);
|
|
277
|
+
|
|
278
|
+
return appendHeader(this, name, value)
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
// https://fetch.spec.whatwg.org/#dom-headers-delete
|
|
282
|
+
delete (name) {
|
|
283
|
+
webidl.brandCheck(this, Headers);
|
|
284
|
+
|
|
285
|
+
webidl.argumentLengthCheck(arguments, 1, { header: 'Headers.delete' });
|
|
286
|
+
|
|
287
|
+
name = webidl.converters.ByteString(name);
|
|
288
|
+
|
|
289
|
+
// 1. If name is not a header name, then throw a TypeError.
|
|
290
|
+
if (!isValidHeaderName(name)) {
|
|
291
|
+
throw webidl.errors.invalidArgument({
|
|
292
|
+
prefix: 'Headers.delete',
|
|
293
|
+
value: name,
|
|
294
|
+
type: 'header name'
|
|
295
|
+
})
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
// 2. If this’s guard is "immutable", then throw a TypeError.
|
|
299
|
+
// 3. Otherwise, if this’s guard is "request" and name is a
|
|
300
|
+
// forbidden header name, return.
|
|
301
|
+
// 4. Otherwise, if this’s guard is "request-no-cors", name
|
|
302
|
+
// is not a no-CORS-safelisted request-header name, and
|
|
303
|
+
// name is not a privileged no-CORS request-header name,
|
|
304
|
+
// return.
|
|
305
|
+
// 5. Otherwise, if this’s guard is "response" and name is
|
|
306
|
+
// a forbidden response-header name, return.
|
|
307
|
+
// Note: undici does not implement forbidden header names
|
|
308
|
+
if (this[kGuard] === 'immutable') {
|
|
309
|
+
throw new TypeError('immutable')
|
|
310
|
+
} else if (this[kGuard] === 'request-no-cors') ;
|
|
311
|
+
|
|
312
|
+
// 6. If this’s header list does not contain name, then
|
|
313
|
+
// return.
|
|
314
|
+
if (!this[kHeadersList].contains(name)) {
|
|
315
|
+
return
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
// 7. Delete name from this’s header list.
|
|
319
|
+
// 8. If this’s guard is "request-no-cors", then remove
|
|
320
|
+
// privileged no-CORS request headers from this.
|
|
321
|
+
this[kHeadersList].delete(name);
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
// https://fetch.spec.whatwg.org/#dom-headers-get
|
|
325
|
+
get (name) {
|
|
326
|
+
webidl.brandCheck(this, Headers);
|
|
327
|
+
|
|
328
|
+
webidl.argumentLengthCheck(arguments, 1, { header: 'Headers.get' });
|
|
329
|
+
|
|
330
|
+
name = webidl.converters.ByteString(name);
|
|
331
|
+
|
|
332
|
+
// 1. If name is not a header name, then throw a TypeError.
|
|
333
|
+
if (!isValidHeaderName(name)) {
|
|
334
|
+
throw webidl.errors.invalidArgument({
|
|
335
|
+
prefix: 'Headers.get',
|
|
336
|
+
value: name,
|
|
337
|
+
type: 'header name'
|
|
338
|
+
})
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
// 2. Return the result of getting name from this’s header
|
|
342
|
+
// list.
|
|
343
|
+
return this[kHeadersList].get(name)
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
// https://fetch.spec.whatwg.org/#dom-headers-has
|
|
347
|
+
has (name) {
|
|
348
|
+
webidl.brandCheck(this, Headers);
|
|
349
|
+
|
|
350
|
+
webidl.argumentLengthCheck(arguments, 1, { header: 'Headers.has' });
|
|
351
|
+
|
|
352
|
+
name = webidl.converters.ByteString(name);
|
|
353
|
+
|
|
354
|
+
// 1. If name is not a header name, then throw a TypeError.
|
|
355
|
+
if (!isValidHeaderName(name)) {
|
|
356
|
+
throw webidl.errors.invalidArgument({
|
|
357
|
+
prefix: 'Headers.has',
|
|
358
|
+
value: name,
|
|
359
|
+
type: 'header name'
|
|
360
|
+
})
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
// 2. Return true if this’s header list contains name;
|
|
364
|
+
// otherwise false.
|
|
365
|
+
return this[kHeadersList].contains(name)
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
// https://fetch.spec.whatwg.org/#dom-headers-set
|
|
369
|
+
set (name, value) {
|
|
370
|
+
webidl.brandCheck(this, Headers);
|
|
371
|
+
|
|
372
|
+
webidl.argumentLengthCheck(arguments, 2, { header: 'Headers.set' });
|
|
373
|
+
|
|
374
|
+
name = webidl.converters.ByteString(name);
|
|
375
|
+
value = webidl.converters.ByteString(value);
|
|
376
|
+
|
|
377
|
+
// 1. Normalize value.
|
|
378
|
+
value = headerValueNormalize(value);
|
|
379
|
+
|
|
380
|
+
// 2. If name is not a header name or value is not a
|
|
381
|
+
// header value, then throw a TypeError.
|
|
382
|
+
if (!isValidHeaderName(name)) {
|
|
383
|
+
throw webidl.errors.invalidArgument({
|
|
384
|
+
prefix: 'Headers.set',
|
|
385
|
+
value: name,
|
|
386
|
+
type: 'header name'
|
|
387
|
+
})
|
|
388
|
+
} else if (!isValidHeaderValue(value)) {
|
|
389
|
+
throw webidl.errors.invalidArgument({
|
|
390
|
+
prefix: 'Headers.set',
|
|
391
|
+
value,
|
|
392
|
+
type: 'header value'
|
|
393
|
+
})
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
// 3. If this’s guard is "immutable", then throw a TypeError.
|
|
397
|
+
// 4. Otherwise, if this’s guard is "request" and name is a
|
|
398
|
+
// forbidden header name, return.
|
|
399
|
+
// 5. Otherwise, if this’s guard is "request-no-cors" and
|
|
400
|
+
// name/value is not a no-CORS-safelisted request-header,
|
|
401
|
+
// return.
|
|
402
|
+
// 6. Otherwise, if this’s guard is "response" and name is a
|
|
403
|
+
// forbidden response-header name, return.
|
|
404
|
+
// Note: undici does not implement forbidden header names
|
|
405
|
+
if (this[kGuard] === 'immutable') {
|
|
406
|
+
throw new TypeError('immutable')
|
|
407
|
+
} else if (this[kGuard] === 'request-no-cors') ;
|
|
408
|
+
|
|
409
|
+
// 7. Set (name, value) in this’s header list.
|
|
410
|
+
// 8. If this’s guard is "request-no-cors", then remove
|
|
411
|
+
// privileged no-CORS request headers from this
|
|
412
|
+
this[kHeadersList].set(name, value);
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
// https://fetch.spec.whatwg.org/#dom-headers-getsetcookie
|
|
416
|
+
getSetCookie () {
|
|
417
|
+
webidl.brandCheck(this, Headers);
|
|
418
|
+
|
|
419
|
+
// 1. If this’s header list does not contain `Set-Cookie`, then return « ».
|
|
420
|
+
// 2. Return the values of all headers in this’s header list whose name is
|
|
421
|
+
// a byte-case-insensitive match for `Set-Cookie`, in order.
|
|
422
|
+
|
|
423
|
+
const list = this[kHeadersList].cookies;
|
|
424
|
+
|
|
425
|
+
if (list) {
|
|
426
|
+
return [...list]
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
return []
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
// https://fetch.spec.whatwg.org/#concept-header-list-sort-and-combine
|
|
433
|
+
get [kHeadersSortedMap] () {
|
|
434
|
+
if (this[kHeadersList][kHeadersSortedMap]) {
|
|
435
|
+
return this[kHeadersList][kHeadersSortedMap]
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
// 1. Let headers be an empty list of headers with the key being the name
|
|
439
|
+
// and value the value.
|
|
440
|
+
const headers = [];
|
|
441
|
+
|
|
442
|
+
// 2. Let names be the result of convert header names to a sorted-lowercase
|
|
443
|
+
// set with all the names of the headers in list.
|
|
444
|
+
const names = [...this[kHeadersList]].sort((a, b) => a[0] < b[0] ? -1 : 1);
|
|
445
|
+
const cookies = this[kHeadersList].cookies;
|
|
446
|
+
|
|
447
|
+
// 3. For each name of names:
|
|
448
|
+
for (let i = 0; i < names.length; ++i) {
|
|
449
|
+
const [name, value] = names[i];
|
|
450
|
+
// 1. If name is `set-cookie`, then:
|
|
451
|
+
if (name === 'set-cookie') {
|
|
452
|
+
// 1. Let values be a list of all values of headers in list whose name
|
|
453
|
+
// is a byte-case-insensitive match for name, in order.
|
|
454
|
+
|
|
455
|
+
// 2. For each value of values:
|
|
456
|
+
// 1. Append (name, value) to headers.
|
|
457
|
+
for (let j = 0; j < cookies.length; ++j) {
|
|
458
|
+
headers.push([name, cookies[j]]);
|
|
459
|
+
}
|
|
460
|
+
} else {
|
|
461
|
+
// 2. Otherwise:
|
|
462
|
+
|
|
463
|
+
// 1. Let value be the result of getting name from list.
|
|
464
|
+
|
|
465
|
+
// 2. Assert: value is non-null.
|
|
466
|
+
assert(value !== null);
|
|
467
|
+
|
|
468
|
+
// 3. Append (name, value) to headers.
|
|
469
|
+
headers.push([name, value]);
|
|
470
|
+
}
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
this[kHeadersList][kHeadersSortedMap] = headers;
|
|
474
|
+
|
|
475
|
+
// 4. Return headers.
|
|
476
|
+
return headers
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
keys () {
|
|
480
|
+
webidl.brandCheck(this, Headers);
|
|
481
|
+
|
|
482
|
+
if (this[kGuard] === 'immutable') {
|
|
483
|
+
const value = this[kHeadersSortedMap];
|
|
484
|
+
return makeIterator(() => value, 'Headers',
|
|
485
|
+
'key')
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
return makeIterator(
|
|
489
|
+
() => [...this[kHeadersSortedMap].values()],
|
|
490
|
+
'Headers',
|
|
491
|
+
'key'
|
|
492
|
+
)
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
values () {
|
|
496
|
+
webidl.brandCheck(this, Headers);
|
|
497
|
+
|
|
498
|
+
if (this[kGuard] === 'immutable') {
|
|
499
|
+
const value = this[kHeadersSortedMap];
|
|
500
|
+
return makeIterator(() => value, 'Headers',
|
|
501
|
+
'value')
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
return makeIterator(
|
|
505
|
+
() => [...this[kHeadersSortedMap].values()],
|
|
506
|
+
'Headers',
|
|
507
|
+
'value'
|
|
508
|
+
)
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
entries () {
|
|
512
|
+
webidl.brandCheck(this, Headers);
|
|
513
|
+
|
|
514
|
+
if (this[kGuard] === 'immutable') {
|
|
515
|
+
const value = this[kHeadersSortedMap];
|
|
516
|
+
return makeIterator(() => value, 'Headers',
|
|
517
|
+
'key+value')
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
return makeIterator(
|
|
521
|
+
() => [...this[kHeadersSortedMap].values()],
|
|
522
|
+
'Headers',
|
|
523
|
+
'key+value'
|
|
524
|
+
)
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
/**
|
|
528
|
+
* @param {(value: string, key: string, self: Headers) => void} callbackFn
|
|
529
|
+
* @param {unknown} thisArg
|
|
530
|
+
*/
|
|
531
|
+
forEach (callbackFn, thisArg = globalThis) {
|
|
532
|
+
webidl.brandCheck(this, Headers);
|
|
533
|
+
|
|
534
|
+
webidl.argumentLengthCheck(arguments, 1, { header: 'Headers.forEach' });
|
|
535
|
+
|
|
536
|
+
if (typeof callbackFn !== 'function') {
|
|
537
|
+
throw new TypeError(
|
|
538
|
+
"Failed to execute 'forEach' on 'Headers': parameter 1 is not of type 'Function'."
|
|
539
|
+
)
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
for (const [key, value] of this) {
|
|
543
|
+
callbackFn.apply(thisArg, [value, key, this]);
|
|
544
|
+
}
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
[Symbol.for('nodejs.util.inspect.custom')] () {
|
|
548
|
+
webidl.brandCheck(this, Headers);
|
|
549
|
+
|
|
550
|
+
return this[kHeadersList]
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
Headers.prototype[Symbol.iterator] = Headers.prototype.entries;
|
|
555
|
+
|
|
556
|
+
Object.defineProperties(Headers.prototype, {
|
|
557
|
+
append: kEnumerableProperty,
|
|
558
|
+
delete: kEnumerableProperty,
|
|
559
|
+
get: kEnumerableProperty,
|
|
560
|
+
has: kEnumerableProperty,
|
|
561
|
+
set: kEnumerableProperty,
|
|
562
|
+
getSetCookie: kEnumerableProperty,
|
|
563
|
+
keys: kEnumerableProperty,
|
|
564
|
+
values: kEnumerableProperty,
|
|
565
|
+
entries: kEnumerableProperty,
|
|
566
|
+
forEach: kEnumerableProperty,
|
|
567
|
+
[Symbol.iterator]: { enumerable: false },
|
|
568
|
+
[Symbol.toStringTag]: {
|
|
569
|
+
value: 'Headers',
|
|
570
|
+
configurable: true
|
|
571
|
+
},
|
|
572
|
+
[util.inspect.custom]: {
|
|
573
|
+
enumerable: false
|
|
574
|
+
}
|
|
575
|
+
});
|
|
576
|
+
|
|
577
|
+
webidl.converters.HeadersInit = function (V) {
|
|
578
|
+
if (webidl.util.Type(V) === 'Object') {
|
|
579
|
+
if (V[Symbol.iterator]) {
|
|
580
|
+
return webidl.converters['sequence<sequence<ByteString>>'](V)
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
return webidl.converters['record<ByteString, ByteString>'](V)
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
throw webidl.errors.conversionFailed({
|
|
587
|
+
prefix: 'Headers constructor',
|
|
588
|
+
argument: 'Argument 1',
|
|
589
|
+
types: ['sequence<sequence<ByteString>>', 'record<ByteString, ByteString>']
|
|
590
|
+
})
|
|
591
|
+
};
|
|
592
|
+
|
|
593
|
+
headers = {
|
|
594
|
+
fill,
|
|
595
|
+
Headers,
|
|
596
|
+
HeadersList
|
|
597
|
+
};
|
|
598
|
+
return headers;
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
export { requireHeaders as __require };
|
|
602
|
+
//# sourceMappingURL=headers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"headers.js","sources":["../../../../../../../../node_modules/undici/lib/fetch/headers.js"],"sourcesContent":["// https://github.com/Ethan-Arrowood/undici-fetch\n\n'use strict'\n\nconst { kHeadersList, kConstruct } = require('../core/symbols')\nconst { kGuard } = require('./symbols')\nconst { kEnumerableProperty } = require('../core/util')\nconst {\n makeIterator,\n isValidHeaderName,\n isValidHeaderValue\n} = require('./util')\nconst util = require('util')\nconst { webidl } = require('./webidl')\nconst assert = require('assert')\n\nconst kHeadersMap = Symbol('headers map')\nconst kHeadersSortedMap = Symbol('headers map sorted')\n\n/**\n * @param {number} code\n */\nfunction isHTTPWhiteSpaceCharCode (code) {\n return code === 0x00a || code === 0x00d || code === 0x009 || code === 0x020\n}\n\n/**\n * @see https://fetch.spec.whatwg.org/#concept-header-value-normalize\n * @param {string} potentialValue\n */\nfunction headerValueNormalize (potentialValue) {\n // To normalize a byte sequence potentialValue, remove\n // any leading and trailing HTTP whitespace bytes from\n // potentialValue.\n let i = 0; let j = potentialValue.length\n\n while (j > i && isHTTPWhiteSpaceCharCode(potentialValue.charCodeAt(j - 1))) --j\n while (j > i && isHTTPWhiteSpaceCharCode(potentialValue.charCodeAt(i))) ++i\n\n return i === 0 && j === potentialValue.length ? potentialValue : potentialValue.substring(i, j)\n}\n\nfunction fill (headers, object) {\n // To fill a Headers object headers with a given object object, run these steps:\n\n // 1. If object is a sequence, then for each header in object:\n // Note: webidl conversion to array has already been done.\n if (Array.isArray(object)) {\n for (let i = 0; i < object.length; ++i) {\n const header = object[i]\n // 1. If header does not contain exactly two items, then throw a TypeError.\n if (header.length !== 2) {\n throw webidl.errors.exception({\n header: 'Headers constructor',\n message: `expected name/value pair to be length 2, found ${header.length}.`\n })\n }\n\n // 2. Append (header’s first item, header’s second item) to headers.\n appendHeader(headers, header[0], header[1])\n }\n } else if (typeof object === 'object' && object !== null) {\n // Note: null should throw\n\n // 2. Otherwise, object is a record, then for each key → value in object,\n // append (key, value) to headers\n const keys = Object.keys(object)\n for (let i = 0; i < keys.length; ++i) {\n appendHeader(headers, keys[i], object[keys[i]])\n }\n } else {\n throw webidl.errors.conversionFailed({\n prefix: 'Headers constructor',\n argument: 'Argument 1',\n types: ['sequence<sequence<ByteString>>', 'record<ByteString, ByteString>']\n })\n }\n}\n\n/**\n * @see https://fetch.spec.whatwg.org/#concept-headers-append\n */\nfunction appendHeader (headers, name, value) {\n // 1. Normalize value.\n value = headerValueNormalize(value)\n\n // 2. If name is not a header name or value is not a\n // header value, then throw a TypeError.\n if (!isValidHeaderName(name)) {\n throw webidl.errors.invalidArgument({\n prefix: 'Headers.append',\n value: name,\n type: 'header name'\n })\n } else if (!isValidHeaderValue(value)) {\n throw webidl.errors.invalidArgument({\n prefix: 'Headers.append',\n value,\n type: 'header value'\n })\n }\n\n // 3. If headers’s guard is \"immutable\", then throw a TypeError.\n // 4. Otherwise, if headers’s guard is \"request\" and name is a\n // forbidden header name, return.\n // Note: undici does not implement forbidden header names\n if (headers[kGuard] === 'immutable') {\n throw new TypeError('immutable')\n } else if (headers[kGuard] === 'request-no-cors') {\n // 5. Otherwise, if headers’s guard is \"request-no-cors\":\n // TODO\n }\n\n // 6. Otherwise, if headers’s guard is \"response\" and name is a\n // forbidden response-header name, return.\n\n // 7. Append (name, value) to headers’s header list.\n return headers[kHeadersList].append(name, value)\n\n // 8. If headers’s guard is \"request-no-cors\", then remove\n // privileged no-CORS request headers from headers\n}\n\nclass HeadersList {\n /** @type {[string, string][]|null} */\n cookies = null\n\n constructor (init) {\n if (init instanceof HeadersList) {\n this[kHeadersMap] = new Map(init[kHeadersMap])\n this[kHeadersSortedMap] = init[kHeadersSortedMap]\n this.cookies = init.cookies === null ? null : [...init.cookies]\n } else {\n this[kHeadersMap] = new Map(init)\n this[kHeadersSortedMap] = null\n }\n }\n\n // https://fetch.spec.whatwg.org/#header-list-contains\n contains (name) {\n // A header list list contains a header name name if list\n // contains a header whose name is a byte-case-insensitive\n // match for name.\n name = name.toLowerCase()\n\n return this[kHeadersMap].has(name)\n }\n\n clear () {\n this[kHeadersMap].clear()\n this[kHeadersSortedMap] = null\n this.cookies = null\n }\n\n // https://fetch.spec.whatwg.org/#concept-header-list-append\n append (name, value) {\n this[kHeadersSortedMap] = null\n\n // 1. If list contains name, then set name to the first such\n // header’s name.\n const lowercaseName = name.toLowerCase()\n const exists = this[kHeadersMap].get(lowercaseName)\n\n // 2. Append (name, value) to list.\n if (exists) {\n const delimiter = lowercaseName === 'cookie' ? '; ' : ', '\n this[kHeadersMap].set(lowercaseName, {\n name: exists.name,\n value: `${exists.value}${delimiter}${value}`\n })\n } else {\n this[kHeadersMap].set(lowercaseName, { name, value })\n }\n\n if (lowercaseName === 'set-cookie') {\n this.cookies ??= []\n this.cookies.push(value)\n }\n }\n\n // https://fetch.spec.whatwg.org/#concept-header-list-set\n set (name, value) {\n this[kHeadersSortedMap] = null\n const lowercaseName = name.toLowerCase()\n\n if (lowercaseName === 'set-cookie') {\n this.cookies = [value]\n }\n\n // 1. If list contains name, then set the value of\n // the first such header to value and remove the\n // others.\n // 2. Otherwise, append header (name, value) to list.\n this[kHeadersMap].set(lowercaseName, { name, value })\n }\n\n // https://fetch.spec.whatwg.org/#concept-header-list-delete\n delete (name) {\n this[kHeadersSortedMap] = null\n\n name = name.toLowerCase()\n\n if (name === 'set-cookie') {\n this.cookies = null\n }\n\n this[kHeadersMap].delete(name)\n }\n\n // https://fetch.spec.whatwg.org/#concept-header-list-get\n get (name) {\n const value = this[kHeadersMap].get(name.toLowerCase())\n\n // 1. If list does not contain name, then return null.\n // 2. Return the values of all headers in list whose name\n // is a byte-case-insensitive match for name,\n // separated from each other by 0x2C 0x20, in order.\n return value === undefined ? null : value.value\n }\n\n * [Symbol.iterator] () {\n // use the lowercased name\n for (const [name, { value }] of this[kHeadersMap]) {\n yield [name, value]\n }\n }\n\n get entries () {\n const headers = {}\n\n if (this[kHeadersMap].size) {\n for (const { name, value } of this[kHeadersMap].values()) {\n headers[name] = value\n }\n }\n\n return headers\n }\n}\n\n// https://fetch.spec.whatwg.org/#headers-class\nclass Headers {\n constructor (init = undefined) {\n if (init === kConstruct) {\n return\n }\n this[kHeadersList] = new HeadersList()\n\n // The new Headers(init) constructor steps are:\n\n // 1. Set this’s guard to \"none\".\n this[kGuard] = 'none'\n\n // 2. If init is given, then fill this with init.\n if (init !== undefined) {\n init = webidl.converters.HeadersInit(init)\n fill(this, init)\n }\n }\n\n // https://fetch.spec.whatwg.org/#dom-headers-append\n append (name, value) {\n webidl.brandCheck(this, Headers)\n\n webidl.argumentLengthCheck(arguments, 2, { header: 'Headers.append' })\n\n name = webidl.converters.ByteString(name)\n value = webidl.converters.ByteString(value)\n\n return appendHeader(this, name, value)\n }\n\n // https://fetch.spec.whatwg.org/#dom-headers-delete\n delete (name) {\n webidl.brandCheck(this, Headers)\n\n webidl.argumentLengthCheck(arguments, 1, { header: 'Headers.delete' })\n\n name = webidl.converters.ByteString(name)\n\n // 1. If name is not a header name, then throw a TypeError.\n if (!isValidHeaderName(name)) {\n throw webidl.errors.invalidArgument({\n prefix: 'Headers.delete',\n value: name,\n type: 'header name'\n })\n }\n\n // 2. If this’s guard is \"immutable\", then throw a TypeError.\n // 3. Otherwise, if this’s guard is \"request\" and name is a\n // forbidden header name, return.\n // 4. Otherwise, if this’s guard is \"request-no-cors\", name\n // is not a no-CORS-safelisted request-header name, and\n // name is not a privileged no-CORS request-header name,\n // return.\n // 5. Otherwise, if this’s guard is \"response\" and name is\n // a forbidden response-header name, return.\n // Note: undici does not implement forbidden header names\n if (this[kGuard] === 'immutable') {\n throw new TypeError('immutable')\n } else if (this[kGuard] === 'request-no-cors') {\n // TODO\n }\n\n // 6. If this’s header list does not contain name, then\n // return.\n if (!this[kHeadersList].contains(name)) {\n return\n }\n\n // 7. Delete name from this’s header list.\n // 8. If this’s guard is \"request-no-cors\", then remove\n // privileged no-CORS request headers from this.\n this[kHeadersList].delete(name)\n }\n\n // https://fetch.spec.whatwg.org/#dom-headers-get\n get (name) {\n webidl.brandCheck(this, Headers)\n\n webidl.argumentLengthCheck(arguments, 1, { header: 'Headers.get' })\n\n name = webidl.converters.ByteString(name)\n\n // 1. If name is not a header name, then throw a TypeError.\n if (!isValidHeaderName(name)) {\n throw webidl.errors.invalidArgument({\n prefix: 'Headers.get',\n value: name,\n type: 'header name'\n })\n }\n\n // 2. Return the result of getting name from this’s header\n // list.\n return this[kHeadersList].get(name)\n }\n\n // https://fetch.spec.whatwg.org/#dom-headers-has\n has (name) {\n webidl.brandCheck(this, Headers)\n\n webidl.argumentLengthCheck(arguments, 1, { header: 'Headers.has' })\n\n name = webidl.converters.ByteString(name)\n\n // 1. If name is not a header name, then throw a TypeError.\n if (!isValidHeaderName(name)) {\n throw webidl.errors.invalidArgument({\n prefix: 'Headers.has',\n value: name,\n type: 'header name'\n })\n }\n\n // 2. Return true if this’s header list contains name;\n // otherwise false.\n return this[kHeadersList].contains(name)\n }\n\n // https://fetch.spec.whatwg.org/#dom-headers-set\n set (name, value) {\n webidl.brandCheck(this, Headers)\n\n webidl.argumentLengthCheck(arguments, 2, { header: 'Headers.set' })\n\n name = webidl.converters.ByteString(name)\n value = webidl.converters.ByteString(value)\n\n // 1. Normalize value.\n value = headerValueNormalize(value)\n\n // 2. If name is not a header name or value is not a\n // header value, then throw a TypeError.\n if (!isValidHeaderName(name)) {\n throw webidl.errors.invalidArgument({\n prefix: 'Headers.set',\n value: name,\n type: 'header name'\n })\n } else if (!isValidHeaderValue(value)) {\n throw webidl.errors.invalidArgument({\n prefix: 'Headers.set',\n value,\n type: 'header value'\n })\n }\n\n // 3. If this’s guard is \"immutable\", then throw a TypeError.\n // 4. Otherwise, if this’s guard is \"request\" and name is a\n // forbidden header name, return.\n // 5. Otherwise, if this’s guard is \"request-no-cors\" and\n // name/value is not a no-CORS-safelisted request-header,\n // return.\n // 6. Otherwise, if this’s guard is \"response\" and name is a\n // forbidden response-header name, return.\n // Note: undici does not implement forbidden header names\n if (this[kGuard] === 'immutable') {\n throw new TypeError('immutable')\n } else if (this[kGuard] === 'request-no-cors') {\n // TODO\n }\n\n // 7. Set (name, value) in this’s header list.\n // 8. If this’s guard is \"request-no-cors\", then remove\n // privileged no-CORS request headers from this\n this[kHeadersList].set(name, value)\n }\n\n // https://fetch.spec.whatwg.org/#dom-headers-getsetcookie\n getSetCookie () {\n webidl.brandCheck(this, Headers)\n\n // 1. If this’s header list does not contain `Set-Cookie`, then return « ».\n // 2. Return the values of all headers in this’s header list whose name is\n // a byte-case-insensitive match for `Set-Cookie`, in order.\n\n const list = this[kHeadersList].cookies\n\n if (list) {\n return [...list]\n }\n\n return []\n }\n\n // https://fetch.spec.whatwg.org/#concept-header-list-sort-and-combine\n get [kHeadersSortedMap] () {\n if (this[kHeadersList][kHeadersSortedMap]) {\n return this[kHeadersList][kHeadersSortedMap]\n }\n\n // 1. Let headers be an empty list of headers with the key being the name\n // and value the value.\n const headers = []\n\n // 2. Let names be the result of convert header names to a sorted-lowercase\n // set with all the names of the headers in list.\n const names = [...this[kHeadersList]].sort((a, b) => a[0] < b[0] ? -1 : 1)\n const cookies = this[kHeadersList].cookies\n\n // 3. For each name of names:\n for (let i = 0; i < names.length; ++i) {\n const [name, value] = names[i]\n // 1. If name is `set-cookie`, then:\n if (name === 'set-cookie') {\n // 1. Let values be a list of all values of headers in list whose name\n // is a byte-case-insensitive match for name, in order.\n\n // 2. For each value of values:\n // 1. Append (name, value) to headers.\n for (let j = 0; j < cookies.length; ++j) {\n headers.push([name, cookies[j]])\n }\n } else {\n // 2. Otherwise:\n\n // 1. Let value be the result of getting name from list.\n\n // 2. Assert: value is non-null.\n assert(value !== null)\n\n // 3. Append (name, value) to headers.\n headers.push([name, value])\n }\n }\n\n this[kHeadersList][kHeadersSortedMap] = headers\n\n // 4. Return headers.\n return headers\n }\n\n keys () {\n webidl.brandCheck(this, Headers)\n\n if (this[kGuard] === 'immutable') {\n const value = this[kHeadersSortedMap]\n return makeIterator(() => value, 'Headers',\n 'key')\n }\n\n return makeIterator(\n () => [...this[kHeadersSortedMap].values()],\n 'Headers',\n 'key'\n )\n }\n\n values () {\n webidl.brandCheck(this, Headers)\n\n if (this[kGuard] === 'immutable') {\n const value = this[kHeadersSortedMap]\n return makeIterator(() => value, 'Headers',\n 'value')\n }\n\n return makeIterator(\n () => [...this[kHeadersSortedMap].values()],\n 'Headers',\n 'value'\n )\n }\n\n entries () {\n webidl.brandCheck(this, Headers)\n\n if (this[kGuard] === 'immutable') {\n const value = this[kHeadersSortedMap]\n return makeIterator(() => value, 'Headers',\n 'key+value')\n }\n\n return makeIterator(\n () => [...this[kHeadersSortedMap].values()],\n 'Headers',\n 'key+value'\n )\n }\n\n /**\n * @param {(value: string, key: string, self: Headers) => void} callbackFn\n * @param {unknown} thisArg\n */\n forEach (callbackFn, thisArg = globalThis) {\n webidl.brandCheck(this, Headers)\n\n webidl.argumentLengthCheck(arguments, 1, { header: 'Headers.forEach' })\n\n if (typeof callbackFn !== 'function') {\n throw new TypeError(\n \"Failed to execute 'forEach' on 'Headers': parameter 1 is not of type 'Function'.\"\n )\n }\n\n for (const [key, value] of this) {\n callbackFn.apply(thisArg, [value, key, this])\n }\n }\n\n [Symbol.for('nodejs.util.inspect.custom')] () {\n webidl.brandCheck(this, Headers)\n\n return this[kHeadersList]\n }\n}\n\nHeaders.prototype[Symbol.iterator] = Headers.prototype.entries\n\nObject.defineProperties(Headers.prototype, {\n append: kEnumerableProperty,\n delete: kEnumerableProperty,\n get: kEnumerableProperty,\n has: kEnumerableProperty,\n set: kEnumerableProperty,\n getSetCookie: kEnumerableProperty,\n keys: kEnumerableProperty,\n values: kEnumerableProperty,\n entries: kEnumerableProperty,\n forEach: kEnumerableProperty,\n [Symbol.iterator]: { enumerable: false },\n [Symbol.toStringTag]: {\n value: 'Headers',\n configurable: true\n },\n [util.inspect.custom]: {\n enumerable: false\n }\n})\n\nwebidl.converters.HeadersInit = function (V) {\n if (webidl.util.Type(V) === 'Object') {\n if (V[Symbol.iterator]) {\n return webidl.converters['sequence<sequence<ByteString>>'](V)\n }\n\n return webidl.converters['record<ByteString, ByteString>'](V)\n }\n\n throw webidl.errors.conversionFailed({\n prefix: 'Headers constructor',\n argument: 'Argument 1',\n types: ['sequence<sequence<ByteString>>', 'record<ByteString, ByteString>']\n })\n}\n\nmodule.exports = {\n fill,\n Headers,\n HeadersList\n}\n"],"names":["require$$0","require$$1","require$$2","require$$3","require$$4","require$$5","require$$6"],"mappings":"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","x_google_ignoreList":[0]}
|