@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,13 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* The `node:os` module provides operating system-related utility methods and
|
|
3
|
-
* properties. It can be accessed using:
|
|
4
|
-
*
|
|
5
|
-
* ```js
|
|
6
|
-
* import os from 'node:os';
|
|
7
|
-
* ```
|
|
8
|
-
* @see [source](https://github.com/nodejs/node/blob/v22.x/lib/os.js)
|
|
9
|
-
*/
|
|
10
|
-
declare module "os" {
|
|
1
|
+
declare module "node:os" {
|
|
11
2
|
import { NonSharedBuffer } from "buffer";
|
|
12
3
|
interface CpuInfo {
|
|
13
4
|
model: string;
|
|
@@ -131,7 +122,7 @@ declare module "os" {
|
|
|
131
122
|
* irq: 20,
|
|
132
123
|
* },
|
|
133
124
|
* },
|
|
134
|
-
* ]
|
|
125
|
+
* ];
|
|
135
126
|
* ```
|
|
136
127
|
*
|
|
137
128
|
* `nice` values are POSIX-only. On Windows, the `nice` values of all processors
|
|
@@ -176,44 +167,44 @@ declare module "os" {
|
|
|
176
167
|
*
|
|
177
168
|
* The properties available on the assigned network address object include:
|
|
178
169
|
*
|
|
179
|
-
* ```
|
|
170
|
+
* ```json
|
|
180
171
|
* {
|
|
181
|
-
* lo: [
|
|
172
|
+
* "lo": [
|
|
182
173
|
* {
|
|
183
|
-
* address:
|
|
184
|
-
* netmask:
|
|
185
|
-
* family:
|
|
186
|
-
* mac:
|
|
187
|
-
* internal: true,
|
|
188
|
-
* cidr:
|
|
174
|
+
* "address:": "127.0.0.1",
|
|
175
|
+
* "netmask:": "255.0.0.0",
|
|
176
|
+
* "family:": "IPv4",
|
|
177
|
+
* "mac:": "00:00:00:00:00:00",
|
|
178
|
+
* "internal:": true,
|
|
179
|
+
* "cidr:": "127.0.0.1/8"
|
|
189
180
|
* },
|
|
190
181
|
* {
|
|
191
|
-
* address:
|
|
192
|
-
* netmask:
|
|
193
|
-
* family:
|
|
194
|
-
* mac:
|
|
195
|
-
* scopeid: 0,
|
|
196
|
-
* internal: true,
|
|
197
|
-
* cidr:
|
|
182
|
+
* "address:": "::1",
|
|
183
|
+
* "netmask:": "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff",
|
|
184
|
+
* "family:": "IPv6",
|
|
185
|
+
* "mac:": "00:00:00:00:00:00",
|
|
186
|
+
* "scopeid:": 0,
|
|
187
|
+
* "internal:": true,
|
|
188
|
+
* "cidr:": "::1/128"
|
|
198
189
|
* }
|
|
199
190
|
* ],
|
|
200
|
-
* eth0: [
|
|
191
|
+
* "eth0": [
|
|
201
192
|
* {
|
|
202
|
-
* address:
|
|
203
|
-
* netmask:
|
|
204
|
-
* family:
|
|
205
|
-
* mac:
|
|
206
|
-
* internal: false,
|
|
207
|
-
* cidr:
|
|
193
|
+
* "address:": "192.168.1.108",
|
|
194
|
+
* "netmask:": "255.255.255.0",
|
|
195
|
+
* "family:": "IPv4",
|
|
196
|
+
* "mac:": "01:02:03:0a:0b:0c",
|
|
197
|
+
* "internal:": false,
|
|
198
|
+
* "cidr:": "192.168.1.108/24"
|
|
208
199
|
* },
|
|
209
200
|
* {
|
|
210
|
-
* address:
|
|
211
|
-
* netmask:
|
|
212
|
-
* family:
|
|
213
|
-
* mac:
|
|
214
|
-
* scopeid: 1,
|
|
215
|
-
* internal: false,
|
|
216
|
-
* cidr:
|
|
201
|
+
* "address:": "fe80::a00:27ff:fe4e:66a1",
|
|
202
|
+
* "netmask:": "ffff:ffff:ffff:ffff::",
|
|
203
|
+
* "family:": "IPv6",
|
|
204
|
+
* "mac:": "01:02:03:0a:0b:0c",
|
|
205
|
+
* "scopeid:": 1,
|
|
206
|
+
* "internal:": false,
|
|
207
|
+
* "cidr:": "fe80::a00:27ff:fe4e:66a1/64"
|
|
217
208
|
* }
|
|
218
209
|
* ]
|
|
219
210
|
* }
|
|
@@ -251,12 +242,12 @@ declare module "os" {
|
|
|
251
242
|
* environment variables for the home directory before falling back to the
|
|
252
243
|
* operating system response.
|
|
253
244
|
*
|
|
254
|
-
* Throws a [`SystemError`](https://nodejs.org/docs/latest-
|
|
245
|
+
* Throws a [`SystemError`](https://nodejs.org/docs/latest-v26.x/api/errors.html#class-systemerror) if a user has no `username` or `homedir`.
|
|
255
246
|
* @since v6.0.0
|
|
256
247
|
*/
|
|
257
248
|
function userInfo(options?: UserInfoOptionsWithStringEncoding): UserInfo<string>;
|
|
258
249
|
function userInfo(options: UserInfoOptionsWithBufferEncoding): UserInfo<NonSharedBuffer>;
|
|
259
|
-
function userInfo(options: UserInfoOptions): UserInfo<string |
|
|
250
|
+
function userInfo(options: UserInfoOptions): UserInfo<string | NonSharedBuffer>;
|
|
260
251
|
type SignalConstants = {
|
|
261
252
|
[key in NodeJS.Signals]: number;
|
|
262
253
|
};
|
|
@@ -428,13 +419,13 @@ declare module "os" {
|
|
|
428
419
|
const EOL: string;
|
|
429
420
|
/**
|
|
430
421
|
* Returns the operating system CPU architecture for which the Node.js binary was
|
|
431
|
-
* compiled. Possible values are `'arm'`, `'arm64'`, `'ia32'`, `'loong64'`,
|
|
432
|
-
* and `'x64'`.
|
|
422
|
+
* compiled. Possible values are `'arm'`, `'arm64'`, `'ia32'`, `'loong64'`,
|
|
423
|
+
* `'mips'`, `'mipsel'`, `'ppc64'`, `'riscv64'`, `'s390x'`, and `'x64'`.
|
|
433
424
|
*
|
|
434
|
-
* The return value is equivalent to [process.arch](https://nodejs.org/docs/latest-
|
|
425
|
+
* The return value is equivalent to [process.arch](https://nodejs.org/docs/latest-v26.x/api/process.html#processarch).
|
|
435
426
|
* @since v0.5.0
|
|
436
427
|
*/
|
|
437
|
-
function arch():
|
|
428
|
+
function arch(): NodeJS.Architecture;
|
|
438
429
|
/**
|
|
439
430
|
* Returns a string identifying the kernel version.
|
|
440
431
|
*
|
|
@@ -456,7 +447,8 @@ declare module "os" {
|
|
|
456
447
|
*/
|
|
457
448
|
function platform(): NodeJS.Platform;
|
|
458
449
|
/**
|
|
459
|
-
* Returns the machine type as a string, such as `arm`, `arm64`, `aarch64`,
|
|
450
|
+
* Returns the machine type as a string, such as `arm`, `arm64`, `aarch64`,
|
|
451
|
+
* `mips`, `mips64`, `ppc64`, `ppc64le`, `s390x`, `i386`, `i686`, `x86_64`.
|
|
460
452
|
*
|
|
461
453
|
* On POSIX systems, the machine type is determined by calling [`uname(3)`](https://linux.die.net/man/3/uname). On Windows, `RtlGetVersion()` is used, and if it is not
|
|
462
454
|
* available, `GetVersionExW()` will be used. See [https://en.wikipedia.org/wiki/Uname#Examples](https://en.wikipedia.org/wiki/Uname#Examples) for more information.
|
|
@@ -501,6 +493,6 @@ declare module "os" {
|
|
|
501
493
|
function setPriority(priority: number): void;
|
|
502
494
|
function setPriority(pid: number, priority: number): void;
|
|
503
495
|
}
|
|
504
|
-
declare module "
|
|
505
|
-
export * from "os";
|
|
496
|
+
declare module "os" {
|
|
497
|
+
export * from "node:os";
|
|
506
498
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "26.5.1",
|
|
4
4
|
"description": "TypeScript definitions for node",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
6
6
|
"license": "MIT",
|
|
@@ -119,6 +119,11 @@
|
|
|
119
119
|
"name": "René",
|
|
120
120
|
"githubUsername": "Renegade334",
|
|
121
121
|
"url": "https://github.com/Renegade334"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"name": "Yagiz Nizipli",
|
|
125
|
+
"githubUsername": "anonrig",
|
|
126
|
+
"url": "https://github.com/anonrig"
|
|
122
127
|
}
|
|
123
128
|
],
|
|
124
129
|
"main": "",
|
|
@@ -128,6 +133,11 @@
|
|
|
128
133
|
"*": [
|
|
129
134
|
"ts5.6/*"
|
|
130
135
|
]
|
|
136
|
+
},
|
|
137
|
+
"<=5.7": {
|
|
138
|
+
"*": [
|
|
139
|
+
"ts5.7/*"
|
|
140
|
+
]
|
|
131
141
|
}
|
|
132
142
|
},
|
|
133
143
|
"repository": {
|
|
@@ -137,9 +147,9 @@
|
|
|
137
147
|
},
|
|
138
148
|
"scripts": {},
|
|
139
149
|
"dependencies": {
|
|
140
|
-
"undici-types": "~
|
|
150
|
+
"undici-types": "~8.9.0"
|
|
141
151
|
},
|
|
142
152
|
"peerDependencies": {},
|
|
143
|
-
"typesPublisherContentHash": "
|
|
153
|
+
"typesPublisherContentHash": "6f5c8d0dfea5f391f6d414b5de64b03719aeafbbbe627156f715a8c47167ddcd",
|
|
144
154
|
"typeScriptVersion": "5.6"
|
|
145
155
|
}
|
|
@@ -1,21 +1,4 @@
|
|
|
1
|
-
declare module "path
|
|
2
|
-
import path = require("path");
|
|
3
|
-
export = path;
|
|
4
|
-
}
|
|
5
|
-
declare module "path/win32" {
|
|
6
|
-
import path = require("path");
|
|
7
|
-
export = path;
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* The `node:path` module provides utilities for working with file and directory
|
|
11
|
-
* paths. It can be accessed using:
|
|
12
|
-
*
|
|
13
|
-
* ```js
|
|
14
|
-
* import path from 'node:path';
|
|
15
|
-
* ```
|
|
16
|
-
* @see [source](https://github.com/nodejs/node/blob/v22.x/lib/path.js)
|
|
17
|
-
*/
|
|
18
|
-
declare module "path" {
|
|
1
|
+
declare module "node:path" {
|
|
19
2
|
namespace path {
|
|
20
3
|
/**
|
|
21
4
|
* A parsed path object generated by path.parse() or consumed by path.format().
|
|
@@ -64,137 +47,132 @@ declare module "path" {
|
|
|
64
47
|
*/
|
|
65
48
|
name?: string | undefined;
|
|
66
49
|
}
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
50
|
+
/**
|
|
51
|
+
* Normalize a string path, reducing '..' and '.' parts.
|
|
52
|
+
* When multiple slashes are found, they're replaced by a single one; when the path contains a trailing slash, it is preserved. On Windows backslashes are used. If the path is a zero-length string, '.' is returned, representing the current working directory.
|
|
53
|
+
*
|
|
54
|
+
* @param path string path to normalize.
|
|
55
|
+
* @throws {TypeError} if `path` is not a string.
|
|
56
|
+
*/
|
|
57
|
+
function normalize(path: string): string;
|
|
58
|
+
/**
|
|
59
|
+
* Join all arguments together and normalize the resulting path.
|
|
60
|
+
*
|
|
61
|
+
* @param paths paths to join.
|
|
62
|
+
* @throws {TypeError} if any of the path segments is not a string.
|
|
63
|
+
*/
|
|
64
|
+
function join(...paths: string[]): string;
|
|
65
|
+
/**
|
|
66
|
+
* The right-most parameter is considered {to}. Other parameters are considered an array of {from}.
|
|
67
|
+
*
|
|
68
|
+
* Starting from leftmost {from} parameter, resolves {to} to an absolute path.
|
|
69
|
+
*
|
|
70
|
+
* If {to} isn't already absolute, {from} arguments are prepended in right to left order,
|
|
71
|
+
* until an absolute path is found. If after using all {from} paths still no absolute path is found,
|
|
72
|
+
* the current working directory is used as well. The resulting path is normalized,
|
|
73
|
+
* and trailing slashes are removed unless the path gets resolved to the root directory.
|
|
74
|
+
*
|
|
75
|
+
* @param paths A sequence of paths or path segments.
|
|
76
|
+
* @throws {TypeError} if any of the arguments is not a string.
|
|
77
|
+
*/
|
|
78
|
+
function resolve(...paths: string[]): string;
|
|
79
|
+
/**
|
|
80
|
+
* The `path.matchesGlob()` method determines if `path` matches the `pattern`.
|
|
81
|
+
* @param path The path to glob-match against.
|
|
82
|
+
* @param pattern The glob to check the path against.
|
|
83
|
+
* @returns Whether or not the `path` matched the `pattern`.
|
|
84
|
+
* @throws {TypeError} if `path` or `pattern` are not strings.
|
|
85
|
+
* @since v22.5.0
|
|
86
|
+
*/
|
|
87
|
+
function matchesGlob(path: string, pattern: string): boolean;
|
|
88
|
+
/**
|
|
89
|
+
* Determines whether {path} is an absolute path. An absolute path will always resolve to the same location, regardless of the working directory.
|
|
90
|
+
*
|
|
91
|
+
* If the given {path} is a zero-length string, `false` will be returned.
|
|
92
|
+
*
|
|
93
|
+
* @param path path to test.
|
|
94
|
+
* @throws {TypeError} if `path` is not a string.
|
|
95
|
+
*/
|
|
96
|
+
function isAbsolute(path: string): boolean;
|
|
97
|
+
/**
|
|
98
|
+
* Solve the relative path from {from} to {to} based on the current working directory.
|
|
99
|
+
* At times we have two absolute paths, and we need to derive the relative path from one to the other. This is actually the reverse transform of path.resolve.
|
|
100
|
+
*
|
|
101
|
+
* @throws {TypeError} if either `from` or `to` is not a string.
|
|
102
|
+
*/
|
|
103
|
+
function relative(from: string, to: string): string;
|
|
104
|
+
/**
|
|
105
|
+
* Return the directory name of a path. Similar to the Unix dirname command.
|
|
106
|
+
*
|
|
107
|
+
* @param path the path to evaluate.
|
|
108
|
+
* @throws {TypeError} if `path` is not a string.
|
|
109
|
+
*/
|
|
110
|
+
function dirname(path: string): string;
|
|
111
|
+
/**
|
|
112
|
+
* Return the last portion of a path. Similar to the Unix basename command.
|
|
113
|
+
* Often used to extract the file name from a fully qualified path.
|
|
114
|
+
*
|
|
115
|
+
* @param path the path to evaluate.
|
|
116
|
+
* @param suffix optionally, an extension to remove from the result.
|
|
117
|
+
* @throws {TypeError} if `path` is not a string or if `ext` is given and is not a string.
|
|
118
|
+
*/
|
|
119
|
+
function basename(path: string, suffix?: string): string;
|
|
120
|
+
/**
|
|
121
|
+
* Return the extension of the path, from the last '.' to end of string in the last portion of the path.
|
|
122
|
+
* If there is no '.' in the last portion of the path or the first character of it is '.', then it returns an empty string.
|
|
123
|
+
*
|
|
124
|
+
* @param path the path to evaluate.
|
|
125
|
+
* @throws {TypeError} if `path` is not a string.
|
|
126
|
+
*/
|
|
127
|
+
function extname(path: string): string;
|
|
128
|
+
/**
|
|
129
|
+
* The platform-specific file separator. '\\' or '/'.
|
|
130
|
+
*/
|
|
131
|
+
const sep: "\\" | "/";
|
|
132
|
+
/**
|
|
133
|
+
* The platform-specific file delimiter. ';' or ':'.
|
|
134
|
+
*/
|
|
135
|
+
const delimiter: ";" | ":";
|
|
136
|
+
/**
|
|
137
|
+
* Returns an object from a path string - the opposite of format().
|
|
138
|
+
*
|
|
139
|
+
* @param path path to evaluate.
|
|
140
|
+
* @throws {TypeError} if `path` is not a string.
|
|
141
|
+
*/
|
|
142
|
+
function parse(path: string): ParsedPath;
|
|
143
|
+
/**
|
|
144
|
+
* Returns a path string from an object - the opposite of parse().
|
|
145
|
+
*
|
|
146
|
+
* @param pathObject path to evaluate.
|
|
147
|
+
*/
|
|
148
|
+
function format(pathObject: FormatInputPathObject): string;
|
|
149
|
+
/**
|
|
150
|
+
* On Windows systems only, returns an equivalent namespace-prefixed path for the given path.
|
|
151
|
+
* If path is not a string, path will be returned without modifications.
|
|
152
|
+
* This method is meaningful only on Windows system.
|
|
153
|
+
* On POSIX systems, the method is non-operational and always returns path without modifications.
|
|
154
|
+
*/
|
|
155
|
+
function toNamespacedPath(path: string): string;
|
|
156
|
+
}
|
|
157
|
+
namespace path {
|
|
158
|
+
export {
|
|
154
159
|
/**
|
|
155
|
-
*
|
|
160
|
+
* The `path.posix` property provides access to POSIX specific implementations of the `path` methods.
|
|
156
161
|
*
|
|
157
|
-
*
|
|
158
|
-
* @throws {TypeError} if `path` is not a string.
|
|
162
|
+
* The API is accessible via `require('node:path').posix` or `require('node:path/posix')`.
|
|
159
163
|
*/
|
|
160
|
-
|
|
164
|
+
path as posix,
|
|
161
165
|
/**
|
|
162
|
-
*
|
|
166
|
+
* The `path.win32` property provides access to Windows-specific implementations of the `path` methods.
|
|
163
167
|
*
|
|
164
|
-
*
|
|
165
|
-
*/
|
|
166
|
-
format(pathObject: FormatInputPathObject): string;
|
|
167
|
-
/**
|
|
168
|
-
* On Windows systems only, returns an equivalent namespace-prefixed path for the given path.
|
|
169
|
-
* If path is not a string, path will be returned without modifications.
|
|
170
|
-
* This method is meaningful only on Windows system.
|
|
171
|
-
* On POSIX systems, the method is non-operational and always returns path without modifications.
|
|
172
|
-
*/
|
|
173
|
-
toNamespacedPath(path: string): string;
|
|
174
|
-
/**
|
|
175
|
-
* Posix specific pathing.
|
|
176
|
-
* Same as parent object on posix.
|
|
177
|
-
*/
|
|
178
|
-
readonly posix: PlatformPath;
|
|
179
|
-
/**
|
|
180
|
-
* Windows specific pathing.
|
|
181
|
-
* Same as parent object on windows
|
|
168
|
+
* The API is accessible via `require('node:path').win32` or `require('node:path/win32')`.
|
|
182
169
|
*/
|
|
183
|
-
|
|
184
|
-
}
|
|
170
|
+
path as win32,
|
|
171
|
+
};
|
|
185
172
|
}
|
|
186
|
-
const path: path.PlatformPath;
|
|
187
|
-
export = path;
|
|
188
|
-
}
|
|
189
|
-
declare module "node:path" {
|
|
190
|
-
import path = require("path");
|
|
191
173
|
export = path;
|
|
192
174
|
}
|
|
193
|
-
declare module "
|
|
194
|
-
import path = require("path
|
|
195
|
-
export = path;
|
|
196
|
-
}
|
|
197
|
-
declare module "node:path/win32" {
|
|
198
|
-
import path = require("path/win32");
|
|
175
|
+
declare module "path" {
|
|
176
|
+
import path = require("node:path");
|
|
199
177
|
export = path;
|
|
200
178
|
}
|