0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-21 21:19:50 +01:00
nodejs/lib
Colin Ihrig c921676512
test_runner: mark snapshot testing as stable
This commit marks the test runner's snapshot testing API as
stable.

PR-URL: https://github.com/nodejs/node/pull/55897
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: Jacob Smith <jacob@frende.me>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
2024-11-19 17:37:35 +00:00
..
assert
dns
fs
inspector
internal test_runner: mark snapshot testing as stable 2024-11-19 17:37:35 +00:00
path
readline
stream
test
timers lib: remove unnecessary optional chaining 2024-11-07 15:59:12 +00:00
util
_http_agent.js lib: remove startsWith/endsWith primordials for char checks 2024-10-19 10:18:10 +00:00
_http_client.js http: add diagnostic channel http.client.request.created 2024-10-31 13:04:25 +00:00
_http_common.js
_http_incoming.js
_http_outgoing.js http: don't emit error after destroy 2024-10-28 12:57:58 +00:00
_http_server.js http: add diagnostic channel http.server.response.created 2024-11-02 13:46:20 +00:00
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js
_stream_transform.js
_stream_wrap.js
_stream_writable.js
_tls_common.js
_tls_wrap.js
assert.js
async_hooks.js
buffer.js
child_process.js
cluster.js
console.js
constants.js
crypto.js
dgram.js lib: add UV_UDP_REUSEPORT for udp 2024-10-21 10:25:10 +00:00
diagnostics_channel.js
dns.js
domain.js
eslint.config_partial.mjs
events.js events: add hasEventListener util for validate 2024-11-14 23:25:07 +00:00
fs.js fs: runtime deprecate fs.F_OK, fs.R_OK, fs.W_OK, fs.X_OK 2024-11-14 23:34:02 +00:00
http2.js
http.js
https.js
inspector.js
module.js module: add findPackageJSON util 2024-10-25 20:40:54 +00:00
net.js net: add UV_TCP_REUSEPORT for tcp 2024-10-21 13:10:53 +00:00
os.js src: improve node:os userInfo performance 2024-11-08 19:40:25 +00:00
path.js path,win: fix bug in resolve and normalize 2024-11-05 23:21:54 +00:00
perf_hooks.js
process.js
punycode.js
querystring.js
readline.js
repl.js repl: runtime deprecate instantiating without new 2024-11-07 08:03:05 +00:00
sea.js
sqlite.js
stream.js
string_decoder.js
sys.js
test.js test_runner: mark snapshot testing as stable 2024-11-19 17:37:35 +00:00
timers.js
tls.js
trace_events.js
tty.js
url.js url: runtime deprecate url.parse 2024-10-20 19:01:37 +00:00
util.js util: do not mark experimental feature as deprecated 2024-11-08 16:16:15 +00:00
v8.js
vm.js
wasi.js
worker_threads.js
zlib.js