cloudstructs 0.6.33 → 0.6.35
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/.jsii +3 -3
- package/lib/codecommit-mirror/index.js +2 -2
- package/lib/dmarc/index.js +1 -1
- package/lib/ecs-service-roller/index.js +2 -2
- package/lib/email-receiver/receiver.js +1 -1
- package/lib/saml-identity-provider/index.js +2 -2
- package/lib/slack-app/manifest.js +1 -1
- package/lib/slack-app/slack-app.js +2 -2
- package/lib/slack-events/index.js +1 -1
- package/lib/slack-textract/index.js +1 -1
- package/lib/ssl-server-test/index.js +1 -1
- package/lib/state-machine-cr-provider/index.js +1 -1
- package/lib/static-website/index.js +1 -1
- package/lib/toolkit-cleaner/index.js +1 -1
- package/lib/url-shortener/index.js +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +16 -1
- package/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +4 -12
- package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +6 -3
- package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +32 -2
- package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +44 -0
- package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +2 -1
- package/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +50 -8
- package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +3 -2
- package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +47 -12
- package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +1 -0
- package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/package.json +2 -2
- package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +59 -59
- package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +18 -145
- package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +12 -12
- package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +758 -729
- package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +76 -21
- package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +121 -7
- package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/assert.d.ts +16 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/async_hooks.d.ts +4 -12
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/buffer.d.ts +6 -3
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/child_process.d.ts +32 -2
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/cluster.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/console.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/crypto.d.ts +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dgram.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dns/promises.d.ts +44 -0
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dns.d.ts +2 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/domain.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/events.d.ts +50 -8
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/fs/promises.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/fs.d.ts +47 -12
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/globals.d.ts +1 -0
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/http.d.ts +5 -4
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/http2.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/https.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/inspector.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/net.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/os.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/path.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/perf_hooks.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/punycode.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/querystring.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/readline/promises.d.ts +59 -59
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/readline.d.ts +18 -145
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/repl.d.ts +12 -12
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/stream.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/string_decoder.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/test.d.ts +76 -21
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/timers.d.ts +121 -7
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/tls.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/trace_events.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/tty.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/url.d.ts +17 -8
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/util.d.ts +12 -4
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/v8.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/vm.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/wasi.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/worker_threads.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/zlib.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +17 -8
- package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +2 -2
- package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +16 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +4 -12
- package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +6 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +32 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +44 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +2 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +50 -8
- package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +3 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +47 -12
- package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +1 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/package.json +2 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/punycode.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/querystring.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/readline/promises.d.ts +59 -59
- package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +18 -145
- package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +12 -12
- package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +758 -729
- package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +76 -21
- package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +121 -7
- package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/assert.d.ts +16 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/async_hooks.d.ts +4 -12
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/buffer.d.ts +6 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/child_process.d.ts +32 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/cluster.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/console.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/crypto.d.ts +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dgram.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dns/promises.d.ts +44 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dns.d.ts +2 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/domain.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/events.d.ts +50 -8
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/fs/promises.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/fs.d.ts +47 -12
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/globals.d.ts +1 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/http.d.ts +5 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/http2.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/https.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/inspector.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/net.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/os.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/path.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/perf_hooks.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/punycode.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/querystring.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/readline/promises.d.ts +59 -59
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/readline.d.ts +18 -145
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/repl.d.ts +12 -12
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/stream.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/string_decoder.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/test.d.ts +76 -21
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/timers.d.ts +121 -7
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/tls.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/trace_events.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/tty.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/url.d.ts +17 -8
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/util.d.ts +12 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/v8.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/vm.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/wasi.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/worker_threads.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/zlib.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +17 -8
- package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +2 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +16 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +4 -12
- package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +6 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +32 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +44 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +2 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +50 -8
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +3 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +47 -12
- package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +1 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/readline/promises.d.ts +59 -59
- package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +18 -145
- package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +12 -12
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +758 -729
- package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +76 -21
- package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +121 -7
- package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/assert.d.ts +16 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/async_hooks.d.ts +4 -12
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/buffer.d.ts +6 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/child_process.d.ts +32 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/cluster.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/console.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/crypto.d.ts +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dgram.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dns/promises.d.ts +44 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dns.d.ts +2 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/domain.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/events.d.ts +50 -8
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/fs/promises.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/fs.d.ts +47 -12
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/globals.d.ts +1 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/http.d.ts +5 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/http2.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/https.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/inspector.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/net.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/os.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/path.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/perf_hooks.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/punycode.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/querystring.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/readline/promises.d.ts +59 -59
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/readline.d.ts +18 -145
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/repl.d.ts +12 -12
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/string_decoder.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/test.d.ts +76 -21
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/timers.d.ts +121 -7
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/tls.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/trace_events.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/tty.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/url.d.ts +17 -8
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/util.d.ts +12 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/v8.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/vm.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/wasi.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/worker_threads.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/zlib.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +17 -8
- package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/assert.d.ts +16 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/async_hooks.d.ts +4 -12
- package/node_modules/@types/is-stream/node_modules/@types/node/buffer.d.ts +6 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/child_process.d.ts +32 -2
- package/node_modules/@types/is-stream/node_modules/@types/node/cluster.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/console.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/crypto.d.ts +3 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/dgram.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/dns/promises.d.ts +44 -0
- package/node_modules/@types/is-stream/node_modules/@types/node/dns.d.ts +2 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/domain.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/events.d.ts +50 -8
- package/node_modules/@types/is-stream/node_modules/@types/node/fs/promises.d.ts +3 -2
- package/node_modules/@types/is-stream/node_modules/@types/node/fs.d.ts +47 -12
- package/node_modules/@types/is-stream/node_modules/@types/node/globals.d.ts +1 -0
- package/node_modules/@types/is-stream/node_modules/@types/node/http.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/http2.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/https.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/index.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/inspector.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/os.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/is-stream/node_modules/@types/node/path.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/perf_hooks.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/punycode.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/querystring.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/readline/promises.d.ts +59 -59
- package/node_modules/@types/is-stream/node_modules/@types/node/readline.d.ts +18 -145
- package/node_modules/@types/is-stream/node_modules/@types/node/repl.d.ts +12 -12
- package/node_modules/@types/is-stream/node_modules/@types/node/stream.d.ts +758 -729
- package/node_modules/@types/is-stream/node_modules/@types/node/string_decoder.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/test.d.ts +76 -21
- package/node_modules/@types/is-stream/node_modules/@types/node/timers.d.ts +121 -7
- package/node_modules/@types/is-stream/node_modules/@types/node/tls.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/trace_events.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/assert.d.ts +16 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/async_hooks.d.ts +4 -12
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/buffer.d.ts +6 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/child_process.d.ts +32 -2
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/cluster.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/console.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/crypto.d.ts +3 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dgram.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dns/promises.d.ts +44 -0
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dns.d.ts +2 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/domain.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/events.d.ts +50 -8
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/fs/promises.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/fs.d.ts +47 -12
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/globals.d.ts +1 -0
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/http.d.ts +5 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/http2.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/https.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/inspector.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/net.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/os.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/path.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/perf_hooks.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/punycode.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/querystring.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/readline/promises.d.ts +59 -59
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/readline.d.ts +18 -145
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/repl.d.ts +12 -12
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/stream.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/string_decoder.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/test.d.ts +76 -21
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/timers.d.ts +121 -7
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/tls.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/trace_events.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/tty.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/url.d.ts +17 -8
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/util.d.ts +12 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/v8.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/vm.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/wasi.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/worker_threads.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/zlib.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/tty.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/url.d.ts +17 -8
- package/node_modules/@types/is-stream/node_modules/@types/node/util.d.ts +2 -2
- package/node_modules/@types/is-stream/node_modules/@types/node/v8.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/vm.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/wasi.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/worker_threads.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/zlib.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +16 -1
- package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +4 -12
- package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +6 -3
- package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +32 -2
- package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +44 -0
- package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +2 -1
- package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +50 -8
- package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +3 -2
- package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +47 -12
- package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +1 -0
- package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/readline/promises.d.ts +59 -59
- package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +18 -145
- package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +12 -12
- package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +758 -729
- package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +76 -21
- package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +121 -7
- package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/assert.d.ts +16 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/async_hooks.d.ts +4 -12
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/buffer.d.ts +6 -3
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/child_process.d.ts +32 -2
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/cluster.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/console.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/crypto.d.ts +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dgram.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dns/promises.d.ts +44 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dns.d.ts +2 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/domain.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/events.d.ts +50 -8
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/fs/promises.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/fs.d.ts +47 -12
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/globals.d.ts +1 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/http.d.ts +5 -4
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/http2.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/https.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/inspector.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/net.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/os.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/path.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/perf_hooks.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/punycode.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/querystring.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/readline/promises.d.ts +59 -59
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/readline.d.ts +18 -145
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/repl.d.ts +12 -12
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/string_decoder.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/test.d.ts +76 -21
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/timers.d.ts +121 -7
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/tls.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/trace_events.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/tty.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/url.d.ts +17 -8
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/util.d.ts +12 -4
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/v8.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/vm.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/wasi.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/worker_threads.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/zlib.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +17 -8
- package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +16 -1
- package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +4 -12
- package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +6 -3
- package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +32 -2
- package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +44 -0
- package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +2 -1
- package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +50 -8
- package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +3 -2
- package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +47 -12
- package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +1 -0
- package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/readline/promises.d.ts +59 -59
- package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +18 -145
- package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +12 -12
- package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +758 -729
- package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +76 -21
- package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +121 -7
- package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/assert.d.ts +16 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/async_hooks.d.ts +4 -12
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/buffer.d.ts +6 -3
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/child_process.d.ts +32 -2
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/cluster.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/console.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/crypto.d.ts +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dgram.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dns/promises.d.ts +44 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dns.d.ts +2 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/domain.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/events.d.ts +50 -8
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/fs/promises.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/fs.d.ts +47 -12
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/globals.d.ts +1 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/http.d.ts +5 -4
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/http2.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/https.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/inspector.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/net.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/os.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/path.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/perf_hooks.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/punycode.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/querystring.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/readline/promises.d.ts +59 -59
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/readline.d.ts +18 -145
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/repl.d.ts +12 -12
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/string_decoder.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/test.d.ts +76 -21
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/timers.d.ts +121 -7
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/tls.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/trace_events.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/tty.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/url.d.ts +17 -8
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/util.d.ts +12 -4
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/v8.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/vm.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/wasi.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/worker_threads.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/zlib.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +17 -8
- package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +1 -1
- package/package.json +18 -18
|
@@ -30,12 +30,11 @@
|
|
|
30
30
|
*
|
|
31
31
|
* Once this code is invoked, the Node.js application will not terminate until the`readline.Interface` is closed because the interface waits for data to be
|
|
32
32
|
* received on the `input` stream.
|
|
33
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
33
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/readline.js)
|
|
34
34
|
*/
|
|
35
35
|
declare module 'readline' {
|
|
36
36
|
import { Abortable, EventEmitter } from 'node:events';
|
|
37
37
|
import * as promises from 'node:readline/promises';
|
|
38
|
-
|
|
39
38
|
export { promises };
|
|
40
39
|
export interface Key {
|
|
41
40
|
sequence?: string | undefined;
|
|
@@ -74,7 +73,7 @@ declare module 'readline' {
|
|
|
74
73
|
* const showResults = debounce(() => {
|
|
75
74
|
* console.log(
|
|
76
75
|
* '\n',
|
|
77
|
-
* values.filter((val) => val.startsWith(rl.line)).join(' ')
|
|
76
|
+
* values.filter((val) => val.startsWith(rl.line)).join(' '),
|
|
78
77
|
* );
|
|
79
78
|
* }, 300);
|
|
80
79
|
* process.stdin.on('keypress', (c, k) => {
|
|
@@ -100,7 +99,7 @@ declare module 'readline' {
|
|
|
100
99
|
* > Instances of the `readline.Interface` class are constructed using the
|
|
101
100
|
* > `readline.createInterface()` method.
|
|
102
101
|
*
|
|
103
|
-
* @see https://nodejs.org/dist/latest-
|
|
102
|
+
* @see https://nodejs.org/dist/latest-v20.x/docs/api/readline.html#class-interfaceconstructor
|
|
104
103
|
*/
|
|
105
104
|
protected constructor(input: NodeJS.ReadableStream, output?: NodeJS.WritableStream, completer?: Completer | AsyncCompleter, terminal?: boolean);
|
|
106
105
|
/**
|
|
@@ -109,12 +108,12 @@ declare module 'readline' {
|
|
|
109
108
|
* > Instances of the `readline.Interface` class are constructed using the
|
|
110
109
|
* > `readline.createInterface()` method.
|
|
111
110
|
*
|
|
112
|
-
* @see https://nodejs.org/dist/latest-
|
|
111
|
+
* @see https://nodejs.org/dist/latest-v20.x/docs/api/readline.html#class-interfaceconstructor
|
|
113
112
|
*/
|
|
114
113
|
protected constructor(options: ReadLineOptions);
|
|
115
114
|
/**
|
|
116
115
|
* The `rl.getPrompt()` method returns the current prompt used by `rl.prompt()`.
|
|
117
|
-
* @since v15.3.0
|
|
116
|
+
* @since v15.3.0, v14.17.0
|
|
118
117
|
* @return the current prompt string
|
|
119
118
|
*/
|
|
120
119
|
getPrompt(): string;
|
|
@@ -124,13 +123,13 @@ declare module 'readline' {
|
|
|
124
123
|
*/
|
|
125
124
|
setPrompt(prompt: string): void;
|
|
126
125
|
/**
|
|
127
|
-
* The `rl.prompt()` method writes the `
|
|
126
|
+
* The `rl.prompt()` method writes the `Interface` instances configured`prompt` to a new line in `output` in order to provide a user with a new
|
|
128
127
|
* location at which to provide input.
|
|
129
128
|
*
|
|
130
129
|
* When called, `rl.prompt()` will resume the `input` stream if it has been
|
|
131
130
|
* paused.
|
|
132
131
|
*
|
|
133
|
-
* If the `
|
|
132
|
+
* If the `Interface` was created with `output` set to `null` or`undefined` the prompt is not written.
|
|
134
133
|
* @since v0.1.98
|
|
135
134
|
* @param preserveCursor If `true`, prevents the cursor placement from being reset to `0`.
|
|
136
135
|
*/
|
|
@@ -142,12 +141,14 @@ declare module 'readline' {
|
|
|
142
141
|
* When called, `rl.question()` will resume the `input` stream if it has been
|
|
143
142
|
* paused.
|
|
144
143
|
*
|
|
145
|
-
* If the `
|
|
144
|
+
* If the `Interface` was created with `output` set to `null` or`undefined` the `query` is not written.
|
|
146
145
|
*
|
|
147
146
|
* The `callback` function passed to `rl.question()` does not follow the typical
|
|
148
147
|
* pattern of accepting an `Error` object or `null` as the first argument.
|
|
149
148
|
* The `callback` is called with the provided answer as the only argument.
|
|
150
149
|
*
|
|
150
|
+
* An error will be thrown if calling `rl.question()` after `rl.close()`.
|
|
151
|
+
*
|
|
151
152
|
* Example usage:
|
|
152
153
|
*
|
|
153
154
|
* ```js
|
|
@@ -172,25 +173,6 @@ declare module 'readline' {
|
|
|
172
173
|
*
|
|
173
174
|
* setTimeout(() => ac.abort(), 10000);
|
|
174
175
|
* ```
|
|
175
|
-
*
|
|
176
|
-
* If this method is invoked as it's util.promisify()ed version, it returns a
|
|
177
|
-
* Promise that fulfills with the answer. If the question is canceled using
|
|
178
|
-
* an `AbortController` it will reject with an `AbortError`.
|
|
179
|
-
*
|
|
180
|
-
* ```js
|
|
181
|
-
* const util = require('util');
|
|
182
|
-
* const question = util.promisify(rl.question).bind(rl);
|
|
183
|
-
*
|
|
184
|
-
* async function questionExample() {
|
|
185
|
-
* try {
|
|
186
|
-
* const answer = await question('What is you favorite food? ');
|
|
187
|
-
* console.log(`Oh, so your favorite food is ${answer}`);
|
|
188
|
-
* } catch (err) {
|
|
189
|
-
* console.error('Question rejected', err);
|
|
190
|
-
* }
|
|
191
|
-
* }
|
|
192
|
-
* questionExample();
|
|
193
|
-
* ```
|
|
194
176
|
* @since v0.3.3
|
|
195
177
|
* @param query A statement or query to write to `output`, prepended to the prompt.
|
|
196
178
|
* @param callback A callback function that is invoked with the user's input in response to the `query`.
|
|
@@ -201,7 +183,7 @@ declare module 'readline' {
|
|
|
201
183
|
* The `rl.pause()` method pauses the `input` stream, allowing it to be resumed
|
|
202
184
|
* later if necessary.
|
|
203
185
|
*
|
|
204
|
-
* Calling `rl.pause()` does not immediately pause other events (including`'line'`) from being emitted by the `
|
|
186
|
+
* Calling `rl.pause()` does not immediately pause other events (including`'line'`) from being emitted by the `Interface` instance.
|
|
205
187
|
* @since v0.3.4
|
|
206
188
|
*/
|
|
207
189
|
pause(): this;
|
|
@@ -211,12 +193,12 @@ declare module 'readline' {
|
|
|
211
193
|
*/
|
|
212
194
|
resume(): this;
|
|
213
195
|
/**
|
|
214
|
-
* The `rl.close()` method closes the `
|
|
196
|
+
* The `rl.close()` method closes the `Interface` instance and
|
|
215
197
|
* relinquishes control over the `input` and `output` streams. When called,
|
|
216
198
|
* the `'close'` event will be emitted.
|
|
217
199
|
*
|
|
218
200
|
* Calling `rl.close()` does not immediately stop other events (including `'line'`)
|
|
219
|
-
* from being emitted by the `
|
|
201
|
+
* from being emitted by the `Interface` instance.
|
|
220
202
|
* @since v0.1.98
|
|
221
203
|
*/
|
|
222
204
|
close(): void;
|
|
@@ -231,7 +213,7 @@ declare module 'readline' {
|
|
|
231
213
|
* When called, `rl.write()` will resume the `input` stream if it has been
|
|
232
214
|
* paused.
|
|
233
215
|
*
|
|
234
|
-
* If the `
|
|
216
|
+
* If the `Interface` was created with `output` set to `null` or`undefined` the `data` and `key` are not written.
|
|
235
217
|
*
|
|
236
218
|
* ```js
|
|
237
219
|
* rl.write('Delete this!');
|
|
@@ -351,10 +333,10 @@ declare module 'readline' {
|
|
|
351
333
|
* The `readline.createInterface()` method creates a new `readline.Interface`instance.
|
|
352
334
|
*
|
|
353
335
|
* ```js
|
|
354
|
-
* const readline = require('readline');
|
|
336
|
+
* const readline = require('node:readline');
|
|
355
337
|
* const rl = readline.createInterface({
|
|
356
338
|
* input: process.stdin,
|
|
357
|
-
* output: process.stdout
|
|
339
|
+
* output: process.stdout,
|
|
358
340
|
* });
|
|
359
341
|
* ```
|
|
360
342
|
*
|
|
@@ -373,14 +355,8 @@ declare module 'readline' {
|
|
|
373
355
|
* (`process.stdout` does this automatically when it is a TTY).
|
|
374
356
|
*
|
|
375
357
|
* When creating a `readline.Interface` using `stdin` as input, the program
|
|
376
|
-
* will not terminate until it receives
|
|
377
|
-
*
|
|
378
|
-
* Windows).
|
|
379
|
-
* If you want your application to exit without waiting for user input, you can `unref()` the standard input stream:
|
|
380
|
-
*
|
|
381
|
-
* ```js
|
|
382
|
-
* process.stdin.unref();
|
|
383
|
-
* ```
|
|
358
|
+
* will not terminate until it receives an [EOF character](https://en.wikipedia.org/wiki/End-of-file#EOF_character). To exit without
|
|
359
|
+
* waiting for user input, call `process.stdin.unref()`.
|
|
384
360
|
* @since v0.1.98
|
|
385
361
|
*/
|
|
386
362
|
export function createInterface(input: NodeJS.ReadableStream, output?: NodeJS.WritableStream, completer?: Completer | AsyncCompleter, terminal?: boolean): Interface;
|
|
@@ -539,109 +515,6 @@ declare module 'readline' {
|
|
|
539
515
|
/**
|
|
540
516
|
* The `readline.moveCursor()` method moves the cursor _relative_ to its current
|
|
541
517
|
* position in a given `TTY` `stream`.
|
|
542
|
-
*
|
|
543
|
-
* ## Example: Tiny CLI
|
|
544
|
-
*
|
|
545
|
-
* The following example illustrates the use of `readline.Interface` class to
|
|
546
|
-
* implement a small command-line interface:
|
|
547
|
-
*
|
|
548
|
-
* ```js
|
|
549
|
-
* const readline = require('readline');
|
|
550
|
-
* const rl = readline.createInterface({
|
|
551
|
-
* input: process.stdin,
|
|
552
|
-
* output: process.stdout,
|
|
553
|
-
* prompt: 'OHAI> '
|
|
554
|
-
* });
|
|
555
|
-
*
|
|
556
|
-
* rl.prompt();
|
|
557
|
-
*
|
|
558
|
-
* rl.on('line', (line) => {
|
|
559
|
-
* switch (line.trim()) {
|
|
560
|
-
* case 'hello':
|
|
561
|
-
* console.log('world!');
|
|
562
|
-
* break;
|
|
563
|
-
* default:
|
|
564
|
-
* console.log(`Say what? I might have heard '${line.trim()}'`);
|
|
565
|
-
* break;
|
|
566
|
-
* }
|
|
567
|
-
* rl.prompt();
|
|
568
|
-
* }).on('close', () => {
|
|
569
|
-
* console.log('Have a great day!');
|
|
570
|
-
* process.exit(0);
|
|
571
|
-
* });
|
|
572
|
-
* ```
|
|
573
|
-
*
|
|
574
|
-
* ## Example: Read file stream line-by-Line
|
|
575
|
-
*
|
|
576
|
-
* A common use case for `readline` is to consume an input file one line at a
|
|
577
|
-
* time. The easiest way to do so is leveraging the `fs.ReadStream` API as
|
|
578
|
-
* well as a `for await...of` loop:
|
|
579
|
-
*
|
|
580
|
-
* ```js
|
|
581
|
-
* const fs = require('fs');
|
|
582
|
-
* const readline = require('readline');
|
|
583
|
-
*
|
|
584
|
-
* async function processLineByLine() {
|
|
585
|
-
* const fileStream = fs.createReadStream('input.txt');
|
|
586
|
-
*
|
|
587
|
-
* const rl = readline.createInterface({
|
|
588
|
-
* input: fileStream,
|
|
589
|
-
* crlfDelay: Infinity
|
|
590
|
-
* });
|
|
591
|
-
* // Note: we use the crlfDelay option to recognize all instances of CR LF
|
|
592
|
-
* // ('\r\n') in input.txt as a single line break.
|
|
593
|
-
*
|
|
594
|
-
* for await (const line of rl) {
|
|
595
|
-
* // Each line in input.txt will be successively available here as `line`.
|
|
596
|
-
* console.log(`Line from file: ${line}`);
|
|
597
|
-
* }
|
|
598
|
-
* }
|
|
599
|
-
*
|
|
600
|
-
* processLineByLine();
|
|
601
|
-
* ```
|
|
602
|
-
*
|
|
603
|
-
* Alternatively, one could use the `'line'` event:
|
|
604
|
-
*
|
|
605
|
-
* ```js
|
|
606
|
-
* const fs = require('fs');
|
|
607
|
-
* const readline = require('readline');
|
|
608
|
-
*
|
|
609
|
-
* const rl = readline.createInterface({
|
|
610
|
-
* input: fs.createReadStream('sample.txt'),
|
|
611
|
-
* crlfDelay: Infinity
|
|
612
|
-
* });
|
|
613
|
-
*
|
|
614
|
-
* rl.on('line', (line) => {
|
|
615
|
-
* console.log(`Line from file: ${line}`);
|
|
616
|
-
* });
|
|
617
|
-
* ```
|
|
618
|
-
*
|
|
619
|
-
* Currently, `for await...of` loop can be a bit slower. If `async` / `await`flow and speed are both essential, a mixed approach can be applied:
|
|
620
|
-
*
|
|
621
|
-
* ```js
|
|
622
|
-
* const { once } = require('events');
|
|
623
|
-
* const { createReadStream } = require('fs');
|
|
624
|
-
* const { createInterface } = require('readline');
|
|
625
|
-
*
|
|
626
|
-
* (async function processLineByLine() {
|
|
627
|
-
* try {
|
|
628
|
-
* const rl = createInterface({
|
|
629
|
-
* input: createReadStream('big-file.txt'),
|
|
630
|
-
* crlfDelay: Infinity
|
|
631
|
-
* });
|
|
632
|
-
*
|
|
633
|
-
* rl.on('line', (line) => {
|
|
634
|
-
* // Process the line.
|
|
635
|
-
* });
|
|
636
|
-
*
|
|
637
|
-
* await once(rl, 'close');
|
|
638
|
-
*
|
|
639
|
-
* console.log('File processed.');
|
|
640
|
-
* } catch (err) {
|
|
641
|
-
* console.error(err);
|
|
642
|
-
* }
|
|
643
|
-
* })();
|
|
644
|
-
* ```
|
|
645
518
|
* @since v0.7.7
|
|
646
519
|
* @param callback Invoked once the operation completes.
|
|
647
520
|
* @return `false` if `stream` wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`.
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* ```js
|
|
7
7
|
* const repl = require('node:repl');
|
|
8
8
|
* ```
|
|
9
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
9
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/repl.js)
|
|
10
10
|
*/
|
|
11
11
|
declare module 'repl' {
|
|
12
12
|
import { Interface, Completer, AsyncCompleter } from 'node:readline';
|
|
@@ -41,8 +41,8 @@ declare module 'repl' {
|
|
|
41
41
|
* error with `repl.Recoverable` to indicate the input was incomplete and prompt for
|
|
42
42
|
* additional lines.
|
|
43
43
|
*
|
|
44
|
-
* @see https://nodejs.org/dist/latest-
|
|
45
|
-
* @see https://nodejs.org/dist/latest-
|
|
44
|
+
* @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_default_evaluation
|
|
45
|
+
* @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_custom_evaluation_functions
|
|
46
46
|
*/
|
|
47
47
|
eval?: REPLEval | undefined;
|
|
48
48
|
/**
|
|
@@ -74,13 +74,13 @@ declare module 'repl' {
|
|
|
74
74
|
* The function to invoke to format the output of each command before writing to `output`.
|
|
75
75
|
* Default: a wrapper for `util.inspect`.
|
|
76
76
|
*
|
|
77
|
-
* @see https://nodejs.org/dist/latest-
|
|
77
|
+
* @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_customizing_repl_output
|
|
78
78
|
*/
|
|
79
79
|
writer?: REPLWriter | undefined;
|
|
80
80
|
/**
|
|
81
81
|
* An optional function used for custom Tab auto completion.
|
|
82
82
|
*
|
|
83
|
-
* @see https://nodejs.org/dist/latest-
|
|
83
|
+
* @see https://nodejs.org/dist/latest-v20.x/docs/api/readline.html#readline_use_of_the_completer_function
|
|
84
84
|
*/
|
|
85
85
|
completer?: Completer | AsyncCompleter | undefined;
|
|
86
86
|
/**
|
|
@@ -162,33 +162,33 @@ declare module 'repl' {
|
|
|
162
162
|
/**
|
|
163
163
|
* A value indicating whether the REPL is currently in "editor mode".
|
|
164
164
|
*
|
|
165
|
-
* @see https://nodejs.org/dist/latest-
|
|
165
|
+
* @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_commands_and_special_keys
|
|
166
166
|
*/
|
|
167
167
|
readonly editorMode: boolean;
|
|
168
168
|
/**
|
|
169
169
|
* A value indicating whether the `_` variable has been assigned.
|
|
170
170
|
*
|
|
171
|
-
* @see https://nodejs.org/dist/latest-
|
|
171
|
+
* @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable
|
|
172
172
|
*/
|
|
173
173
|
readonly underscoreAssigned: boolean;
|
|
174
174
|
/**
|
|
175
175
|
* The last evaluation result from the REPL (assigned to the `_` variable inside of the REPL).
|
|
176
176
|
*
|
|
177
|
-
* @see https://nodejs.org/dist/latest-
|
|
177
|
+
* @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable
|
|
178
178
|
*/
|
|
179
179
|
readonly last: any;
|
|
180
180
|
/**
|
|
181
181
|
* A value indicating whether the `_error` variable has been assigned.
|
|
182
182
|
*
|
|
183
183
|
* @since v9.8.0
|
|
184
|
-
* @see https://nodejs.org/dist/latest-
|
|
184
|
+
* @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable
|
|
185
185
|
*/
|
|
186
186
|
readonly underscoreErrAssigned: boolean;
|
|
187
187
|
/**
|
|
188
188
|
* The last error raised inside the REPL (assigned to the `_error` variable inside of the REPL).
|
|
189
189
|
*
|
|
190
190
|
* @since v9.8.0
|
|
191
|
-
* @see https://nodejs.org/dist/latest-
|
|
191
|
+
* @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable
|
|
192
192
|
*/
|
|
193
193
|
readonly lastError: any;
|
|
194
194
|
/**
|
|
@@ -240,7 +240,7 @@ declare module 'repl' {
|
|
|
240
240
|
*
|
|
241
241
|
* `REPLServer` cannot be subclassed due to implementation specifics in NodeJS.
|
|
242
242
|
*
|
|
243
|
-
* @see https://nodejs.org/dist/latest-
|
|
243
|
+
* @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_class_replserver
|
|
244
244
|
*/
|
|
245
245
|
private constructor();
|
|
246
246
|
/**
|
|
@@ -412,7 +412,7 @@ declare module 'repl' {
|
|
|
412
412
|
/**
|
|
413
413
|
* Indicates a recoverable error that a `REPLServer` can use to support multi-line input.
|
|
414
414
|
*
|
|
415
|
-
* @see https://nodejs.org/dist/latest-
|
|
415
|
+
* @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_recoverable_errors
|
|
416
416
|
*/
|
|
417
417
|
class Recoverable extends SyntaxError {
|
|
418
418
|
err: Error;
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
*
|
|
15
15
|
* The `node:stream` module is useful for creating new types of stream instances.
|
|
16
16
|
* It is usually not necessary to use the `node:stream` module to consume streams.
|
|
17
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
17
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/stream.js)
|
|
18
18
|
*/
|
|
19
19
|
declare module 'stream' {
|
|
20
20
|
import { EventEmitter, Abortable } from 'node:events';
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
* decoder.write(Buffer.from([0x82]));
|
|
37
37
|
* console.log(decoder.end(Buffer.from([0xAC])));
|
|
38
38
|
* ```
|
|
39
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
39
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/string_decoder.js)
|
|
40
40
|
*/
|
|
41
41
|
declare module 'string_decoder' {
|
|
42
42
|
class StringDecoder {
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
*
|
|
77
77
|
* If any tests fail, the process exit code is set to `1`.
|
|
78
78
|
* @since v18.0.0, v16.17.0
|
|
79
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
79
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/test.js)
|
|
80
80
|
*/
|
|
81
81
|
declare module 'node:test' {
|
|
82
82
|
import { Readable } from 'node:stream';
|
|
@@ -135,6 +135,22 @@ declare module 'node:test' {
|
|
|
135
135
|
function test(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>;
|
|
136
136
|
function test(options?: TestOptions, fn?: TestFn): Promise<void>;
|
|
137
137
|
function test(fn?: TestFn): Promise<void>;
|
|
138
|
+
namespace test {
|
|
139
|
+
export {
|
|
140
|
+
after,
|
|
141
|
+
afterEach,
|
|
142
|
+
before,
|
|
143
|
+
beforeEach,
|
|
144
|
+
describe,
|
|
145
|
+
it,
|
|
146
|
+
run,
|
|
147
|
+
mock,
|
|
148
|
+
test,
|
|
149
|
+
skip,
|
|
150
|
+
todo,
|
|
151
|
+
only
|
|
152
|
+
};
|
|
153
|
+
}
|
|
138
154
|
/**
|
|
139
155
|
* The `describe()` function imported from the `node:test` module. Each
|
|
140
156
|
* invocation of this function results in the creation of a Subtest.
|
|
@@ -164,6 +180,14 @@ declare module 'node:test' {
|
|
|
164
180
|
function todo(name?: string, fn?: SuiteFn): void;
|
|
165
181
|
function todo(options?: TestOptions, fn?: SuiteFn): void;
|
|
166
182
|
function todo(fn?: SuiteFn): void;
|
|
183
|
+
/**
|
|
184
|
+
* Shorthand for marking a suite as `only`, same as `describe([name], { only: true }[, fn])`.
|
|
185
|
+
* @since v18.15.0
|
|
186
|
+
*/
|
|
187
|
+
function only(name?: string, options?: TestOptions, fn?: SuiteFn): void;
|
|
188
|
+
function only(name?: string, fn?: SuiteFn): void;
|
|
189
|
+
function only(options?: TestOptions, fn?: SuiteFn): void;
|
|
190
|
+
function only(fn?: SuiteFn): void;
|
|
167
191
|
}
|
|
168
192
|
/**
|
|
169
193
|
* Shorthand for `test()`.
|
|
@@ -171,22 +195,58 @@ declare module 'node:test' {
|
|
|
171
195
|
* The `it()` function is imported from the `node:test` module.
|
|
172
196
|
* @since v18.6.0, v16.17.0
|
|
173
197
|
*/
|
|
174
|
-
function it(name?: string, options?: TestOptions, fn?:
|
|
175
|
-
function it(name?: string, fn?:
|
|
176
|
-
function it(options?: TestOptions, fn?:
|
|
177
|
-
function it(fn?:
|
|
198
|
+
function it(name?: string, options?: TestOptions, fn?: TestFn): void;
|
|
199
|
+
function it(name?: string, fn?: TestFn): void;
|
|
200
|
+
function it(options?: TestOptions, fn?: TestFn): void;
|
|
201
|
+
function it(fn?: TestFn): void;
|
|
178
202
|
namespace it {
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
function skip(options?: TestOptions, fn?:
|
|
183
|
-
function skip(fn?:
|
|
184
|
-
|
|
185
|
-
function
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
203
|
+
/**
|
|
204
|
+
* Shorthand for skipping a test, same as `it([name], { skip: true }[, fn])`.
|
|
205
|
+
*/
|
|
206
|
+
function skip(name?: string, options?: TestOptions, fn?: TestFn): void;
|
|
207
|
+
function skip(name?: string, fn?: TestFn): void;
|
|
208
|
+
function skip(options?: TestOptions, fn?: TestFn): void;
|
|
209
|
+
function skip(fn?: TestFn): void;
|
|
210
|
+
/**
|
|
211
|
+
* Shorthand for marking a test as `TODO`, same as `it([name], { todo: true }[, fn])`.
|
|
212
|
+
*/
|
|
213
|
+
function todo(name?: string, options?: TestOptions, fn?: TestFn): void;
|
|
214
|
+
function todo(name?: string, fn?: TestFn): void;
|
|
215
|
+
function todo(options?: TestOptions, fn?: TestFn): void;
|
|
216
|
+
function todo(fn?: TestFn): void;
|
|
217
|
+
/**
|
|
218
|
+
* Shorthand for marking a test as `only`, same as `it([name], { only: true }[, fn])`.
|
|
219
|
+
* @since v18.15.0
|
|
220
|
+
*/
|
|
221
|
+
function only(name?: string, options?: TestOptions, fn?: TestFn): void;
|
|
222
|
+
function only(name?: string, fn?: TestFn): void;
|
|
223
|
+
function only(options?: TestOptions, fn?: TestFn): void;
|
|
224
|
+
function only(fn?: TestFn): void;
|
|
189
225
|
}
|
|
226
|
+
/**
|
|
227
|
+
* Shorthand for skipping a test, same as `test([name], { skip: true }[, fn])`.
|
|
228
|
+
* @since v20.2.0
|
|
229
|
+
*/
|
|
230
|
+
function skip(name?: string, options?: TestOptions, fn?: TestFn): void;
|
|
231
|
+
function skip(name?: string, fn?: TestFn): void;
|
|
232
|
+
function skip(options?: TestOptions, fn?: TestFn): void;
|
|
233
|
+
function skip(fn?: TestFn): void;
|
|
234
|
+
/**
|
|
235
|
+
* Shorthand for marking a test as `TODO`, same as `test([name], { todo: true }[, fn])`.
|
|
236
|
+
* @since v20.2.0
|
|
237
|
+
*/
|
|
238
|
+
function todo(name?: string, options?: TestOptions, fn?: TestFn): void;
|
|
239
|
+
function todo(name?: string, fn?: TestFn): void;
|
|
240
|
+
function todo(options?: TestOptions, fn?: TestFn): void;
|
|
241
|
+
function todo(fn?: TestFn): void;
|
|
242
|
+
/**
|
|
243
|
+
* Shorthand for marking a test as `only`, same as `test([name], { only: true }[, fn])`.
|
|
244
|
+
* @since v20.2.0
|
|
245
|
+
*/
|
|
246
|
+
function only(name?: string, options?: TestOptions, fn?: TestFn): void;
|
|
247
|
+
function only(name?: string, fn?: TestFn): void;
|
|
248
|
+
function only(options?: TestOptions, fn?: TestFn): void;
|
|
249
|
+
function only(fn?: TestFn): void;
|
|
190
250
|
/**
|
|
191
251
|
* The type of a function under test. The first argument to this function is a
|
|
192
252
|
* {@link TestContext} object. If the test uses callbacks, the callback function is passed as
|
|
@@ -198,11 +258,6 @@ declare module 'node:test' {
|
|
|
198
258
|
* If the test uses callbacks, the callback function is passed as an argument
|
|
199
259
|
*/
|
|
200
260
|
type SuiteFn = (done: (result?: any) => void) => void;
|
|
201
|
-
/**
|
|
202
|
-
* The type of a function under test.
|
|
203
|
-
* If the test uses callbacks, the callback function is passed as an argument
|
|
204
|
-
*/
|
|
205
|
-
type ItFn = (done: (result?: any) => void) => any;
|
|
206
261
|
interface RunOptions {
|
|
207
262
|
/**
|
|
208
263
|
* If a number is provided, then that many files would run in parallel.
|
|
@@ -993,5 +1048,5 @@ declare module 'node:test' {
|
|
|
993
1048
|
*/
|
|
994
1049
|
restore(): void;
|
|
995
1050
|
}
|
|
996
|
-
export { test as default, run, test, describe, it, before, after, beforeEach, afterEach, mock };
|
|
1051
|
+
export { test as default, run, test, describe, it, before, after, beforeEach, afterEach, mock, skip, only, todo };
|
|
997
1052
|
}
|