cloudstructs 0.6.43 → 0.6.44
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 +2 -2
- package/assets/slack-app/provider.lambda/index.js +171 -171
- package/assets/slack-textract/detect.lambda/index.js +413 -413
- package/assets/ssl-server-test/analyze.lambda/index.js +171 -171
- 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 +2 -2
- package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +33 -33
- 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 +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +9 -1
- package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +48 -13
- package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +22 -15
- package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +10 -8
- package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +372 -342
- package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +2 -2
- package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +10 -9
- package/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +19 -5
- package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +2 -1
- package/node_modules/@slack/logger/node_modules/@types/node/package.json +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +8 -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 +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +5 -5
- package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/assert.d.ts +2 -2
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/buffer.d.ts +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/child_process.d.ts +33 -33
- 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 +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dgram.d.ts +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dns/promises.d.ts +9 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dns.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/events.d.ts +84 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/fs/promises.d.ts +22 -15
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/fs.d.ts +10 -8
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/globals.d.ts +372 -342
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/http.d.ts +2 -2
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/http2.d.ts +10 -9
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/module.d.ts +19 -5
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/os.d.ts +2 -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/process.d.ts +8 -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 +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/stream.d.ts +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/test.d.ts +5 -5
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/timers.d.ts +3 -3
- 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/url.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/util.d.ts +0 -3
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/vm.d.ts +8 -6
- 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 +2 -2
- package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +0 -3
- package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +8 -6
- 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 +2 -2
- 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 +2 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +33 -33
- 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 +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +9 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +48 -13
- package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +22 -15
- package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +10 -8
- package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +372 -342
- package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +2 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +10 -9
- package/node_modules/@slack/web-api/node_modules/@types/node/module.d.ts +19 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +2 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/package.json +3 -3
- 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/process.d.ts +8 -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 +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +5 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +3 -3
- 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/ts4.8/assert.d.ts +2 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/buffer.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/child_process.d.ts +33 -33
- 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 +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dgram.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dns/promises.d.ts +9 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dns.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/events.d.ts +84 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/fs/promises.d.ts +22 -15
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/fs.d.ts +10 -8
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/globals.d.ts +372 -342
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/http.d.ts +2 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/http2.d.ts +10 -9
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/module.d.ts +19 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/os.d.ts +2 -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/process.d.ts +8 -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 +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/stream.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/test.d.ts +5 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/timers.d.ts +3 -3
- 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/url.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/util.d.ts +0 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/vm.d.ts +8 -6
- 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 +2 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +0 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +8 -6
- 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 +2 -2
- 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 +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +33 -33
- 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 +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +9 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +48 -13
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +22 -15
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +10 -8
- package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +372 -342
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +10 -9
- package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +19 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +2 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +3 -3
- 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/process.d.ts +8 -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 +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +5 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +3 -3
- 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/ts4.8/assert.d.ts +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/buffer.d.ts +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/child_process.d.ts +33 -33
- 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 +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dgram.d.ts +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dns/promises.d.ts +9 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dns.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/events.d.ts +84 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/fs/promises.d.ts +22 -15
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/fs.d.ts +10 -8
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/globals.d.ts +372 -342
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/http.d.ts +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/http2.d.ts +10 -9
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/module.d.ts +19 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/os.d.ts +2 -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/process.d.ts +8 -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 +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream.d.ts +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/test.d.ts +5 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/timers.d.ts +3 -3
- 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/url.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/util.d.ts +0 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/vm.d.ts +8 -6
- 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 +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +0 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +8 -6
- 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 +2 -2
- 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 +2 -2
- package/node_modules/@types/is-stream/node_modules/@types/node/buffer.d.ts +4 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/child_process.d.ts +33 -33
- 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 +4 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/dgram.d.ts +4 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/dns/promises.d.ts +9 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/dns.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/events.d.ts +48 -13
- package/node_modules/@types/is-stream/node_modules/@types/node/fs/promises.d.ts +22 -15
- package/node_modules/@types/is-stream/node_modules/@types/node/fs.d.ts +10 -8
- package/node_modules/@types/is-stream/node_modules/@types/node/globals.d.ts +372 -342
- package/node_modules/@types/is-stream/node_modules/@types/node/http.d.ts +2 -2
- package/node_modules/@types/is-stream/node_modules/@types/node/http2.d.ts +10 -9
- package/node_modules/@types/is-stream/node_modules/@types/node/module.d.ts +19 -5
- package/node_modules/@types/is-stream/node_modules/@types/node/os.d.ts +2 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/package.json +3 -3
- 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/process.d.ts +8 -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 +3 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/stream.d.ts +4 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/test.d.ts +5 -5
- package/node_modules/@types/is-stream/node_modules/@types/node/timers.d.ts +3 -3
- 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/ts4.8/assert.d.ts +2 -2
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/buffer.d.ts +4 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/child_process.d.ts +33 -33
- 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 +4 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dgram.d.ts +4 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dns/promises.d.ts +9 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dns.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/events.d.ts +84 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/fs/promises.d.ts +22 -15
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/fs.d.ts +10 -8
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/globals.d.ts +372 -342
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/http.d.ts +2 -2
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/http2.d.ts +10 -9
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/module.d.ts +19 -5
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/os.d.ts +2 -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/process.d.ts +8 -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 +3 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/stream.d.ts +4 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/test.d.ts +5 -5
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/timers.d.ts +3 -3
- 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/url.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/util.d.ts +0 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/vm.d.ts +8 -6
- 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 +2 -2
- package/node_modules/@types/is-stream/node_modules/@types/node/url.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/util.d.ts +0 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/vm.d.ts +8 -6
- 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 +2 -2
- 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 +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +33 -33
- 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 +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +9 -1
- package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +48 -13
- package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +22 -15
- package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +10 -8
- package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +372 -342
- package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +10 -9
- package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +19 -5
- package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +2 -1
- package/node_modules/@types/keyv/node_modules/@types/node/package.json +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +8 -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 +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +5 -5
- package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/assert.d.ts +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/buffer.d.ts +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/child_process.d.ts +33 -33
- 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 +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dgram.d.ts +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dns/promises.d.ts +9 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dns.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/events.d.ts +84 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/fs/promises.d.ts +22 -15
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/fs.d.ts +10 -8
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/globals.d.ts +372 -342
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/http.d.ts +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/http2.d.ts +10 -9
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/module.d.ts +19 -5
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/os.d.ts +2 -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/process.d.ts +8 -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 +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream.d.ts +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/test.d.ts +5 -5
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/timers.d.ts +3 -3
- 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/url.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/util.d.ts +0 -3
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/vm.d.ts +8 -6
- 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 +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +0 -3
- package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +8 -6
- 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 +2 -2
- 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 +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +33 -33
- 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 +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +9 -1
- package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +48 -13
- package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +22 -15
- package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +10 -8
- package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +372 -342
- package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +10 -9
- package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +19 -5
- package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +2 -1
- package/node_modules/@types/responselike/node_modules/@types/node/package.json +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +8 -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 +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +5 -5
- package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/assert.d.ts +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/buffer.d.ts +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/child_process.d.ts +33 -33
- 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 +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dgram.d.ts +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dns/promises.d.ts +9 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dns.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/events.d.ts +84 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/fs/promises.d.ts +22 -15
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/fs.d.ts +10 -8
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/globals.d.ts +372 -342
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/http.d.ts +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/http2.d.ts +10 -9
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/module.d.ts +19 -5
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/os.d.ts +2 -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/process.d.ts +8 -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 +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream.d.ts +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/test.d.ts +5 -5
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/timers.d.ts +3 -3
- 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/url.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/util.d.ts +0 -3
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/vm.d.ts +8 -6
- 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 +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +0 -3
- package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +8 -6
- 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 +2 -2
- package/package.json +20 -21
- /package/node_modules/{cacheable-request/node_modules/get-stream → get-stream}/buffer-stream.js +0 -0
- /package/node_modules/{cacheable-request/node_modules/get-stream → get-stream}/index.d.ts +0 -0
- /package/node_modules/{cacheable-request/node_modules/get-stream → get-stream}/index.js +0 -0
- /package/node_modules/{cacheable-request/node_modules/get-stream → get-stream}/license +0 -0
- /package/node_modules/{cacheable-request/node_modules/get-stream → get-stream}/package.json +0 -0
- /package/node_modules/{cacheable-request/node_modules/get-stream → get-stream}/readme.md +0 -0
- /package/node_modules/{p-retry/node_modules/retry → retry}/License +0 -0
- /package/node_modules/{p-retry/node_modules/retry → retry}/README.md +0 -0
- /package/node_modules/{p-retry/node_modules/retry → retry}/example/dns.js +0 -0
- /package/node_modules/{p-retry/node_modules/retry → retry}/example/stop.js +0 -0
- /package/node_modules/{p-retry/node_modules/retry → retry}/index.js +0 -0
- /package/node_modules/{p-retry/node_modules/retry → retry}/lib/retry.js +0 -0
- /package/node_modules/{p-retry/node_modules/retry → retry}/lib/retry_operation.js +0 -0
- /package/node_modules/{p-retry/node_modules/retry → retry}/package.json +0 -0
|
@@ -833,50 +833,50 @@ declare module "child_process" {
|
|
|
833
833
|
// overloads of spawn with 'args'
|
|
834
834
|
function spawn(
|
|
835
835
|
command: string,
|
|
836
|
-
args?:
|
|
836
|
+
args?: readonly string[],
|
|
837
837
|
options?: SpawnOptionsWithoutStdio,
|
|
838
838
|
): ChildProcessWithoutNullStreams;
|
|
839
839
|
function spawn(
|
|
840
840
|
command: string,
|
|
841
|
-
args:
|
|
841
|
+
args: readonly string[],
|
|
842
842
|
options: SpawnOptionsWithStdioTuple<StdioPipe, StdioPipe, StdioPipe>,
|
|
843
843
|
): ChildProcessByStdio<Writable, Readable, Readable>;
|
|
844
844
|
function spawn(
|
|
845
845
|
command: string,
|
|
846
|
-
args:
|
|
846
|
+
args: readonly string[],
|
|
847
847
|
options: SpawnOptionsWithStdioTuple<StdioPipe, StdioPipe, StdioNull>,
|
|
848
848
|
): ChildProcessByStdio<Writable, Readable, null>;
|
|
849
849
|
function spawn(
|
|
850
850
|
command: string,
|
|
851
|
-
args:
|
|
851
|
+
args: readonly string[],
|
|
852
852
|
options: SpawnOptionsWithStdioTuple<StdioPipe, StdioNull, StdioPipe>,
|
|
853
853
|
): ChildProcessByStdio<Writable, null, Readable>;
|
|
854
854
|
function spawn(
|
|
855
855
|
command: string,
|
|
856
|
-
args:
|
|
856
|
+
args: readonly string[],
|
|
857
857
|
options: SpawnOptionsWithStdioTuple<StdioNull, StdioPipe, StdioPipe>,
|
|
858
858
|
): ChildProcessByStdio<null, Readable, Readable>;
|
|
859
859
|
function spawn(
|
|
860
860
|
command: string,
|
|
861
|
-
args:
|
|
861
|
+
args: readonly string[],
|
|
862
862
|
options: SpawnOptionsWithStdioTuple<StdioPipe, StdioNull, StdioNull>,
|
|
863
863
|
): ChildProcessByStdio<Writable, null, null>;
|
|
864
864
|
function spawn(
|
|
865
865
|
command: string,
|
|
866
|
-
args:
|
|
866
|
+
args: readonly string[],
|
|
867
867
|
options: SpawnOptionsWithStdioTuple<StdioNull, StdioPipe, StdioNull>,
|
|
868
868
|
): ChildProcessByStdio<null, Readable, null>;
|
|
869
869
|
function spawn(
|
|
870
870
|
command: string,
|
|
871
|
-
args:
|
|
871
|
+
args: readonly string[],
|
|
872
872
|
options: SpawnOptionsWithStdioTuple<StdioNull, StdioNull, StdioPipe>,
|
|
873
873
|
): ChildProcessByStdio<null, null, Readable>;
|
|
874
874
|
function spawn(
|
|
875
875
|
command: string,
|
|
876
|
-
args:
|
|
876
|
+
args: readonly string[],
|
|
877
877
|
options: SpawnOptionsWithStdioTuple<StdioNull, StdioNull, StdioNull>,
|
|
878
878
|
): ChildProcessByStdio<null, null, null>;
|
|
879
|
-
function spawn(command: string, args:
|
|
879
|
+
function spawn(command: string, args: readonly string[], options: SpawnOptions): ChildProcess;
|
|
880
880
|
interface ExecOptions extends CommonOptions {
|
|
881
881
|
shell?: string | undefined;
|
|
882
882
|
signal?: AbortSignal | undefined;
|
|
@@ -1150,10 +1150,10 @@ declare module "child_process" {
|
|
|
1150
1150
|
file: string,
|
|
1151
1151
|
options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null,
|
|
1152
1152
|
): ChildProcess;
|
|
1153
|
-
function execFile(file: string, args?:
|
|
1153
|
+
function execFile(file: string, args?: readonly string[] | null): ChildProcess;
|
|
1154
1154
|
function execFile(
|
|
1155
1155
|
file: string,
|
|
1156
|
-
args:
|
|
1156
|
+
args: readonly string[] | undefined | null,
|
|
1157
1157
|
options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null,
|
|
1158
1158
|
): ChildProcess;
|
|
1159
1159
|
// no `options` definitely means stdout/stderr are `string`.
|
|
@@ -1163,7 +1163,7 @@ declare module "child_process" {
|
|
|
1163
1163
|
): ChildProcess;
|
|
1164
1164
|
function execFile(
|
|
1165
1165
|
file: string,
|
|
1166
|
-
args:
|
|
1166
|
+
args: readonly string[] | undefined | null,
|
|
1167
1167
|
callback: (error: ExecFileException | null, stdout: string, stderr: string) => void,
|
|
1168
1168
|
): ChildProcess;
|
|
1169
1169
|
// `options` with `"buffer"` or `null` for `encoding` means stdout/stderr are definitely `Buffer`.
|
|
@@ -1174,7 +1174,7 @@ declare module "child_process" {
|
|
|
1174
1174
|
): ChildProcess;
|
|
1175
1175
|
function execFile(
|
|
1176
1176
|
file: string,
|
|
1177
|
-
args:
|
|
1177
|
+
args: readonly string[] | undefined | null,
|
|
1178
1178
|
options: ExecFileOptionsWithBufferEncoding,
|
|
1179
1179
|
callback: (error: ExecFileException | null, stdout: Buffer, stderr: Buffer) => void,
|
|
1180
1180
|
): ChildProcess;
|
|
@@ -1186,7 +1186,7 @@ declare module "child_process" {
|
|
|
1186
1186
|
): ChildProcess;
|
|
1187
1187
|
function execFile(
|
|
1188
1188
|
file: string,
|
|
1189
|
-
args:
|
|
1189
|
+
args: readonly string[] | undefined | null,
|
|
1190
1190
|
options: ExecFileOptionsWithStringEncoding,
|
|
1191
1191
|
callback: (error: ExecFileException | null, stdout: string, stderr: string) => void,
|
|
1192
1192
|
): ChildProcess;
|
|
@@ -1199,7 +1199,7 @@ declare module "child_process" {
|
|
|
1199
1199
|
): ChildProcess;
|
|
1200
1200
|
function execFile(
|
|
1201
1201
|
file: string,
|
|
1202
|
-
args:
|
|
1202
|
+
args: readonly string[] | undefined | null,
|
|
1203
1203
|
options: ExecFileOptionsWithOtherEncoding,
|
|
1204
1204
|
callback: (error: ExecFileException | null, stdout: string | Buffer, stderr: string | Buffer) => void,
|
|
1205
1205
|
): ChildProcess;
|
|
@@ -1211,7 +1211,7 @@ declare module "child_process" {
|
|
|
1211
1211
|
): ChildProcess;
|
|
1212
1212
|
function execFile(
|
|
1213
1213
|
file: string,
|
|
1214
|
-
args:
|
|
1214
|
+
args: readonly string[] | undefined | null,
|
|
1215
1215
|
options: ExecFileOptions,
|
|
1216
1216
|
callback: (error: ExecFileException | null, stdout: string, stderr: string) => void,
|
|
1217
1217
|
): ChildProcess;
|
|
@@ -1226,7 +1226,7 @@ declare module "child_process" {
|
|
|
1226
1226
|
): ChildProcess;
|
|
1227
1227
|
function execFile(
|
|
1228
1228
|
file: string,
|
|
1229
|
-
args:
|
|
1229
|
+
args: readonly string[] | undefined | null,
|
|
1230
1230
|
options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null,
|
|
1231
1231
|
callback:
|
|
1232
1232
|
| ((error: ExecFileException | null, stdout: string | Buffer, stderr: string | Buffer) => void)
|
|
@@ -1240,7 +1240,7 @@ declare module "child_process" {
|
|
|
1240
1240
|
}>;
|
|
1241
1241
|
function __promisify__(
|
|
1242
1242
|
file: string,
|
|
1243
|
-
args:
|
|
1243
|
+
args: readonly string[] | undefined | null,
|
|
1244
1244
|
): PromiseWithChild<{
|
|
1245
1245
|
stdout: string;
|
|
1246
1246
|
stderr: string;
|
|
@@ -1254,7 +1254,7 @@ declare module "child_process" {
|
|
|
1254
1254
|
}>;
|
|
1255
1255
|
function __promisify__(
|
|
1256
1256
|
file: string,
|
|
1257
|
-
args:
|
|
1257
|
+
args: readonly string[] | undefined | null,
|
|
1258
1258
|
options: ExecFileOptionsWithBufferEncoding,
|
|
1259
1259
|
): PromiseWithChild<{
|
|
1260
1260
|
stdout: Buffer;
|
|
@@ -1269,7 +1269,7 @@ declare module "child_process" {
|
|
|
1269
1269
|
}>;
|
|
1270
1270
|
function __promisify__(
|
|
1271
1271
|
file: string,
|
|
1272
|
-
args:
|
|
1272
|
+
args: readonly string[] | undefined | null,
|
|
1273
1273
|
options: ExecFileOptionsWithStringEncoding,
|
|
1274
1274
|
): PromiseWithChild<{
|
|
1275
1275
|
stdout: string;
|
|
@@ -1284,7 +1284,7 @@ declare module "child_process" {
|
|
|
1284
1284
|
}>;
|
|
1285
1285
|
function __promisify__(
|
|
1286
1286
|
file: string,
|
|
1287
|
-
args:
|
|
1287
|
+
args: readonly string[] | undefined | null,
|
|
1288
1288
|
options: ExecFileOptionsWithOtherEncoding,
|
|
1289
1289
|
): PromiseWithChild<{
|
|
1290
1290
|
stdout: string | Buffer;
|
|
@@ -1299,7 +1299,7 @@ declare module "child_process" {
|
|
|
1299
1299
|
}>;
|
|
1300
1300
|
function __promisify__(
|
|
1301
1301
|
file: string,
|
|
1302
|
-
args:
|
|
1302
|
+
args: readonly string[] | undefined | null,
|
|
1303
1303
|
options: ExecFileOptions,
|
|
1304
1304
|
): PromiseWithChild<{
|
|
1305
1305
|
stdout: string;
|
|
@@ -1314,7 +1314,7 @@ declare module "child_process" {
|
|
|
1314
1314
|
}>;
|
|
1315
1315
|
function __promisify__(
|
|
1316
1316
|
file: string,
|
|
1317
|
-
args:
|
|
1317
|
+
args: readonly string[] | undefined | null,
|
|
1318
1318
|
options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null,
|
|
1319
1319
|
): PromiseWithChild<{
|
|
1320
1320
|
stdout: string | Buffer;
|
|
@@ -1388,7 +1388,7 @@ declare module "child_process" {
|
|
|
1388
1388
|
* @param args List of string arguments.
|
|
1389
1389
|
*/
|
|
1390
1390
|
function fork(modulePath: string, options?: ForkOptions): ChildProcess;
|
|
1391
|
-
function fork(modulePath: string, args?:
|
|
1391
|
+
function fork(modulePath: string, args?: readonly string[], options?: ForkOptions): ChildProcess;
|
|
1392
1392
|
interface SpawnSyncOptions extends CommonSpawnOptions {
|
|
1393
1393
|
input?: string | NodeJS.ArrayBufferView | undefined;
|
|
1394
1394
|
maxBuffer?: number | undefined;
|
|
@@ -1428,20 +1428,20 @@ declare module "child_process" {
|
|
|
1428
1428
|
function spawnSync(command: string, options: SpawnSyncOptionsWithStringEncoding): SpawnSyncReturns<string>;
|
|
1429
1429
|
function spawnSync(command: string, options: SpawnSyncOptionsWithBufferEncoding): SpawnSyncReturns<Buffer>;
|
|
1430
1430
|
function spawnSync(command: string, options?: SpawnSyncOptions): SpawnSyncReturns<string | Buffer>;
|
|
1431
|
-
function spawnSync(command: string, args:
|
|
1431
|
+
function spawnSync(command: string, args: readonly string[]): SpawnSyncReturns<Buffer>;
|
|
1432
1432
|
function spawnSync(
|
|
1433
1433
|
command: string,
|
|
1434
|
-
args:
|
|
1434
|
+
args: readonly string[],
|
|
1435
1435
|
options: SpawnSyncOptionsWithStringEncoding,
|
|
1436
1436
|
): SpawnSyncReturns<string>;
|
|
1437
1437
|
function spawnSync(
|
|
1438
1438
|
command: string,
|
|
1439
|
-
args:
|
|
1439
|
+
args: readonly string[],
|
|
1440
1440
|
options: SpawnSyncOptionsWithBufferEncoding,
|
|
1441
1441
|
): SpawnSyncReturns<Buffer>;
|
|
1442
1442
|
function spawnSync(
|
|
1443
1443
|
command: string,
|
|
1444
|
-
args?:
|
|
1444
|
+
args?: readonly string[],
|
|
1445
1445
|
options?: SpawnSyncOptions,
|
|
1446
1446
|
): SpawnSyncReturns<string | Buffer>;
|
|
1447
1447
|
interface CommonExecOptions extends CommonOptions {
|
|
@@ -1522,18 +1522,18 @@ declare module "child_process" {
|
|
|
1522
1522
|
function execFileSync(file: string, options: ExecFileSyncOptionsWithStringEncoding): string;
|
|
1523
1523
|
function execFileSync(file: string, options: ExecFileSyncOptionsWithBufferEncoding): Buffer;
|
|
1524
1524
|
function execFileSync(file: string, options?: ExecFileSyncOptions): string | Buffer;
|
|
1525
|
-
function execFileSync(file: string, args:
|
|
1525
|
+
function execFileSync(file: string, args: readonly string[]): Buffer;
|
|
1526
1526
|
function execFileSync(
|
|
1527
1527
|
file: string,
|
|
1528
|
-
args:
|
|
1528
|
+
args: readonly string[],
|
|
1529
1529
|
options: ExecFileSyncOptionsWithStringEncoding,
|
|
1530
1530
|
): string;
|
|
1531
1531
|
function execFileSync(
|
|
1532
1532
|
file: string,
|
|
1533
|
-
args:
|
|
1533
|
+
args: readonly string[],
|
|
1534
1534
|
options: ExecFileSyncOptionsWithBufferEncoding,
|
|
1535
1535
|
): Buffer;
|
|
1536
|
-
function execFileSync(file: string, args?:
|
|
1536
|
+
function execFileSync(file: string, args?: readonly string[], options?: ExecFileSyncOptions): string | Buffer;
|
|
1537
1537
|
}
|
|
1538
1538
|
declare module "node:child_process" {
|
|
1539
1539
|
export * from "child_process";
|
|
@@ -250,7 +250,7 @@ declare module "node:console" {
|
|
|
250
250
|
* @since v10.0.0
|
|
251
251
|
* @param properties Alternate properties for constructing the table.
|
|
252
252
|
*/
|
|
253
|
-
table(tabularData: any, properties?:
|
|
253
|
+
table(tabularData: any, properties?: readonly string[]): void;
|
|
254
254
|
/**
|
|
255
255
|
* Starts a timer that can be used to compute the duration of an operation. Timers
|
|
256
256
|
* are identified by a unique `label`. Use the same `label` when calling {@link timeEnd} to stop the timer and output the elapsed time in
|
|
@@ -4208,7 +4208,7 @@ declare module "crypto" {
|
|
|
4208
4208
|
| HkdfParams
|
|
4209
4209
|
| Pbkdf2Params,
|
|
4210
4210
|
extractable: boolean,
|
|
4211
|
-
keyUsages:
|
|
4211
|
+
keyUsages: readonly KeyUsage[],
|
|
4212
4212
|
): Promise<CryptoKey>;
|
|
4213
4213
|
/**
|
|
4214
4214
|
* Using the method identified by `algorithm`, `subtle.digest()` attempts to generate a digest of `data`.
|
|
@@ -4288,12 +4288,12 @@ declare module "crypto" {
|
|
|
4288
4288
|
generateKey(
|
|
4289
4289
|
algorithm: RsaHashedKeyGenParams | EcKeyGenParams,
|
|
4290
4290
|
extractable: boolean,
|
|
4291
|
-
keyUsages:
|
|
4291
|
+
keyUsages: readonly KeyUsage[],
|
|
4292
4292
|
): Promise<CryptoKeyPair>;
|
|
4293
4293
|
generateKey(
|
|
4294
4294
|
algorithm: AesKeyGenParams | HmacKeyGenParams | Pbkdf2Params,
|
|
4295
4295
|
extractable: boolean,
|
|
4296
|
-
keyUsages:
|
|
4296
|
+
keyUsages: readonly KeyUsage[],
|
|
4297
4297
|
): Promise<CryptoKey>;
|
|
4298
4298
|
generateKey(
|
|
4299
4299
|
algorithm: AlgorithmIdentifier,
|
|
@@ -4320,7 +4320,7 @@ declare module "crypto" {
|
|
|
4320
4320
|
| HmacImportParams
|
|
4321
4321
|
| AesKeyAlgorithm,
|
|
4322
4322
|
extractable: boolean,
|
|
4323
|
-
keyUsages:
|
|
4323
|
+
keyUsages: readonly KeyUsage[],
|
|
4324
4324
|
): Promise<CryptoKey>;
|
|
4325
4325
|
importKey(
|
|
4326
4326
|
format: Exclude<KeyFormat, "jwk">,
|
|
@@ -342,18 +342,18 @@ declare module "dgram" {
|
|
|
342
342
|
* @param callback Called when the message has been sent.
|
|
343
343
|
*/
|
|
344
344
|
send(
|
|
345
|
-
msg: string | Uint8Array |
|
|
345
|
+
msg: string | Uint8Array | readonly any[],
|
|
346
346
|
port?: number,
|
|
347
347
|
address?: string,
|
|
348
348
|
callback?: (error: Error | null, bytes: number) => void,
|
|
349
349
|
): void;
|
|
350
350
|
send(
|
|
351
|
-
msg: string | Uint8Array |
|
|
351
|
+
msg: string | Uint8Array | readonly any[],
|
|
352
352
|
port?: number,
|
|
353
353
|
callback?: (error: Error | null, bytes: number) => void,
|
|
354
354
|
): void;
|
|
355
355
|
send(
|
|
356
|
-
msg: string | Uint8Array |
|
|
356
|
+
msg: string | Uint8Array | readonly any[],
|
|
357
357
|
callback?: (error: Error | null, bytes: number) => void,
|
|
358
358
|
): void;
|
|
359
359
|
send(
|
|
@@ -501,7 +501,7 @@ declare module "dgram" {
|
|
|
501
501
|
* process active, allowing the process to exit even if the socket is still
|
|
502
502
|
* listening.
|
|
503
503
|
*
|
|
504
|
-
* Calling `socket.unref()` multiple times will have no
|
|
504
|
+
* Calling `socket.unref()` multiple times will have no additional effect.
|
|
505
505
|
*
|
|
506
506
|
* The `socket.unref()` method returns a reference to the socket so calls can be
|
|
507
507
|
* chained.
|
|
@@ -307,6 +307,14 @@ declare module "dns/promises" {
|
|
|
307
307
|
* @since v10.6.0
|
|
308
308
|
*/
|
|
309
309
|
function reverse(ip: string): Promise<string[]>;
|
|
310
|
+
/**
|
|
311
|
+
* Get the default value for `verbatim` in {@link lookup} and `dnsPromises.lookup()`. The value could be:
|
|
312
|
+
*
|
|
313
|
+
* * `ipv4first`: for `verbatim` defaulting to `false`.
|
|
314
|
+
* * `verbatim`: for `verbatim` defaulting to `true`.
|
|
315
|
+
* @since v20.1.0
|
|
316
|
+
*/
|
|
317
|
+
function getDefaultResultOrder(): "ipv4first" | "verbatim";
|
|
310
318
|
/**
|
|
311
319
|
* Sets the IP address and port of servers to be used when performing DNS
|
|
312
320
|
* resolution. The `servers` argument is an array of [RFC 5952](https://tools.ietf.org/html/rfc5952#section-6) formatted
|
|
@@ -333,7 +341,7 @@ declare module "dns/promises" {
|
|
|
333
341
|
* @since v10.6.0
|
|
334
342
|
* @param servers array of `RFC 5952` formatted addresses
|
|
335
343
|
*/
|
|
336
|
-
function setServers(servers:
|
|
344
|
+
function setServers(servers: readonly string[]): void;
|
|
337
345
|
/**
|
|
338
346
|
* Set the default value of `verbatim` in `dns.lookup()` and `dnsPromises.lookup()`. The value could be:
|
|
339
347
|
*
|
|
@@ -661,7 +661,7 @@ declare module "dns" {
|
|
|
661
661
|
* @since v0.11.3
|
|
662
662
|
* @param servers array of `RFC 5952` formatted addresses
|
|
663
663
|
*/
|
|
664
|
-
export function setServers(servers:
|
|
664
|
+
export function setServers(servers: readonly string[]): void;
|
|
665
665
|
/**
|
|
666
666
|
* Returns an array of IP address strings, formatted according to [RFC 5952](https://tools.ietf.org/html/rfc5952#section-6),
|
|
667
667
|
* that are currently configured for DNS resolution. A string will include a port
|
|
@@ -470,13 +470,41 @@ declare module "events" {
|
|
|
470
470
|
}
|
|
471
471
|
|
|
472
472
|
/**
|
|
473
|
-
* Integrates `EventEmitter` with `AsyncResource` for `EventEmitter`s that
|
|
474
|
-
* manual async tracking. Specifically, all events emitted by instances
|
|
475
|
-
* `EventEmitterAsyncResource` will run within its async context
|
|
473
|
+
* Integrates `EventEmitter` with `AsyncResource` for `EventEmitter`s that
|
|
474
|
+
* require manual async tracking. Specifically, all events emitted by instances
|
|
475
|
+
* of `events.EventEmitterAsyncResource` will run within its `async context`.
|
|
476
476
|
*
|
|
477
|
-
*
|
|
478
|
-
*
|
|
479
|
-
*
|
|
477
|
+
* ```js
|
|
478
|
+
* import { EventEmitterAsyncResource, EventEmitter } from 'node:events';
|
|
479
|
+
* import { notStrictEqual, strictEqual } from 'node:assert';
|
|
480
|
+
* import { executionAsyncId, triggerAsyncId } from 'node:async_hooks';
|
|
481
|
+
*
|
|
482
|
+
* // Async tracking tooling will identify this as 'Q'.
|
|
483
|
+
* const ee1 = new EventEmitterAsyncResource({ name: 'Q' });
|
|
484
|
+
*
|
|
485
|
+
* // 'foo' listeners will run in the EventEmitters async context.
|
|
486
|
+
* ee1.on('foo', () => {
|
|
487
|
+
* strictEqual(executionAsyncId(), ee1.asyncId);
|
|
488
|
+
* strictEqual(triggerAsyncId(), ee1.triggerAsyncId);
|
|
489
|
+
* });
|
|
490
|
+
*
|
|
491
|
+
* const ee2 = new EventEmitter();
|
|
492
|
+
*
|
|
493
|
+
* // 'foo' listeners on ordinary EventEmitters that do not track async
|
|
494
|
+
* // context, however, run in the same async context as the emit().
|
|
495
|
+
* ee2.on('foo', () => {
|
|
496
|
+
* notStrictEqual(executionAsyncId(), ee2.asyncId);
|
|
497
|
+
* notStrictEqual(triggerAsyncId(), ee2.triggerAsyncId);
|
|
498
|
+
* });
|
|
499
|
+
*
|
|
500
|
+
* Promise.resolve().then(() => {
|
|
501
|
+
* ee1.emit('foo');
|
|
502
|
+
* ee2.emit('foo');
|
|
503
|
+
* });
|
|
504
|
+
* ```
|
|
505
|
+
*
|
|
506
|
+
* The `EventEmitterAsyncResource` class has the same methods and takes the
|
|
507
|
+
* same options as `EventEmitter` and `AsyncResource` themselves.
|
|
480
508
|
* @since v17.4.0, v16.14.0
|
|
481
509
|
*/
|
|
482
510
|
export class EventEmitterAsyncResource extends EventEmitter {
|
|
@@ -485,17 +513,24 @@ declare module "events" {
|
|
|
485
513
|
*/
|
|
486
514
|
constructor(options?: EventEmitterAsyncResourceOptions);
|
|
487
515
|
/**
|
|
488
|
-
* Call all destroy hooks. This should only ever be called once. An
|
|
489
|
-
*
|
|
490
|
-
*
|
|
491
|
-
*
|
|
516
|
+
* Call all `destroy` hooks. This should only ever be called once. An error will
|
|
517
|
+
* be thrown if it is called more than once. This **must** be manually called. If
|
|
518
|
+
* the resource is left to be collected by the GC then the `destroy` hooks will
|
|
519
|
+
* never be called.
|
|
492
520
|
*/
|
|
493
521
|
emitDestroy(): void;
|
|
494
|
-
/**
|
|
522
|
+
/**
|
|
523
|
+
* The unique `asyncId` assigned to the resource.
|
|
524
|
+
*/
|
|
495
525
|
readonly asyncId: number;
|
|
496
|
-
/**
|
|
526
|
+
/**
|
|
527
|
+
* The same triggerAsyncId that is passed to the AsyncResource constructor.
|
|
528
|
+
*/
|
|
497
529
|
readonly triggerAsyncId: number;
|
|
498
|
-
/**
|
|
530
|
+
/**
|
|
531
|
+
* The returned `AsyncResource` object has an additional `eventEmitter` property
|
|
532
|
+
* that provides a reference to this `EventEmitterAsyncResource`.
|
|
533
|
+
*/
|
|
499
534
|
readonly asyncResource: EventEmitterReferencingAsyncResource;
|
|
500
535
|
}
|
|
501
536
|
}
|
|
@@ -82,6 +82,7 @@ declare module "fs/promises" {
|
|
|
82
82
|
emitClose?: boolean | undefined;
|
|
83
83
|
start?: number | undefined;
|
|
84
84
|
highWaterMark?: number | undefined;
|
|
85
|
+
flush?: boolean | undefined;
|
|
85
86
|
}
|
|
86
87
|
interface ReadableWebStreamOptions {
|
|
87
88
|
/**
|
|
@@ -107,7 +108,10 @@ declare module "fs/promises" {
|
|
|
107
108
|
*/
|
|
108
109
|
appendFile(
|
|
109
110
|
data: string | Uint8Array,
|
|
110
|
-
options?:
|
|
111
|
+
options?:
|
|
112
|
+
| (ObjectEncodingOptions & FlagAndOpenMode & { flush?: boolean | undefined })
|
|
113
|
+
| BufferEncoding
|
|
114
|
+
| null,
|
|
111
115
|
): Promise<void>;
|
|
112
116
|
/**
|
|
113
117
|
* Changes the ownership of the file. A wrapper for [`chown(2)`](http://man7.org/linux/man-pages/man2/chown.2.html).
|
|
@@ -366,7 +370,7 @@ declare module "fs/promises" {
|
|
|
366
370
|
*/
|
|
367
371
|
truncate(len?: number): Promise<void>;
|
|
368
372
|
/**
|
|
369
|
-
* Change the file system timestamps of the object referenced by the `FileHandle` then
|
|
373
|
+
* Change the file system timestamps of the object referenced by the `FileHandle` then fulfills the promise with no arguments upon success.
|
|
370
374
|
* @since v10.0.0
|
|
371
375
|
*/
|
|
372
376
|
utimes(atime: TimeLike, mtime: TimeLike): Promise<void>;
|
|
@@ -374,14 +378,14 @@ declare module "fs/promises" {
|
|
|
374
378
|
* Asynchronously writes data to a file, replacing the file if it already exists.`data` can be a string, a buffer, an
|
|
375
379
|
* [AsyncIterable](https://tc39.github.io/ecma262/#sec-asynciterable-interface), or an
|
|
376
380
|
* [Iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#The_iterable_protocol) object.
|
|
377
|
-
* The promise is
|
|
381
|
+
* The promise is fulfilled with no arguments upon success.
|
|
378
382
|
*
|
|
379
383
|
* If `options` is a string, then it specifies the `encoding`.
|
|
380
384
|
*
|
|
381
385
|
* The `FileHandle` has to support writing.
|
|
382
386
|
*
|
|
383
387
|
* It is unsafe to use `filehandle.writeFile()` multiple times on the same file
|
|
384
|
-
* without waiting for the promise to be
|
|
388
|
+
* without waiting for the promise to be fulfilled (or rejected).
|
|
385
389
|
*
|
|
386
390
|
* If one or more `filehandle.write()` calls are made on a file handle and then a`filehandle.writeFile()` call is made, the data will be written from the
|
|
387
391
|
* current position till the end of the file. It doesn't always write from the
|
|
@@ -390,15 +394,18 @@ declare module "fs/promises" {
|
|
|
390
394
|
*/
|
|
391
395
|
writeFile(
|
|
392
396
|
data: string | Uint8Array,
|
|
393
|
-
options?:
|
|
397
|
+
options?:
|
|
398
|
+
| (ObjectEncodingOptions & FlagAndOpenMode & Abortable & { flush?: boolean | undefined })
|
|
399
|
+
| BufferEncoding
|
|
400
|
+
| null,
|
|
394
401
|
): Promise<void>;
|
|
395
402
|
/**
|
|
396
403
|
* Write `buffer` to the file.
|
|
397
404
|
*
|
|
398
|
-
* The promise is
|
|
405
|
+
* The promise is fulfilled with an object containing two properties:
|
|
399
406
|
*
|
|
400
407
|
* It is unsafe to use `filehandle.write()` multiple times on the same file
|
|
401
|
-
* without waiting for the promise to be
|
|
408
|
+
* without waiting for the promise to be fulfilled (or rejected). For this
|
|
402
409
|
* scenario, use `filehandle.createWriteStream()`.
|
|
403
410
|
*
|
|
404
411
|
* On Linux, positional writes do not work when the file is opened in append mode.
|
|
@@ -430,10 +437,10 @@ declare module "fs/promises" {
|
|
|
430
437
|
/**
|
|
431
438
|
* Write an array of [ArrayBufferView](https://developer.mozilla.org/en-US/docs/Web/API/ArrayBufferView) s to the file.
|
|
432
439
|
*
|
|
433
|
-
* The promise is
|
|
440
|
+
* The promise is fulfilled with an object containing a two properties:
|
|
434
441
|
*
|
|
435
442
|
* It is unsafe to call `writev()` multiple times on the same file without waiting
|
|
436
|
-
* for the promise to be
|
|
443
|
+
* for the promise to be fulfilled (or rejected).
|
|
437
444
|
*
|
|
438
445
|
* On Linux, positional writes don't work when the file is opened in append mode.
|
|
439
446
|
* The kernel ignores the position argument and always appends the data to
|
|
@@ -442,14 +449,14 @@ declare module "fs/promises" {
|
|
|
442
449
|
* @param [position='null'] The offset from the beginning of the file where the data from `buffers` should be written. If `position` is not a `number`, the data will be written at the current
|
|
443
450
|
* position.
|
|
444
451
|
*/
|
|
445
|
-
writev(buffers:
|
|
452
|
+
writev(buffers: readonly NodeJS.ArrayBufferView[], position?: number): Promise<WriteVResult>;
|
|
446
453
|
/**
|
|
447
454
|
* Read from a file and write to an array of [ArrayBufferView](https://developer.mozilla.org/en-US/docs/Web/API/ArrayBufferView) s
|
|
448
455
|
* @since v13.13.0, v12.17.0
|
|
449
456
|
* @param [position='null'] The offset from the beginning of the file where the data should be read from. If `position` is not a `number`, the data will be read from the current position.
|
|
450
457
|
* @return Fulfills upon success an object containing two properties:
|
|
451
458
|
*/
|
|
452
|
-
readv(buffers:
|
|
459
|
+
readv(buffers: readonly NodeJS.ArrayBufferView[], position?: number): Promise<ReadVResult>;
|
|
453
460
|
/**
|
|
454
461
|
* Closes the file handle after waiting for any pending operation on the handle to
|
|
455
462
|
* complete.
|
|
@@ -482,7 +489,7 @@ declare module "fs/promises" {
|
|
|
482
489
|
* (e.g.`fs.constants.W_OK | fs.constants.R_OK`). Check `File access constants` for
|
|
483
490
|
* possible values of `mode`.
|
|
484
491
|
*
|
|
485
|
-
* If the accessibility check is successful, the promise is
|
|
492
|
+
* If the accessibility check is successful, the promise is fulfilled with no
|
|
486
493
|
* value. If any of the accessibility checks fail, the promise is rejected
|
|
487
494
|
* with an [Error](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error) object. The following example checks if the file`/etc/passwd` can be read and
|
|
488
495
|
* written by the current process.
|
|
@@ -645,7 +652,7 @@ declare module "fs/promises" {
|
|
|
645
652
|
* the filenames. If the `encoding` is set to `'buffer'`, the filenames returned
|
|
646
653
|
* will be passed as `Buffer` objects.
|
|
647
654
|
*
|
|
648
|
-
* If `options.withFileTypes` is set to `true`, the
|
|
655
|
+
* If `options.withFileTypes` is set to `true`, the returned array will contain `fs.Dirent` objects.
|
|
649
656
|
*
|
|
650
657
|
* ```js
|
|
651
658
|
* import { readdir } from 'node:fs/promises';
|
|
@@ -715,7 +722,7 @@ declare module "fs/promises" {
|
|
|
715
722
|
): Promise<Dirent[]>;
|
|
716
723
|
/**
|
|
717
724
|
* Reads the contents of the symbolic link referred to by `path`. See the POSIX [`readlink(2)`](http://man7.org/linux/man-pages/man2/readlink.2.html) documentation for more detail. The promise is
|
|
718
|
-
*
|
|
725
|
+
* fulfilled with the`linkString` upon success.
|
|
719
726
|
*
|
|
720
727
|
* The optional `options` argument can be a string specifying an encoding, or an
|
|
721
728
|
* object with an `encoding` property specifying the character encoding to use for
|
|
@@ -1022,7 +1029,7 @@ declare module "fs/promises" {
|
|
|
1022
1029
|
function appendFile(
|
|
1023
1030
|
path: PathLike | FileHandle,
|
|
1024
1031
|
data: string | Uint8Array,
|
|
1025
|
-
options?: (ObjectEncodingOptions & FlagAndOpenMode) | BufferEncoding | null,
|
|
1032
|
+
options?: (ObjectEncodingOptions & FlagAndOpenMode & { flush?: boolean | undefined }) | BufferEncoding | null,
|
|
1026
1033
|
): Promise<void>;
|
|
1027
1034
|
/**
|
|
1028
1035
|
* Asynchronously reads the entire contents of a file.
|
|
@@ -2861,6 +2861,7 @@ declare module "fs" {
|
|
|
2861
2861
|
& {
|
|
2862
2862
|
mode?: Mode | undefined;
|
|
2863
2863
|
flag?: string | undefined;
|
|
2864
|
+
flush?: boolean | undefined;
|
|
2864
2865
|
}
|
|
2865
2866
|
)
|
|
2866
2867
|
| BufferEncoding
|
|
@@ -3813,6 +3814,7 @@ declare module "fs" {
|
|
|
3813
3814
|
}
|
|
3814
3815
|
interface WriteStreamOptions extends StreamOptions {
|
|
3815
3816
|
fs?: CreateWriteStreamFSImplementation | null | undefined;
|
|
3817
|
+
flush?: boolean | undefined;
|
|
3816
3818
|
}
|
|
3817
3819
|
/**
|
|
3818
3820
|
* Unlike the 16 KiB default `highWaterMark` for a `stream.Readable`, the stream
|
|
@@ -4029,12 +4031,12 @@ declare module "fs" {
|
|
|
4029
4031
|
*/
|
|
4030
4032
|
export function writev(
|
|
4031
4033
|
fd: number,
|
|
4032
|
-
buffers:
|
|
4034
|
+
buffers: readonly NodeJS.ArrayBufferView[],
|
|
4033
4035
|
cb: (err: NodeJS.ErrnoException | null, bytesWritten: number, buffers: NodeJS.ArrayBufferView[]) => void,
|
|
4034
4036
|
): void;
|
|
4035
4037
|
export function writev(
|
|
4036
4038
|
fd: number,
|
|
4037
|
-
buffers:
|
|
4039
|
+
buffers: readonly NodeJS.ArrayBufferView[],
|
|
4038
4040
|
position: number,
|
|
4039
4041
|
cb: (err: NodeJS.ErrnoException | null, bytesWritten: number, buffers: NodeJS.ArrayBufferView[]) => void,
|
|
4040
4042
|
): void;
|
|
@@ -4045,7 +4047,7 @@ declare module "fs" {
|
|
|
4045
4047
|
export namespace writev {
|
|
4046
4048
|
function __promisify__(
|
|
4047
4049
|
fd: number,
|
|
4048
|
-
buffers:
|
|
4050
|
+
buffers: readonly NodeJS.ArrayBufferView[],
|
|
4049
4051
|
position?: number,
|
|
4050
4052
|
): Promise<WriteVResult>;
|
|
4051
4053
|
}
|
|
@@ -4056,7 +4058,7 @@ declare module "fs" {
|
|
|
4056
4058
|
* @param [position='null']
|
|
4057
4059
|
* @return The number of bytes written.
|
|
4058
4060
|
*/
|
|
4059
|
-
export function writevSync(fd: number, buffers:
|
|
4061
|
+
export function writevSync(fd: number, buffers: readonly NodeJS.ArrayBufferView[], position?: number): number;
|
|
4060
4062
|
/**
|
|
4061
4063
|
* Read from a file specified by `fd` and write to an array of `ArrayBufferView`s
|
|
4062
4064
|
* using `readv()`.
|
|
@@ -4074,12 +4076,12 @@ declare module "fs" {
|
|
|
4074
4076
|
*/
|
|
4075
4077
|
export function readv(
|
|
4076
4078
|
fd: number,
|
|
4077
|
-
buffers:
|
|
4079
|
+
buffers: readonly NodeJS.ArrayBufferView[],
|
|
4078
4080
|
cb: (err: NodeJS.ErrnoException | null, bytesRead: number, buffers: NodeJS.ArrayBufferView[]) => void,
|
|
4079
4081
|
): void;
|
|
4080
4082
|
export function readv(
|
|
4081
4083
|
fd: number,
|
|
4082
|
-
buffers:
|
|
4084
|
+
buffers: readonly NodeJS.ArrayBufferView[],
|
|
4083
4085
|
position: number,
|
|
4084
4086
|
cb: (err: NodeJS.ErrnoException | null, bytesRead: number, buffers: NodeJS.ArrayBufferView[]) => void,
|
|
4085
4087
|
): void;
|
|
@@ -4090,7 +4092,7 @@ declare module "fs" {
|
|
|
4090
4092
|
export namespace readv {
|
|
4091
4093
|
function __promisify__(
|
|
4092
4094
|
fd: number,
|
|
4093
|
-
buffers:
|
|
4095
|
+
buffers: readonly NodeJS.ArrayBufferView[],
|
|
4094
4096
|
position?: number,
|
|
4095
4097
|
): Promise<ReadVResult>;
|
|
4096
4098
|
}
|
|
@@ -4101,7 +4103,7 @@ declare module "fs" {
|
|
|
4101
4103
|
* @param [position='null']
|
|
4102
4104
|
* @return The number of bytes read.
|
|
4103
4105
|
*/
|
|
4104
|
-
export function readvSync(fd: number, buffers:
|
|
4106
|
+
export function readvSync(fd: number, buffers: readonly NodeJS.ArrayBufferView[], position?: number): number;
|
|
4105
4107
|
|
|
4106
4108
|
export interface OpenAsBlobOptions {
|
|
4107
4109
|
/**
|