node/doc/api
Colin Ihrig ce07299951
test_runner: mark context.plan() as stable
This function does not require a CLI flag, does not emit a warning,
and is a fairly simple API that is already being used heavily in
the ecosystem. This commit marks context.plan() as stable.

PR-URL: https://github.com/nodejs/node/pull/55895
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
2025-04-15 20:03:55 -03:00
..
addons.md doc: fix c++ addon hello world sample 2025-01-24 22:18:53 +01:00
assert.md doc: fix inconsistencies in WeakSet and WeakMap comparison details 2025-03-06 13:38:15 +01:00
async_context.md doc: remove unused import from sample code 2025-01-24 22:18:48 +01:00
async_hooks.md doc,tools: enforce use of node: prefix 2024-09-21 13:46:20 +02:00
buffer.md buffer: document concat zero-fill 2025-01-24 22:18:57 +01:00
child_process.md doc: fix parentheses in options 2025-03-06 13:38:09 +01:00
cli.md doc: fix relative path mention in --allow-fs 2025-04-15 20:00:05 -03:00
cluster.md doc: move numCPUs require to top of file in cluster CJS example 2024-08-19 10:32:52 +02:00
console.md doc: add a note on console stream behavior 2025-01-24 22:18:42 +01:00
corepack.md doc: update pnpm link 2024-05-03 08:30:15 +02:00
crypto.md doc: remove mention of ECDH-ES in crypto.diffieHellman 2025-01-24 22:17:41 +01:00
debugger.md inspector: introduce the --inspect-wait flag 2024-06-17 16:25:21 +02:00
deprecations.md 2024-10-03, Version 20.18.0 'Iron' (LTS) 2024-10-02 16:05:40 +02:00
dgram.md doc: use consistent plural form of "index" 2024-05-03 08:30:28 +02:00
diagnostics_channel.md doc: fix Markdown linter 2024-11-17 11:51:48 +01:00
dns.md doc: add esm examples to node:dns 2024-10-02 07:57:29 +02:00
documentation.md doc: clarify removal of experimental API does not require a deprecation 2025-01-24 22:18:38 +01:00
domain.md doc: fix typos 2023-05-02 09:34:04 +02:00
embedding.md doc: improve c++ embedder API doc 2025-01-24 22:17:40 +01:00
errors.md 2025-03-13, Version 20.19.0 'Iron' (LTS) 2025-03-07 19:00:08 +01:00
esm.md doc: update unflag info of import.meta.resolve 2025-04-15 19:13:23 -03:00
events.md doc: fix events.once() example using AbortSignal 2024-11-17 11:51:47 +01:00
fs.md fs: mark recursive cp methods as stable 2025-04-15 19:12:26 -03:00
globals.md 2024-10-03, Version 20.18.0 'Iron' (LTS) 2024-10-02 16:05:40 +02:00
http.md doc: fix the return type of outgoingMessage.setHeaders() 2025-01-24 22:17:29 +01:00
http2.md doc: add esm examples to node:http2 2024-10-02 07:57:33 +02:00
https.md doc: add esm examples to node:https 2024-10-02 07:57:39 +02:00
index.md src: add initial support for single executable applications 2023-02-18 02:49:18 +00:00
inspector.md 2024-10-03, Version 20.18.0 'Iron' (LTS) 2024-10-02 16:05:40 +02:00
intl.md doc: improve documentation about ICU data fallback 2023-09-27 23:15:42 -04:00
module.md doc: fix link and history of SourceMap sections 2025-02-20 13:35:15 +01:00
modules.md 2025-03-13, Version 20.19.0 'Iron' (LTS) 2025-03-07 19:00:08 +01:00
n-api.md 2024-10-03, Version 20.18.0 'Iron' (LTS) 2024-10-02 16:05:40 +02:00
net.md doc: fix initial default value of autoSelectFamily 2024-11-17 11:51:46 +01:00
os.md doc: fix broken Android building link 2024-10-02 16:04:20 +02:00
packages.md 2025-03-13, Version 20.19.0 'Iron' (LTS) 2025-03-07 19:00:08 +01:00
path.md doc: add esm example in path.md 2025-01-24 22:17:44 +01:00
perf_hooks.md doc: add doc for PerformanceObserver.takeRecords() 2025-01-24 22:18:45 +01:00
permissions.md doc: add history info for Permission Model 2025-01-24 22:18:59 +01:00
policy.md doc: add missing period 2023-08-17 08:35:58 -03:00
process.md 2025-03-13, Version 20.19.0 'Iron' (LTS) 2025-03-07 19:00:08 +01:00
punycode.md doc: format doc/api/*.md with markdown formatter 2021-10-20 11:59:11 +02:00
querystring.md doc: get rid of unnecessary eslint-skip comments 2023-12-19 16:17:51 +00:00
readline.md doc: add esm examples to node:readline 2025-01-24 22:18:56 +01:00
repl.md doc: add esm examples to node:repl 2025-01-24 22:18:56 +01:00
report.md report: fix network queries in getReport libuv with exclude-network 2025-01-24 22:18:40 +01:00
single-executable-applications.md doc: sea.getRawAsset(key) always returns an ArrayBuffer 2025-01-24 22:18:55 +01:00
stream.md doc: remove confusing and outdated sentence 2025-01-24 22:18:47 +01:00
string_decoder.md doc: add esm examples to node:string_decoder 2025-01-24 22:17:38 +01:00
synopsis.md doc: clarify explaination text on how to run the example 2023-11-11 19:56:02 +01:00
test.md test_runner: mark context.plan() as stable 2025-04-15 20:03:55 -03:00
timers.md doc: add esm examples to node:timers 2025-01-24 22:18:43 +01:00
tls.md 2024-10-03, Version 20.18.0 'Iron' (LTS) 2024-10-02 16:05:40 +02:00
tracing.md doc: add esm examples to node:trace_events 2025-03-06 13:38:08 +01:00
tty.md doc,tty: add documentation for ReadStream and WriteStream 2024-08-19 10:32:41 +02:00
url.md doc: fix history info for URL.prototype.toJSON 2025-01-24 22:18:40 +01:00
util.md doc: fix typo in example code for util.styleText 2025-03-06 13:38:16 +01:00
v8.md doc: add getHeapStatistics() property descriptions 2024-10-02 07:57:44 +02:00
vm.md 2024-10-03, Version 20.18.0 'Iron' (LTS) 2024-10-02 16:05:40 +02:00
wasi.md doc,tools: enforce use of node: prefix 2024-09-21 13:46:20 +02:00
webcrypto.md doc: fix webcrypto.md AES-GCM backticks 2024-10-02 07:57:47 +02:00
webstreams.md doc: add example for piping ReadableStream 2025-03-06 13:38:05 +01:00
worker_threads.md 2025-03-13, Version 20.19.0 'Iron' (LTS) 2025-03-07 19:00:08 +01:00
zlib.md doc: add esm example for zlib 2025-01-24 22:18:44 +01:00