@psnext/slingcli 3.3.20260911-1 → 3.3.20260914-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/node_modules/@earendil-works/pi-coding-agent/dist/bundle/chunks/{chunk-VDBOM5UG.js → chunk-BRL3MDQL.js} +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/bundle/cli.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/bundle/index.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/bundle/rpc-entry.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/model-selector.js +79 -32
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +2 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +25 -8
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/getAwsChunkedEncodingStream.browser.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/getAwsChunkedEncodingStream.js +23 -8
- package/node_modules/@smithy/core/package.json +1 -1
- package/node_modules/@types/node/README.md +2 -2
- package/node_modules/@types/node/assert/strict.d.ts +13 -56
- package/node_modules/@types/node/assert.d.ts +189 -190
- package/node_modules/@types/node/async_hooks.d.ts +151 -43
- package/node_modules/@types/node/buffer.buffer.d.ts +12 -13
- package/node_modules/@types/node/buffer.d.ts +103 -237
- package/node_modules/@types/node/child_process.d.ts +39 -154
- package/node_modules/@types/node/cluster.d.ts +238 -384
- package/node_modules/@types/node/console.d.ts +45 -404
- package/node_modules/@types/node/constants.d.ts +3 -10
- package/node_modules/@types/node/crypto.d.ts +1000 -1593
- package/node_modules/@types/node/dgram.d.ts +133 -81
- package/node_modules/@types/node/diagnostics_channel.d.ts +277 -59
- package/node_modules/@types/node/dns/promises.d.ts +9 -15
- package/node_modules/@types/node/dns.d.ts +136 -183
- package/node_modules/@types/node/domain.d.ts +12 -32
- package/node_modules/@types/node/events.d.ts +872 -840
- package/node_modules/@types/node/ffi.d.ts +486 -0
- package/node_modules/@types/node/fs/promises.d.ts +256 -85
- package/node_modules/@types/node/fs.d.ts +865 -525
- package/node_modules/@types/node/globals.d.ts +12 -34
- package/node_modules/@types/node/globals.typedarray.d.ts +63 -0
- package/node_modules/@types/node/http.d.ts +433 -312
- package/node_modules/@types/node/http2.d.ts +545 -891
- package/node_modules/@types/node/https.d.ts +64 -243
- package/node_modules/@types/node/index.d.ts +25 -7
- package/node_modules/@types/node/inspector/promises.d.ts +35 -0
- package/node_modules/@types/node/inspector.d.ts +70 -58
- package/node_modules/@types/node/inspector.generated.d.ts +764 -410
- package/node_modules/@types/node/module.d.ts +54 -219
- package/node_modules/@types/node/net.d.ts +208 -222
- package/node_modules/@types/node/os.d.ts +41 -49
- package/node_modules/@types/node/package.json +13 -3
- package/node_modules/@types/node/path/posix.d.ts +8 -0
- package/node_modules/@types/node/path/win32.d.ts +8 -0
- package/node_modules/@types/node/path.d.ts +119 -141
- package/node_modules/@types/node/perf_hooks.d.ts +339 -690
- package/node_modules/@types/node/process.d.ts +389 -205
- package/node_modules/@types/node/punycode.d.ts +3 -31
- package/node_modules/@types/node/querystring.d.ts +3 -16
- package/node_modules/@types/node/quic.d.ts +2153 -0
- package/node_modules/@types/node/readline/promises.d.ts +3 -6
- package/node_modules/@types/node/readline.d.ts +66 -152
- package/node_modules/@types/node/repl.d.ts +101 -109
- package/node_modules/@types/node/sea.d.ts +1 -116
- package/node_modules/@types/node/sqlite.d.ts +486 -68
- package/node_modules/@types/node/stream/consumers.d.ts +91 -15
- package/node_modules/@types/node/stream/iter.d.ts +452 -0
- package/node_modules/@types/node/stream/promises.d.ts +136 -15
- package/node_modules/@types/node/stream/web.d.ts +197 -454
- package/node_modules/@types/node/stream.d.ts +603 -491
- package/node_modules/@types/node/string_decoder.d.ts +3 -43
- package/node_modules/@types/node/test/reporters.d.ts +59 -0
- package/node_modules/@types/node/test.d.ts +513 -292
- package/node_modules/@types/node/timers/promises.d.ts +3 -18
- package/node_modules/@types/node/timers.d.ts +3 -141
- package/node_modules/@types/node/tls.d.ts +166 -257
- package/node_modules/@types/node/trace_events.d.ts +3 -97
- package/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +7 -8
- package/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
- package/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +2 -0
- package/node_modules/@types/node/ts5.6/index.d.ts +26 -6
- package/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
- package/node_modules/@types/node/ts5.7/index.d.ts +118 -0
- package/node_modules/@types/node/tty.d.ts +61 -43
- package/node_modules/@types/node/url.d.ts +156 -584
- package/node_modules/@types/node/util/types.d.ts +558 -0
- package/node_modules/@types/node/util.d.ts +170 -1099
- package/node_modules/@types/node/v8.d.ts +175 -36
- package/node_modules/@types/node/vfs.d.ts +211 -0
- package/node_modules/@types/node/vm.d.ts +292 -209
- package/node_modules/@types/node/wasi.d.ts +24 -74
- package/node_modules/@types/node/web-globals/abortcontroller.d.ts +27 -2
- package/node_modules/@types/node/web-globals/blob.d.ts +23 -0
- package/node_modules/@types/node/web-globals/console.d.ts +9 -0
- package/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
- package/node_modules/@types/node/web-globals/domexception.d.ts +15 -0
- package/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
- package/node_modules/@types/node/web-globals/events.d.ts +9 -0
- package/node_modules/@types/node/web-globals/fetch.d.ts +14 -0
- package/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
- package/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
- package/node_modules/@types/node/web-globals/navigator.d.ts +3 -0
- package/node_modules/@types/node/web-globals/performance.d.ts +45 -0
- package/node_modules/@types/node/web-globals/streams.d.ts +97 -0
- package/node_modules/@types/node/web-globals/timers.d.ts +44 -0
- package/node_modules/@types/node/web-globals/url.d.ts +24 -0
- package/node_modules/@types/node/worker_threads.d.ts +257 -407
- package/node_modules/@types/node/zlib/iter.d.ts +131 -0
- package/node_modules/@types/node/zlib.d.ts +24 -165
- package/node_modules/undici-types/agent.d.ts +12 -13
- package/node_modules/undici-types/api.d.ts +26 -26
- package/node_modules/undici-types/balanced-pool.d.ts +13 -12
- package/node_modules/undici-types/cache-interceptor.d.ts +179 -0
- package/node_modules/undici-types/client-stats.d.ts +15 -0
- package/node_modules/undici-types/client.d.ts +63 -37
- package/node_modules/undici-types/connector.d.ts +5 -2
- package/node_modules/undici-types/cookies.d.ts +3 -1
- package/node_modules/undici-types/diagnostics-channel.d.ts +18 -10
- package/node_modules/undici-types/dispatcher.d.ts +136 -139
- package/node_modules/undici-types/dispatcher1-wrapper.d.ts +7 -0
- package/node_modules/undici-types/env-http-proxy-agent.d.ts +4 -3
- package/node_modules/undici-types/errors.d.ts +92 -54
- package/node_modules/undici-types/eventsource.d.ts +9 -4
- package/node_modules/undici-types/fetch.d.ts +51 -25
- package/node_modules/undici-types/formdata.d.ts +7 -7
- package/node_modules/undici-types/global-dispatcher.d.ts +4 -4
- package/node_modules/undici-types/global-origin.d.ts +5 -5
- package/node_modules/undici-types/h2c-client.d.ts +73 -0
- package/node_modules/undici-types/handlers.d.ts +10 -9
- package/node_modules/undici-types/header.d.ts +162 -1
- package/node_modules/undici-types/index.d.ts +69 -47
- package/node_modules/undici-types/interceptors.d.ts +72 -9
- package/node_modules/undici-types/mock-agent.d.ts +36 -18
- package/node_modules/undici-types/mock-call-history.d.ts +111 -0
- package/node_modules/undici-types/mock-client.d.ts +6 -4
- package/node_modules/undici-types/mock-errors.d.ts +3 -3
- package/node_modules/undici-types/mock-interceptor.d.ts +26 -21
- package/node_modules/undici-types/mock-pool.d.ts +6 -4
- package/node_modules/undici-types/package.json +1 -1
- package/node_modules/undici-types/patch.d.ts +0 -4
- package/node_modules/undici-types/pool-stats.d.ts +8 -8
- package/node_modules/undici-types/pool.d.ts +14 -14
- package/node_modules/undici-types/proxy-agent.d.ts +14 -6
- package/node_modules/undici-types/readable.d.ts +19 -16
- package/node_modules/undici-types/retry-agent.d.ts +1 -1
- package/node_modules/undici-types/retry-handler.d.ts +19 -10
- package/node_modules/undici-types/round-robin-pool.d.ts +39 -0
- package/node_modules/undici-types/snapshot-agent.d.ts +113 -0
- package/node_modules/undici-types/socks5-proxy-agent.d.ts +25 -0
- package/node_modules/undici-types/util.d.ts +3 -3
- package/node_modules/undici-types/utility.d.ts +7 -0
- package/node_modules/undici-types/webidl.d.ts +148 -30
- package/node_modules/undici-types/websocket.d.ts +48 -10
- package/node_modules/zod/README.md +2 -2
- package/node_modules/zod/package.json +1 -1
- package/node_modules/zod/src/v4/classic/checks.ts +1 -0
- package/node_modules/zod/src/v4/classic/schemas.ts +14 -30
- package/node_modules/zod/src/v4/classic/tests/assignability.test.ts +1 -0
- package/node_modules/zod/src/v4/classic/tests/cyclic-data.test.ts +2 -11
- package/node_modules/zod/src/v4/classic/tests/firstparty.test.ts +0 -4
- package/node_modules/zod/src/v4/classic/tests/instance-footprint.test.ts +22 -0
- package/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +1 -1
- package/node_modules/zod/src/v4/classic/tests/number.test.ts +39 -0
- package/node_modules/zod/src/v4/classic/tests/properties.test.ts +53 -137
- package/node_modules/zod/src/v4/classic/tests/string.test.ts +70 -1
- package/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +87 -35
- package/node_modules/zod/src/v4/core/api.ts +21 -29
- package/node_modules/zod/src/v4/core/checks.ts +61 -1
- package/node_modules/zod/src/v4/core/compile.ts +35 -24
- package/node_modules/zod/src/v4/core/core.ts +1 -3
- package/node_modules/zod/src/v4/core/json-schema-processors.ts +9 -63
- package/node_modules/zod/src/v4/core/memoizer.ts +2 -5
- package/node_modules/zod/src/v4/core/regexes.ts +4 -0
- package/node_modules/zod/src/v4/core/schemas.ts +36 -109
- package/node_modules/zod/src/v4/core/tests/compile-differential.test.ts +35 -0
- package/node_modules/zod/src/v4/core/tests/compile.test.ts +177 -0
- package/node_modules/zod/src/v4/core/tests/url-no-canparse.test.ts +118 -16
- package/node_modules/zod/src/v4/core/to-json-schema.ts +1 -1
- package/node_modules/zod/src/v4/core/util.ts +0 -4
- package/node_modules/zod/src/v4/core/versions.ts +1 -1
- package/node_modules/zod/src/v4/core/visit.ts +0 -11
- package/node_modules/zod/src/v4/locales/ar.ts +1 -0
- package/node_modules/zod/src/v4/locales/az.ts +1 -0
- package/node_modules/zod/src/v4/locales/be.ts +1 -0
- package/node_modules/zod/src/v4/locales/bg.ts +1 -0
- package/node_modules/zod/src/v4/locales/bn.ts +1 -0
- package/node_modules/zod/src/v4/locales/ca.ts +1 -0
- package/node_modules/zod/src/v4/locales/ckb.ts +1 -0
- package/node_modules/zod/src/v4/locales/cs.ts +1 -0
- package/node_modules/zod/src/v4/locales/da.ts +1 -0
- package/node_modules/zod/src/v4/locales/de.ts +1 -0
- package/node_modules/zod/src/v4/locales/el.ts +1 -0
- package/node_modules/zod/src/v4/locales/en.ts +1 -0
- package/node_modules/zod/src/v4/locales/eo.ts +1 -0
- package/node_modules/zod/src/v4/locales/es.ts +1 -0
- package/node_modules/zod/src/v4/locales/fa.ts +1 -0
- package/node_modules/zod/src/v4/locales/fi.ts +1 -0
- package/node_modules/zod/src/v4/locales/fr-CA.ts +1 -0
- package/node_modules/zod/src/v4/locales/fr.ts +1 -0
- package/node_modules/zod/src/v4/locales/gu.ts +1 -0
- package/node_modules/zod/src/v4/locales/he.ts +1 -0
- package/node_modules/zod/src/v4/locales/hi.ts +1 -0
- package/node_modules/zod/src/v4/locales/hr.ts +1 -0
- package/node_modules/zod/src/v4/locales/hu.ts +1 -0
- package/node_modules/zod/src/v4/locales/hy.ts +1 -0
- package/node_modules/zod/src/v4/locales/id.ts +1 -0
- package/node_modules/zod/src/v4/locales/is.ts +1 -0
- package/node_modules/zod/src/v4/locales/it.ts +1 -0
- package/node_modules/zod/src/v4/locales/ja.ts +1 -0
- package/node_modules/zod/src/v4/locales/ka.ts +1 -0
- package/node_modules/zod/src/v4/locales/km.ts +1 -0
- package/node_modules/zod/src/v4/locales/kn.ts +1 -0
- package/node_modules/zod/src/v4/locales/ko.ts +1 -0
- package/node_modules/zod/src/v4/locales/lt.ts +1 -0
- package/node_modules/zod/src/v4/locales/mk.ts +1 -0
- package/node_modules/zod/src/v4/locales/ms.ts +1 -0
- package/node_modules/zod/src/v4/locales/ne.ts +1 -0
- package/node_modules/zod/src/v4/locales/nl.ts +1 -0
- package/node_modules/zod/src/v4/locales/nn.ts +1 -0
- package/node_modules/zod/src/v4/locales/no.ts +1 -0
- package/node_modules/zod/src/v4/locales/ota.ts +1 -0
- package/node_modules/zod/src/v4/locales/pl.ts +1 -0
- package/node_modules/zod/src/v4/locales/ps.ts +1 -0
- package/node_modules/zod/src/v4/locales/pt-BR.ts +1 -0
- package/node_modules/zod/src/v4/locales/pt.ts +1 -0
- package/node_modules/zod/src/v4/locales/ro.ts +1 -0
- package/node_modules/zod/src/v4/locales/ru.ts +1 -0
- package/node_modules/zod/src/v4/locales/sk.ts +1 -0
- package/node_modules/zod/src/v4/locales/sl.ts +1 -0
- package/node_modules/zod/src/v4/locales/sv.ts +1 -0
- package/node_modules/zod/src/v4/locales/ta.ts +1 -0
- package/node_modules/zod/src/v4/locales/tg.ts +1 -0
- package/node_modules/zod/src/v4/locales/th.ts +1 -0
- package/node_modules/zod/src/v4/locales/tk.ts +1 -0
- package/node_modules/zod/src/v4/locales/tr.ts +1 -0
- package/node_modules/zod/src/v4/locales/uk.ts +1 -0
- package/node_modules/zod/src/v4/locales/ur.ts +1 -0
- package/node_modules/zod/src/v4/locales/uz.ts +1 -0
- package/node_modules/zod/src/v4/locales/vi.ts +1 -0
- package/node_modules/zod/src/v4/locales/yo.ts +1 -0
- package/node_modules/zod/src/v4/locales/zh-CN.ts +1 -0
- package/node_modules/zod/src/v4/locales/zh-TW.ts +1 -0
- package/node_modules/zod/src/v4/mini/checks.ts +1 -0
- package/node_modules/zod/src/v4/mini/schemas.ts +12 -23
- package/node_modules/zod/src/v4/mini/tests/index.test.ts +56 -0
- package/node_modules/zod/src/v4/mini/tests/string.test.ts +7 -0
- package/node_modules/zod/v4/classic/checks.cjs +2 -1
- package/node_modules/zod/v4/classic/checks.d.cts +1 -1
- package/node_modules/zod/v4/classic/checks.d.ts +1 -1
- package/node_modules/zod/v4/classic/checks.js +1 -1
- package/node_modules/zod/v4/classic/schemas.cjs +11 -15
- package/node_modules/zod/v4/classic/schemas.d.cts +4 -6
- package/node_modules/zod/v4/classic/schemas.d.ts +4 -6
- package/node_modules/zod/v4/classic/schemas.js +9 -13
- package/node_modules/zod/v4/core/api.cjs +11 -23
- package/node_modules/zod/v4/core/api.d.cts +8 -4
- package/node_modules/zod/v4/core/api.d.ts +8 -4
- package/node_modules/zod/v4/core/api.js +11 -23
- package/node_modules/zod/v4/core/checks.cjs +32 -1
- package/node_modules/zod/v4/core/checks.d.cts +16 -0
- package/node_modules/zod/v4/core/checks.d.ts +16 -0
- package/node_modules/zod/v4/core/checks.js +31 -0
- package/node_modules/zod/v4/core/compile.cjs +12 -17
- package/node_modules/zod/v4/core/compile.js +13 -18
- package/node_modules/zod/v4/core/core.cjs +1 -1
- package/node_modules/zod/v4/core/core.js +1 -1
- package/node_modules/zod/v4/core/json-schema-processors.cjs +8 -44
- package/node_modules/zod/v4/core/json-schema-processors.d.cts +0 -1
- package/node_modules/zod/v4/core/json-schema-processors.d.ts +0 -1
- package/node_modules/zod/v4/core/json-schema-processors.js +8 -43
- package/node_modules/zod/v4/core/memoizer.cjs +2 -5
- package/node_modules/zod/v4/core/memoizer.js +2 -5
- package/node_modules/zod/v4/core/regexes.cjs +4 -2
- package/node_modules/zod/v4/core/regexes.d.cts +1 -0
- package/node_modules/zod/v4/core/regexes.d.ts +1 -0
- package/node_modules/zod/v4/core/regexes.js +2 -0
- package/node_modules/zod/v4/core/schemas.cjs +33 -73
- package/node_modules/zod/v4/core/schemas.d.cts +7 -22
- package/node_modules/zod/v4/core/schemas.d.ts +7 -22
- package/node_modules/zod/v4/core/schemas.js +30 -72
- package/node_modules/zod/v4/core/to-json-schema.cjs +0 -1
- package/node_modules/zod/v4/core/to-json-schema.d.cts +0 -3
- package/node_modules/zod/v4/core/to-json-schema.d.ts +0 -3
- package/node_modules/zod/v4/core/to-json-schema.js +1 -1
- package/node_modules/zod/v4/core/util.cjs +0 -4
- package/node_modules/zod/v4/core/util.js +0 -4
- package/node_modules/zod/v4/core/versions.cjs +1 -1
- package/node_modules/zod/v4/core/versions.js +1 -1
- package/node_modules/zod/v4/core/visit.cjs +0 -12
- package/node_modules/zod/v4/core/visit.js +0 -12
- package/node_modules/zod/v4/locales/ar.cjs +1 -0
- package/node_modules/zod/v4/locales/ar.js +1 -0
- package/node_modules/zod/v4/locales/az.cjs +1 -0
- package/node_modules/zod/v4/locales/az.js +1 -0
- package/node_modules/zod/v4/locales/be.cjs +1 -0
- package/node_modules/zod/v4/locales/be.js +1 -0
- package/node_modules/zod/v4/locales/bg.cjs +1 -0
- package/node_modules/zod/v4/locales/bg.js +1 -0
- package/node_modules/zod/v4/locales/bn.cjs +1 -0
- package/node_modules/zod/v4/locales/bn.js +1 -0
- package/node_modules/zod/v4/locales/ca.cjs +1 -0
- package/node_modules/zod/v4/locales/ca.js +1 -0
- package/node_modules/zod/v4/locales/ckb.cjs +1 -0
- package/node_modules/zod/v4/locales/ckb.js +1 -0
- package/node_modules/zod/v4/locales/cs.cjs +1 -0
- package/node_modules/zod/v4/locales/cs.js +1 -0
- package/node_modules/zod/v4/locales/da.cjs +1 -0
- package/node_modules/zod/v4/locales/da.js +1 -0
- package/node_modules/zod/v4/locales/de.cjs +1 -0
- package/node_modules/zod/v4/locales/de.js +1 -0
- package/node_modules/zod/v4/locales/el.cjs +1 -0
- package/node_modules/zod/v4/locales/el.js +1 -0
- package/node_modules/zod/v4/locales/en.cjs +1 -0
- package/node_modules/zod/v4/locales/en.js +1 -0
- package/node_modules/zod/v4/locales/eo.cjs +1 -0
- package/node_modules/zod/v4/locales/eo.js +1 -0
- package/node_modules/zod/v4/locales/es.cjs +1 -0
- package/node_modules/zod/v4/locales/es.js +1 -0
- package/node_modules/zod/v4/locales/fa.cjs +1 -0
- package/node_modules/zod/v4/locales/fa.js +1 -0
- package/node_modules/zod/v4/locales/fi.cjs +1 -0
- package/node_modules/zod/v4/locales/fi.js +1 -0
- package/node_modules/zod/v4/locales/fr-CA.cjs +1 -0
- package/node_modules/zod/v4/locales/fr-CA.js +1 -0
- package/node_modules/zod/v4/locales/fr.cjs +1 -0
- package/node_modules/zod/v4/locales/fr.js +1 -0
- package/node_modules/zod/v4/locales/gu.cjs +1 -0
- package/node_modules/zod/v4/locales/gu.js +1 -0
- package/node_modules/zod/v4/locales/he.cjs +1 -0
- package/node_modules/zod/v4/locales/he.js +1 -0
- package/node_modules/zod/v4/locales/hi.cjs +1 -0
- package/node_modules/zod/v4/locales/hi.js +1 -0
- package/node_modules/zod/v4/locales/hr.cjs +1 -0
- package/node_modules/zod/v4/locales/hr.js +1 -0
- package/node_modules/zod/v4/locales/hu.cjs +1 -0
- package/node_modules/zod/v4/locales/hu.js +1 -0
- package/node_modules/zod/v4/locales/hy.cjs +1 -0
- package/node_modules/zod/v4/locales/hy.js +1 -0
- package/node_modules/zod/v4/locales/id.cjs +1 -0
- package/node_modules/zod/v4/locales/id.js +1 -0
- package/node_modules/zod/v4/locales/is.cjs +1 -0
- package/node_modules/zod/v4/locales/is.js +1 -0
- package/node_modules/zod/v4/locales/it.cjs +1 -0
- package/node_modules/zod/v4/locales/it.js +1 -0
- package/node_modules/zod/v4/locales/ja.cjs +1 -0
- package/node_modules/zod/v4/locales/ja.js +1 -0
- package/node_modules/zod/v4/locales/ka.cjs +1 -0
- package/node_modules/zod/v4/locales/ka.js +1 -0
- package/node_modules/zod/v4/locales/km.cjs +1 -0
- package/node_modules/zod/v4/locales/km.js +1 -0
- package/node_modules/zod/v4/locales/kn.cjs +1 -0
- package/node_modules/zod/v4/locales/kn.js +1 -0
- package/node_modules/zod/v4/locales/ko.cjs +1 -0
- package/node_modules/zod/v4/locales/ko.js +1 -0
- package/node_modules/zod/v4/locales/lt.cjs +1 -0
- package/node_modules/zod/v4/locales/lt.js +1 -0
- package/node_modules/zod/v4/locales/mk.cjs +1 -0
- package/node_modules/zod/v4/locales/mk.js +1 -0
- package/node_modules/zod/v4/locales/ms.cjs +1 -0
- package/node_modules/zod/v4/locales/ms.js +1 -0
- package/node_modules/zod/v4/locales/ne.cjs +1 -0
- package/node_modules/zod/v4/locales/ne.js +1 -0
- package/node_modules/zod/v4/locales/nl.cjs +1 -0
- package/node_modules/zod/v4/locales/nl.js +1 -0
- package/node_modules/zod/v4/locales/nn.cjs +1 -0
- package/node_modules/zod/v4/locales/nn.js +1 -0
- package/node_modules/zod/v4/locales/no.cjs +1 -0
- package/node_modules/zod/v4/locales/no.js +1 -0
- package/node_modules/zod/v4/locales/ota.cjs +1 -0
- package/node_modules/zod/v4/locales/ota.js +1 -0
- package/node_modules/zod/v4/locales/pl.cjs +1 -0
- package/node_modules/zod/v4/locales/pl.js +1 -0
- package/node_modules/zod/v4/locales/ps.cjs +1 -0
- package/node_modules/zod/v4/locales/ps.js +1 -0
- package/node_modules/zod/v4/locales/pt-BR.cjs +1 -0
- package/node_modules/zod/v4/locales/pt-BR.js +1 -0
- package/node_modules/zod/v4/locales/pt.cjs +1 -0
- package/node_modules/zod/v4/locales/pt.js +1 -0
- package/node_modules/zod/v4/locales/ro.cjs +1 -0
- package/node_modules/zod/v4/locales/ro.js +1 -0
- package/node_modules/zod/v4/locales/ru.cjs +1 -0
- package/node_modules/zod/v4/locales/ru.js +1 -0
- package/node_modules/zod/v4/locales/sk.cjs +1 -0
- package/node_modules/zod/v4/locales/sk.js +1 -0
- package/node_modules/zod/v4/locales/sl.cjs +1 -0
- package/node_modules/zod/v4/locales/sl.js +1 -0
- package/node_modules/zod/v4/locales/sv.cjs +1 -0
- package/node_modules/zod/v4/locales/sv.js +1 -0
- package/node_modules/zod/v4/locales/ta.cjs +1 -0
- package/node_modules/zod/v4/locales/ta.js +1 -0
- package/node_modules/zod/v4/locales/tg.cjs +1 -0
- package/node_modules/zod/v4/locales/tg.js +1 -0
- package/node_modules/zod/v4/locales/th.cjs +1 -0
- package/node_modules/zod/v4/locales/th.js +1 -0
- package/node_modules/zod/v4/locales/tk.cjs +1 -0
- package/node_modules/zod/v4/locales/tk.js +1 -0
- package/node_modules/zod/v4/locales/tr.cjs +1 -0
- package/node_modules/zod/v4/locales/tr.js +1 -0
- package/node_modules/zod/v4/locales/uk.cjs +1 -0
- package/node_modules/zod/v4/locales/uk.js +1 -0
- package/node_modules/zod/v4/locales/ur.cjs +1 -0
- package/node_modules/zod/v4/locales/ur.js +1 -0
- package/node_modules/zod/v4/locales/uz.cjs +1 -0
- package/node_modules/zod/v4/locales/uz.js +1 -0
- package/node_modules/zod/v4/locales/vi.cjs +1 -0
- package/node_modules/zod/v4/locales/vi.js +1 -0
- package/node_modules/zod/v4/locales/yo.cjs +1 -0
- package/node_modules/zod/v4/locales/yo.js +1 -0
- package/node_modules/zod/v4/locales/zh-CN.cjs +1 -0
- package/node_modules/zod/v4/locales/zh-CN.js +1 -0
- package/node_modules/zod/v4/locales/zh-TW.cjs +1 -0
- package/node_modules/zod/v4/locales/zh-TW.js +1 -0
- package/node_modules/zod/v4/mini/checks.cjs +2 -1
- package/node_modules/zod/v4/mini/checks.d.cts +1 -1
- package/node_modules/zod/v4/mini/checks.d.ts +1 -1
- package/node_modules/zod/v4/mini/checks.js +1 -1
- package/node_modules/zod/v4/mini/schemas.cjs +11 -13
- package/node_modules/zod/v4/mini/schemas.d.cts +1 -4
- package/node_modules/zod/v4/mini/schemas.d.ts +1 -4
- package/node_modules/zod/v4/mini/schemas.js +9 -11
- package/package.json +2 -2
- package/slingshot/index.js +183 -182
- package/node_modules/@types/node/compatibility/disposable.d.ts +0 -14
- package/node_modules/@types/node/compatibility/index.d.ts +0 -9
- package/node_modules/@types/node/compatibility/indexable.d.ts +0 -20
- package/node_modules/@types/node/compatibility/iterators.d.ts +0 -20
- package/node_modules/undici-types/file.d.ts +0 -39
- package/node_modules/undici-types/filereader.d.ts +0 -54
|
@@ -1,56 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
type _Blob = typeof globalThis extends { onmessage: any; Blob: any } ? {} : import("buffer").Blob;
|
|
4
|
-
type _File = typeof globalThis extends { onmessage: any; File: any } ? {} : import("buffer").File;
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* `Buffer` objects are used to represent a fixed-length sequence of bytes. Many
|
|
8
|
-
* Node.js APIs support `Buffer`s.
|
|
9
|
-
*
|
|
10
|
-
* The `Buffer` class is a subclass of JavaScript's [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array) class and
|
|
11
|
-
* extends it with methods that cover additional use cases. Node.js APIs accept
|
|
12
|
-
* plain [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array) s wherever `Buffer`s are supported as well.
|
|
13
|
-
*
|
|
14
|
-
* While the `Buffer` class is available within the global scope, it is still
|
|
15
|
-
* recommended to explicitly reference it via an import or require statement.
|
|
16
|
-
*
|
|
17
|
-
* ```js
|
|
18
|
-
* import { Buffer } from 'node:buffer';
|
|
19
|
-
*
|
|
20
|
-
* // Creates a zero-filled Buffer of length 10.
|
|
21
|
-
* const buf1 = Buffer.alloc(10);
|
|
22
|
-
*
|
|
23
|
-
* // Creates a Buffer of length 10,
|
|
24
|
-
* // filled with bytes which all have the value `1`.
|
|
25
|
-
* const buf2 = Buffer.alloc(10, 1);
|
|
26
|
-
*
|
|
27
|
-
* // Creates an uninitialized buffer of length 10.
|
|
28
|
-
* // This is faster than calling Buffer.alloc() but the returned
|
|
29
|
-
* // Buffer instance might contain old data that needs to be
|
|
30
|
-
* // overwritten using fill(), write(), or other functions that fill the Buffer's
|
|
31
|
-
* // contents.
|
|
32
|
-
* const buf3 = Buffer.allocUnsafe(10);
|
|
33
|
-
*
|
|
34
|
-
* // Creates a Buffer containing the bytes [1, 2, 3].
|
|
35
|
-
* const buf4 = Buffer.from([1, 2, 3]);
|
|
36
|
-
*
|
|
37
|
-
* // Creates a Buffer containing the bytes [1, 1, 1, 1] – the entries
|
|
38
|
-
* // are all truncated using `(value & 255)` to fit into the range 0–255.
|
|
39
|
-
* const buf5 = Buffer.from([257, 257.5, -255, '1']);
|
|
40
|
-
*
|
|
41
|
-
* // Creates a Buffer containing the UTF-8-encoded bytes for the string 'tést':
|
|
42
|
-
* // [0x74, 0xc3, 0xa9, 0x73, 0x74] (in hexadecimal notation)
|
|
43
|
-
* // [116, 195, 169, 115, 116] (in decimal notation)
|
|
44
|
-
* const buf6 = Buffer.from('tést');
|
|
45
|
-
*
|
|
46
|
-
* // Creates a Buffer containing the Latin-1 bytes [0x74, 0xe9, 0x73, 0x74].
|
|
47
|
-
* const buf7 = Buffer.from('tést', 'latin1');
|
|
48
|
-
* ```
|
|
49
|
-
* @see [source](https://github.com/nodejs/node/blob/v22.x/lib/buffer.js)
|
|
50
|
-
*/
|
|
51
|
-
declare module "buffer" {
|
|
52
|
-
import { BinaryLike } from "node:crypto";
|
|
53
|
-
import { ReadableStream as WebReadableStream } from "node:stream/web";
|
|
1
|
+
declare module "node:buffer" {
|
|
2
|
+
import { ReadableStream } from "node:stream/web";
|
|
54
3
|
/**
|
|
55
4
|
* This function returns `true` if `input` contains only valid UTF-8-encoded data,
|
|
56
5
|
* including the case in which `input` is empty.
|
|
@@ -126,115 +75,6 @@ declare module "buffer" {
|
|
|
126
75
|
*/
|
|
127
76
|
export function resolveObjectURL(id: string): Blob | undefined;
|
|
128
77
|
export { type AllowSharedBuffer, Buffer, type NonSharedBuffer };
|
|
129
|
-
/**
|
|
130
|
-
* @experimental
|
|
131
|
-
*/
|
|
132
|
-
export interface BlobOptions {
|
|
133
|
-
/**
|
|
134
|
-
* One of either `'transparent'` or `'native'`. When set to `'native'`, line endings in string source parts
|
|
135
|
-
* will be converted to the platform native line-ending as specified by `import { EOL } from 'node:os'`.
|
|
136
|
-
*/
|
|
137
|
-
endings?: "transparent" | "native";
|
|
138
|
-
/**
|
|
139
|
-
* The Blob content-type. The intent is for `type` to convey
|
|
140
|
-
* the MIME media type of the data, however no validation of the type format
|
|
141
|
-
* is performed.
|
|
142
|
-
*/
|
|
143
|
-
type?: string | undefined;
|
|
144
|
-
}
|
|
145
|
-
/**
|
|
146
|
-
* A `Blob` encapsulates immutable, raw data that can be safely shared across
|
|
147
|
-
* multiple worker threads.
|
|
148
|
-
* @since v15.7.0, v14.18.0
|
|
149
|
-
*/
|
|
150
|
-
export class Blob {
|
|
151
|
-
/**
|
|
152
|
-
* The total size of the `Blob` in bytes.
|
|
153
|
-
* @since v15.7.0, v14.18.0
|
|
154
|
-
*/
|
|
155
|
-
readonly size: number;
|
|
156
|
-
/**
|
|
157
|
-
* The content-type of the `Blob`.
|
|
158
|
-
* @since v15.7.0, v14.18.0
|
|
159
|
-
*/
|
|
160
|
-
readonly type: string;
|
|
161
|
-
/**
|
|
162
|
-
* Creates a new `Blob` object containing a concatenation of the given sources.
|
|
163
|
-
*
|
|
164
|
-
* {ArrayBuffer}, {TypedArray}, {DataView}, and {Buffer} sources are copied into
|
|
165
|
-
* the 'Blob' and can therefore be safely modified after the 'Blob' is created.
|
|
166
|
-
*
|
|
167
|
-
* String sources are also copied into the `Blob`.
|
|
168
|
-
*/
|
|
169
|
-
constructor(sources: Array<ArrayBuffer | BinaryLike | Blob>, options?: BlobOptions);
|
|
170
|
-
/**
|
|
171
|
-
* Returns a promise that fulfills with an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) containing a copy of
|
|
172
|
-
* the `Blob` data.
|
|
173
|
-
* @since v15.7.0, v14.18.0
|
|
174
|
-
*/
|
|
175
|
-
arrayBuffer(): Promise<ArrayBuffer>;
|
|
176
|
-
/**
|
|
177
|
-
* The `blob.bytes()` method returns the byte of the `Blob` object as a `Promise<Uint8Array>`.
|
|
178
|
-
*
|
|
179
|
-
* ```js
|
|
180
|
-
* const blob = new Blob(['hello']);
|
|
181
|
-
* blob.bytes().then((bytes) => {
|
|
182
|
-
* console.log(bytes); // Outputs: Uint8Array(5) [ 104, 101, 108, 108, 111 ]
|
|
183
|
-
* });
|
|
184
|
-
* ```
|
|
185
|
-
*/
|
|
186
|
-
bytes(): Promise<Uint8Array>;
|
|
187
|
-
/**
|
|
188
|
-
* Creates and returns a new `Blob` containing a subset of this `Blob` objects
|
|
189
|
-
* data. The original `Blob` is not altered.
|
|
190
|
-
* @since v15.7.0, v14.18.0
|
|
191
|
-
* @param start The starting index.
|
|
192
|
-
* @param end The ending index.
|
|
193
|
-
* @param type The content-type for the new `Blob`
|
|
194
|
-
*/
|
|
195
|
-
slice(start?: number, end?: number, type?: string): Blob;
|
|
196
|
-
/**
|
|
197
|
-
* Returns a promise that fulfills with the contents of the `Blob` decoded as a
|
|
198
|
-
* UTF-8 string.
|
|
199
|
-
* @since v15.7.0, v14.18.0
|
|
200
|
-
*/
|
|
201
|
-
text(): Promise<string>;
|
|
202
|
-
/**
|
|
203
|
-
* Returns a new `ReadableStream` that allows the content of the `Blob` to be read.
|
|
204
|
-
* @since v16.7.0
|
|
205
|
-
*/
|
|
206
|
-
stream(): WebReadableStream;
|
|
207
|
-
}
|
|
208
|
-
export interface FileOptions {
|
|
209
|
-
/**
|
|
210
|
-
* One of either `'transparent'` or `'native'`. When set to `'native'`, line endings in string source parts will be
|
|
211
|
-
* converted to the platform native line-ending as specified by `import { EOL } from 'node:os'`.
|
|
212
|
-
*/
|
|
213
|
-
endings?: "native" | "transparent";
|
|
214
|
-
/** The File content-type. */
|
|
215
|
-
type?: string;
|
|
216
|
-
/** The last modified date of the file. `Default`: Date.now(). */
|
|
217
|
-
lastModified?: number;
|
|
218
|
-
}
|
|
219
|
-
/**
|
|
220
|
-
* A [`File`](https://developer.mozilla.org/en-US/docs/Web/API/File) provides information about files.
|
|
221
|
-
* @since v19.2.0, v18.13.0
|
|
222
|
-
*/
|
|
223
|
-
export class File extends Blob {
|
|
224
|
-
constructor(sources: Array<BinaryLike | Blob>, fileName: string, options?: FileOptions);
|
|
225
|
-
/**
|
|
226
|
-
* The name of the `File`.
|
|
227
|
-
* @since v19.2.0, v18.13.0
|
|
228
|
-
*/
|
|
229
|
-
readonly name: string;
|
|
230
|
-
/**
|
|
231
|
-
* The last modified date of the `File`.
|
|
232
|
-
* @since v19.2.0, v18.13.0
|
|
233
|
-
*/
|
|
234
|
-
readonly lastModified: number;
|
|
235
|
-
}
|
|
236
|
-
export import atob = globalThis.atob;
|
|
237
|
-
export import btoa = globalThis.btoa;
|
|
238
78
|
export type WithImplicitCoercion<T> =
|
|
239
79
|
| T
|
|
240
80
|
| { valueOf(): T }
|
|
@@ -1710,11 +1550,12 @@ declare module "buffer" {
|
|
|
1710
1550
|
/**
|
|
1711
1551
|
* If `value` is:
|
|
1712
1552
|
*
|
|
1713
|
-
* * a string, `value` is interpreted according to the character encoding in
|
|
1714
|
-
*
|
|
1715
|
-
*
|
|
1553
|
+
* * a string, `value` is interpreted according to the character encoding in
|
|
1554
|
+
* `encoding`.
|
|
1555
|
+
* * a `Buffer` or `Uint8Array`, `value` will be used in its entirety.
|
|
1556
|
+
* To compare a partial `Buffer`, use `buf.subarray`.
|
|
1716
1557
|
* * a number, `value` will be interpreted as an unsigned 8-bit integer
|
|
1717
|
-
*
|
|
1558
|
+
* value between `0` and `255`.
|
|
1718
1559
|
*
|
|
1719
1560
|
* ```js
|
|
1720
1561
|
* import { Buffer } from 'node:buffer';
|
|
@@ -1742,12 +1583,13 @@ declare module "buffer" {
|
|
|
1742
1583
|
* // Prints: 6
|
|
1743
1584
|
* ```
|
|
1744
1585
|
*
|
|
1745
|
-
* If `value` is not a string, number, or `Buffer`, this method will throw a
|
|
1586
|
+
* If `value` is not a string, number, or `Buffer`, this method will throw a
|
|
1587
|
+
* `TypeError`. If `value` is a number, it will be coerced to a valid byte value,
|
|
1746
1588
|
* an integer between 0 and 255.
|
|
1747
1589
|
*
|
|
1748
1590
|
* If `byteOffset` is not a number, it will be coerced to a number. If the result
|
|
1749
1591
|
* of coercion is `NaN` or `0`, then the entire buffer will be searched. This
|
|
1750
|
-
* behavior matches
|
|
1592
|
+
* behavior matches `String.prototype.indexOf()`.
|
|
1751
1593
|
*
|
|
1752
1594
|
* ```js
|
|
1753
1595
|
* import { Buffer } from 'node:buffer';
|
|
@@ -1768,14 +1610,27 @@ declare module "buffer" {
|
|
|
1768
1610
|
* ```
|
|
1769
1611
|
*
|
|
1770
1612
|
* If `value` is an empty string or empty `Buffer` and `byteOffset` is less
|
|
1771
|
-
* than `buf.length`, `byteOffset` will be returned. If `value` is empty and
|
|
1613
|
+
* than `buf.length`, `byteOffset` will be returned. If `value` is empty and
|
|
1614
|
+
* `byteOffset` is at least `buf.length`, `buf.length` will be returned.
|
|
1772
1615
|
* @since v1.5.0
|
|
1773
1616
|
* @param value What to search for.
|
|
1774
|
-
* @param
|
|
1775
|
-
*
|
|
1776
|
-
* @
|
|
1777
|
-
|
|
1778
|
-
|
|
1617
|
+
* @param start Where to begin searching in `buf`. If negative, then
|
|
1618
|
+
* offset is calculated from the end of `buf`. **Default:** `0`.
|
|
1619
|
+
* @param end Where to stop searching in `buf` (exclusive). **Default:**
|
|
1620
|
+
* `buf.length`.
|
|
1621
|
+
* @param encoding If `value` is a string, this is the encoding used to
|
|
1622
|
+
* determine the binary representation of the string that will be searched for in
|
|
1623
|
+
* `buf`. **Default:** `'utf8'`.
|
|
1624
|
+
* @returns The index of the first occurrence of `value` in `buf`, or
|
|
1625
|
+
* `-1` if `buf` does not contain `value`.
|
|
1626
|
+
*/
|
|
1627
|
+
indexOf(
|
|
1628
|
+
value: string | number | Uint8Array,
|
|
1629
|
+
start?: number,
|
|
1630
|
+
end?: number,
|
|
1631
|
+
encoding?: BufferEncoding,
|
|
1632
|
+
): number;
|
|
1633
|
+
indexOf(value: string | number | Uint8Array, start: number, encoding: BufferEncoding): number;
|
|
1779
1634
|
indexOf(value: string | number | Uint8Array, encoding: BufferEncoding): number;
|
|
1780
1635
|
/**
|
|
1781
1636
|
* Identical to `buf.indexOf()`, except the last occurrence of `value` is found
|
|
@@ -1809,12 +1664,13 @@ declare module "buffer" {
|
|
|
1809
1664
|
* // Prints: 4
|
|
1810
1665
|
* ```
|
|
1811
1666
|
*
|
|
1812
|
-
* If `value` is not a string, number, or `Buffer`, this method will throw a
|
|
1667
|
+
* If `value` is not a string, number, or `Buffer`, this method will throw a
|
|
1668
|
+
* `TypeError`. If `value` is a number, it will be coerced to a valid byte value,
|
|
1813
1669
|
* an integer between 0 and 255.
|
|
1814
1670
|
*
|
|
1815
1671
|
* If `byteOffset` is not a number, it will be coerced to a number. Any arguments
|
|
1816
1672
|
* that coerce to `NaN`, like `{}` or `undefined`, will search the whole buffer.
|
|
1817
|
-
* This behavior matches
|
|
1673
|
+
* This behavior matches `String.prototype.lastIndexOf()`.
|
|
1818
1674
|
*
|
|
1819
1675
|
* ```js
|
|
1820
1676
|
* import { Buffer } from 'node:buffer';
|
|
@@ -1840,11 +1696,24 @@ declare module "buffer" {
|
|
|
1840
1696
|
* If `value` is an empty string or empty `Buffer`, `byteOffset` will be returned.
|
|
1841
1697
|
* @since v6.0.0
|
|
1842
1698
|
* @param value What to search for.
|
|
1843
|
-
* @param
|
|
1844
|
-
*
|
|
1845
|
-
*
|
|
1846
|
-
|
|
1847
|
-
|
|
1699
|
+
* @param start Where to begin searching in `buf`. If negative, then
|
|
1700
|
+
* offset is calculated from the end of `buf`. **Default:**
|
|
1701
|
+
* `buf.length - 1`.
|
|
1702
|
+
* @param end Where to stop searching in `buf` (exclusive). **Default:**
|
|
1703
|
+
* `buf.length`.
|
|
1704
|
+
* @param encoding If `value` is a string, this is the encoding used to
|
|
1705
|
+
* determine the binary representation of the string that will be searched for in
|
|
1706
|
+
* `buf`. **Default:** `'utf8'`.
|
|
1707
|
+
* @returns The index of the last occurrence of `value` in `buf`, or
|
|
1708
|
+
* `-1` if `buf` does not contain `value`.
|
|
1709
|
+
*/
|
|
1710
|
+
lastIndexOf(
|
|
1711
|
+
value: string | number | Uint8Array,
|
|
1712
|
+
start?: number,
|
|
1713
|
+
end?: number,
|
|
1714
|
+
encoding?: BufferEncoding,
|
|
1715
|
+
): number;
|
|
1716
|
+
lastIndexOf(value: string | number | Uint8Array, start: number, encoding: BufferEncoding): number;
|
|
1848
1717
|
lastIndexOf(value: string | number | Uint8Array, encoding: BufferEncoding): number;
|
|
1849
1718
|
/**
|
|
1850
1719
|
* Equivalent to `buf.indexOf() !== -1`.
|
|
@@ -1871,64 +1740,61 @@ declare module "buffer" {
|
|
|
1871
1740
|
* ```
|
|
1872
1741
|
* @since v5.3.0
|
|
1873
1742
|
* @param value What to search for.
|
|
1874
|
-
* @param
|
|
1875
|
-
*
|
|
1876
|
-
* @
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1743
|
+
* @param start Where to begin searching in `buf`. If negative, then
|
|
1744
|
+
* offset is calculated from the end of `buf`. **Default:** `0`.
|
|
1745
|
+
* @param end Where to stop searching in `buf` (exclusive). **Default:**
|
|
1746
|
+
* `buf.length`.
|
|
1747
|
+
* @param encoding If `value` is a string, this is its encoding.
|
|
1748
|
+
* **Default:** `'utf8'`.
|
|
1749
|
+
* @returns `true` if `value` was found in `buf`, `false` otherwise.
|
|
1750
|
+
*/
|
|
1751
|
+
includes(
|
|
1752
|
+
value: string | number | Uint8Array,
|
|
1753
|
+
start?: number,
|
|
1754
|
+
end?: number,
|
|
1755
|
+
encoding?: BufferEncoding,
|
|
1756
|
+
): boolean;
|
|
1757
|
+
includes(value: string | number | Uint8Array, start: number, encoding: BufferEncoding): boolean;
|
|
1758
|
+
includes(value: string | number | Uint8Array, encoding: BufferEncoding): boolean;
|
|
1880
1759
|
}
|
|
1881
1760
|
var Buffer: BufferConstructor;
|
|
1882
|
-
/**
|
|
1883
|
-
* Decodes a string of Base64-encoded data into bytes, and encodes those bytes
|
|
1884
|
-
* into a string using Latin-1 (ISO-8859-1).
|
|
1885
|
-
*
|
|
1886
|
-
* The `data` may be any JavaScript-value that can be coerced into a string.
|
|
1887
|
-
*
|
|
1888
|
-
* **This function is only provided for compatibility with legacy web platform APIs**
|
|
1889
|
-
* **and should never be used in new code, because they use strings to represent**
|
|
1890
|
-
* **binary data and predate the introduction of typed arrays in JavaScript.**
|
|
1891
|
-
* **For code running using Node.js APIs, converting between base64-encoded strings**
|
|
1892
|
-
* **and binary data should be performed using `Buffer.from(str, 'base64')` and `buf.toString('base64')`.**
|
|
1893
|
-
* @since v15.13.0, v14.17.0
|
|
1894
|
-
* @legacy Use `Buffer.from(data, 'base64')` instead.
|
|
1895
|
-
* @param data The Base64-encoded input string.
|
|
1896
|
-
*/
|
|
1897
|
-
function atob(data: string): string;
|
|
1898
|
-
/**
|
|
1899
|
-
* Decodes a string into bytes using Latin-1 (ISO-8859), and encodes those bytes
|
|
1900
|
-
* into a string using Base64.
|
|
1901
|
-
*
|
|
1902
|
-
* The `data` may be any JavaScript-value that can be coerced into a string.
|
|
1903
|
-
*
|
|
1904
|
-
* **This function is only provided for compatibility with legacy web platform APIs**
|
|
1905
|
-
* **and should never be used in new code, because they use strings to represent**
|
|
1906
|
-
* **binary data and predate the introduction of typed arrays in JavaScript.**
|
|
1907
|
-
* **For code running using Node.js APIs, converting between base64-encoded strings**
|
|
1908
|
-
* **and binary data should be performed using `Buffer.from(str, 'base64')` and `buf.toString('base64')`.**
|
|
1909
|
-
* @since v15.13.0, v14.17.0
|
|
1910
|
-
* @legacy Use `buf.toString('base64')` instead.
|
|
1911
|
-
* @param data An ASCII (Latin1) string.
|
|
1912
|
-
*/
|
|
1913
|
-
function btoa(data: string): string;
|
|
1914
|
-
interface Blob extends _Blob {}
|
|
1915
|
-
/**
|
|
1916
|
-
* `Blob` class is a global reference for `import { Blob } from 'node:buffer'`
|
|
1917
|
-
* https://nodejs.org/api/buffer.html#class-blob
|
|
1918
|
-
* @since v18.0.0
|
|
1919
|
-
*/
|
|
1920
|
-
var Blob: typeof globalThis extends { onmessage: any; Blob: infer T } ? T
|
|
1921
|
-
: typeof import("buffer").Blob;
|
|
1922
|
-
interface File extends _File {}
|
|
1923
|
-
/**
|
|
1924
|
-
* `File` class is a global reference for `import { File } from 'node:buffer'`
|
|
1925
|
-
* https://nodejs.org/api/buffer.html#class-file
|
|
1926
|
-
* @since v20.0.0
|
|
1927
|
-
*/
|
|
1928
|
-
var File: typeof globalThis extends { onmessage: any; File: infer T } ? T
|
|
1929
|
-
: typeof import("buffer").File;
|
|
1930
1761
|
}
|
|
1762
|
+
// #region web types
|
|
1763
|
+
export type BlobPart = NodeJS.BufferSource | Blob | string;
|
|
1764
|
+
export interface BlobPropertyBag {
|
|
1765
|
+
endings?: "native" | "transparent";
|
|
1766
|
+
type?: string;
|
|
1767
|
+
}
|
|
1768
|
+
export interface FilePropertyBag extends BlobPropertyBag {
|
|
1769
|
+
lastModified?: number;
|
|
1770
|
+
}
|
|
1771
|
+
export interface Blob {
|
|
1772
|
+
readonly size: number;
|
|
1773
|
+
readonly type: string;
|
|
1774
|
+
arrayBuffer(): Promise<ArrayBuffer>;
|
|
1775
|
+
bytes(): Promise<NodeJS.NonSharedUint8Array>;
|
|
1776
|
+
slice(start?: number, end?: number, contentType?: string): Blob;
|
|
1777
|
+
stream(): ReadableStream<NodeJS.NonSharedUint8Array>;
|
|
1778
|
+
text(): Promise<string>;
|
|
1779
|
+
textStream(): ReadableStream<string>;
|
|
1780
|
+
}
|
|
1781
|
+
export var Blob: {
|
|
1782
|
+
prototype: Blob;
|
|
1783
|
+
new(blobParts?: BlobPart[], options?: BlobPropertyBag): Blob;
|
|
1784
|
+
};
|
|
1785
|
+
export interface File extends Blob {
|
|
1786
|
+
readonly lastModified: number;
|
|
1787
|
+
readonly name: string;
|
|
1788
|
+
readonly webkitRelativePath: string;
|
|
1789
|
+
}
|
|
1790
|
+
export var File: {
|
|
1791
|
+
prototype: File;
|
|
1792
|
+
new(fileBits: BlobPart[], fileName: string, options?: FilePropertyBag): File;
|
|
1793
|
+
};
|
|
1794
|
+
export import atob = globalThis.atob;
|
|
1795
|
+
export import btoa = globalThis.btoa;
|
|
1796
|
+
// #endregion
|
|
1931
1797
|
}
|
|
1932
|
-
declare module "
|
|
1933
|
-
export * from "buffer";
|
|
1798
|
+
declare module "buffer" {
|
|
1799
|
+
export * from "node:buffer";
|
|
1934
1800
|
}
|