node/doc/api
Antoine du Hamel 76a073b67e module: runtime deprecate invalid package.json main entries
PR-URL: https://github.com/nodejs/node/pull/37204
Fixes: https://github.com/nodejs/node/issues/26588
Reviewed-By: Guy Bedford <guybedford@gmail.com>
Reviewed-By: Geoffrey Booth <webmaster@geoffreybooth.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2021-02-24 11:27:48 +01:00
..
addons.md doc: use HEAD for links in api docs 2021-02-22 12:30:52 +01:00
assert.md doc: use **Default:** more consistently 2021-02-17 10:12:01 -05:00
async_hooks.md doc: clarify that async_hook callbacks cannot be async 2021-02-18 18:46:17 +08:00
buffer.md doc: use **Default:** more consistently 2021-02-17 10:12:01 -05:00
child_process.md doc,child_process: `pid` can be `undefined` when `ENOENT` 2021-02-22 12:15:27 +01:00
cli.md errors: remove experimental from --enable-source-maps 2021-02-22 09:02:15 -08:00
cluster.md doc: use **Default:** more consistently 2021-02-17 10:12:01 -05:00
console.md doc: fix typo in console.md 2021-02-08 10:25:27 -08:00
crypto.md doc: alphabetize crypto Cipher class entries 2021-02-22 08:15:24 -08:00
debugger.md doc: fix typo in debugger.md 2020-11-13 06:02:16 -08:00
deprecations.md module: runtime deprecate invalid package.json main entries 2021-02-24 11:27:48 +01:00
dgram.md 2021-02-02, Version 15.8.0 (Current) 2021-02-02 21:50:24 +01:00
diagnostics_channel.md doc: fix description of hasSubscribers 2021-02-12 14:00:27 +05:30
dns.md doc,lib: prepare for stricter multi-line array linting 2021-02-19 09:55:35 -08:00
documentation.md doc: use HEAD for links in api docs 2021-02-22 12:30:52 +01:00
domain.md lib,src: update cluster to use Parent 2021-01-05 15:41:45 -05:00
embedding.md doc: use HEAD for links in api docs 2021-02-22 12:30:52 +01:00
errors.md perf_hooks: complete overhaul of the implementation 2021-02-22 08:46:11 -08:00
esm.md doc: fix typo in doc/api/esm.md 2021-02-22 12:27:53 +01:00
events.md events: change EventTarget handler exception behavior 2021-02-15 20:10:07 +02:00
fs.md doc: fix "referred to" in fs docs 2021-02-22 12:25:04 +01:00
globals.md doc: fix typo in globals.md 2021-02-04 10:48:26 -08:00
http.md 2021-01-26, Version 15.7.0 (Current) 2021-01-26 11:06:59 -05:00
http2.md doc: fix typo in doc/api/http2/md 2021-02-23 11:47:40 -08:00
https.md doc: document return value of https.request 2020-12-26 14:04:05 +01:00
index.md doc: rename N-API to Node-API 2021-02-08 09:08:37 -08:00
inspector.md doc: use .md extension for internal links 2020-10-01 06:19:12 -07:00
intl.md doc: use HEAD for links in api docs 2021-02-22 12:30:52 +01:00
module.md module: remove module.createRequireFromPath 2021-02-15 07:03:08 -08:00
modules.md module: remove module.createRequireFromPath 2021-02-15 07:03:08 -08:00
n-api.md doc: use HEAD for links in api docs 2021-02-22 12:30:52 +01:00
net.md doc: use **Default:** more consistently 2021-02-17 10:12:01 -05:00
os.md doc: use HEAD for links in api docs 2021-02-22 12:30:52 +01:00
packages.md doc: use HEAD for links in api docs 2021-02-22 12:30:52 +01:00
path.md 2020-11-24, Version 15.3.0 (Current) 2020-11-24 08:26:26 -08:00
perf_hooks.md perf_hooks: complete overhaul of the implementation 2021-02-22 08:46:11 -08:00
policy.md doc: revise dependency redirection text in policy.md 2020-09-24 04:30:35 -07:00
process.md doc: use HEAD for links in api docs 2021-02-22 12:30:52 +01:00
punycode.md docs: add references to punycode.md 2021-01-09 08:56:59 -08:00
querystring.md lib: support BigInt in querystring.stringify 2020-12-21 15:03:58 +01:00
readline.md 2021-02-02, Version 15.8.0 (Current) 2021-02-02 21:50:24 +01:00
repl.md doc: clarify repl exception conditions 2021-02-01 05:42:27 -08:00
report.md src: add loop idle time in diagnostic report 2020-11-13 11:53:37 +05:30
stream.md stream: add AbortSignal to promisified pipeline 2021-02-18 18:00:02 +02:00
string_decoder.md doc: update list styles for remark-parse@9 rendering 2020-11-12 06:29:49 +00:00
synopsis.md doc: use .md extension for internal links 2020-10-01 06:19:12 -07:00
timers.md 2021-02-17, Version 15.9.0 (Current) 2021-02-17 21:20:34 -05:00
tls.md doc: document x509 error codes 2021-02-22 12:18:19 +01:00
tracing.md doc: simplify wording in tracing APIs doc 2020-10-10 05:55:04 -07:00
tty.md doc: add missing comma in tty 2021-01-25 06:51:15 -08:00
url.md doc,lib: prepare for stricter multi-line array linting 2021-02-19 09:55:35 -08:00
util.md 2020-11-24, Version 15.3.0 (Current) 2020-11-24 08:26:26 -08:00
v8.md doc: fix punctuation in v8.md 2020-11-20 20:59:53 +00:00
vm.md doc: alphabetize vm Module class properties 2021-02-22 08:17:19 -08:00
wasi.md doc: use ESM syntax for WASI example 2021-01-16 00:32:41 +01:00
webcrypto.md doc,lib: prepare for stricter multi-line array linting 2021-02-19 09:55:35 -08:00
worker_threads.md 2021-02-17, Version 15.9.0 (Current) 2021-02-17 21:20:34 -05:00
zlib.md doc: fix YAML syntax errors 2020-10-06 15:52:10 -07:00