0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/doc/api
cjihrig 2b06166c76 doc,lib,src,test: rename WASI CLI flag
The WASI API has moved from preview0 to preview1. This commit
updates the CLI flag accordingly.

PR-URL: https://github.com/nodejs/node/pull/30980
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>
2019-12-17 17:35:12 -08:00
..
addons.md doc: revise addons introduction for brevity and clarity 2019-12-03 22:47:18 -08:00
assert.md assert: handle (deep) equal(NaN, NaN) as being identical 2019-12-07 00:43:51 +01:00
async_hooks.md
buffer.md doc: Buffer.toString(): add note about invalid data 2019-12-03 23:27:11 +01:00
child_process.md child_process: document kill() return value 2019-11-29 11:05:49 -05:00
cli.md doc,lib,src,test: rename WASI CLI flag 2019-12-17 17:35:12 -08:00
cluster.md 2019-11-21, Version 13.2.0 (Current) 2019-11-21 17:14:59 -05:00
console.md doc: edit colorMode information 2019-12-12 12:11:12 -05:00
crypto.md doc: fix argument type of setAAD 2019-12-12 10:03:40 -05:00
debugger.md doc: add note about debugging worker_threads 2019-11-25 06:11:09 +01:00
deprecations.md 2019-12-17, Version 13.4.0 (Current) 2019-12-17 17:29:02 -05:00
dgram.md 2019-11-05, Version 13.1.0 (Current) 2019-11-05 19:39:20 +01:00
dns.md
documentation.md
domain.md
errors.md 2019-12-03, Version 13.3.0 (Current) 2019-12-03 22:57:31 +01:00
esm.md module: conditional exports import condition 2019-12-12 17:35:08 -05:00
events.md 2019-12-17, Version 13.4.0 (Current) 2019-12-17 17:29:02 -05:00
fs.md doc: add note about fs.close() about undefined behavior 2019-12-16 21:58:18 -08:00
globals.md doc: delete "a number of" things in the docs 2019-10-26 11:25:43 -07:00
http2.md 2019-12-17, Version 13.4.0 (Current) 2019-12-17 17:29:02 -05:00
http.md 2019-12-17, Version 13.4.0 (Current) 2019-12-17 17:29:02 -05:00
https.md http,https: increase server headers timeout 2019-12-14 08:59:19 -05:00
index.md wasi: introduce initial WASI support 2019-11-30 18:06:39 +01:00
inspector.md doc: add code example to inspector.url() method 2019-12-11 10:32:19 +01:00
intl.md
modules.md module: conditional exports import condition 2019-12-12 17:35:08 -05:00
n-api.md doc: explain napi_run_script 2019-12-16 11:18:23 +01:00
net.md doc: update socket.bufferSize text 2019-12-01 20:51:31 -08:00
os.md doc: revise os.md 2019-10-26 16:10:12 -07:00
path.md
perf_hooks.md doc: fix typographical error 2019-12-02 08:28:19 -08:00
policy.md doc: remove dashes 2019-10-26 08:39:41 -07:00
process.md doc: fixed a typo in process.md 2019-11-30 18:07:41 +01:00
punycode.md
querystring.md
readline.md readline: promote _getCursorPos to public api 2019-12-16 11:22:25 +01:00
repl.md 2019-12-17, Version 13.4.0 (Current) 2019-12-17 17:29:02 -05:00
report.md doc: remove dashes 2019-10-26 08:39:41 -07:00
stream.md stream: do not chunk strings and Buffer in Readable.from 2019-12-14 16:30:26 -05:00
string_decoder.md
synopsis.md
timers.md
tls.md 2019-12-17, Version 13.4.0 (Current) 2019-12-17 17:29:02 -05:00
tracing.md doc: remove dashes 2019-10-26 08:39:41 -07:00
tty.md doc: remove dashes 2019-10-26 08:39:41 -07:00
url.md doc: add entry to url.parse() changes metadata 2019-11-15 15:47:01 +01:00
util.md util: add Set and map size to inspect output 2019-12-15 14:58:58 +01:00
v8.md doc: remove "this API is unstable" note for v8 serdes API 2019-11-28 00:18:41 +01:00
vm.md esm: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
wasi.md doc,lib,src,test: rename WASI CLI flag 2019-12-17 17:35:12 -08:00
worker_threads.md 2019-12-17, Version 13.4.0 (Current) 2019-12-17 17:29:02 -05:00
zlib.md