node/lib
Yagiz Nizipli da7962fd4d
lib: fix internalBinding typings
PR-URL: https://github.com/nodejs/node/pull/49742
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
2023-09-23 10:48:34 +00:00
..
assert assert: add assert/strict alias module 2020-06-25 08:37:48 -07:00
dns dns: make promise API fully constructed from lib/internal/dns/promises 2022-06-20 19:58:45 +01:00
fs fs: add fs/promises alias module 2020-02-18 22:15:50 -08:00
inspector inspector: refactor inspector/promises to be more robust 2022-10-19 18:39:31 +00:00
internal lib: fix internalBinding typings 2023-09-23 10:48:34 +00:00
path path: add path/posix and path/win32 alias modules 2020-10-20 14:27:31 +00:00
readline readline: use addAbortListener 2023-07-11 19:50:13 +03:00
stream stream: add pipeline() for webstreams 2023-02-02 19:45:42 +00:00
test test_runner: add junit reporter 2023-09-14 08:43:53 +00:00
timers fs: use kResistStopPropagation 2023-06-24 15:52:38 +00:00
util util: add util/types alias module 2020-10-21 01:26:34 +02:00
_http_agent.js lib: add trailing commas to more internal files 2023-02-26 11:34:02 +01:00
_http_client.js url: offload URLSearchParams initialization 2023-03-01 17:03:58 +00:00
_http_common.js http: null the joinDuplicateHeaders property on cleanup 2023-07-03 06:20:13 +00:00
_http_incoming.js lib: add trailing commas to more internal files 2023-02-26 11:34:02 +01:00
_http_outgoing.js http: send implicit headers on HEAD with no body 2023-05-26 12:38:24 +00:00
_http_server.js http: start connections checking interval on listen 2023-07-24 20:55:19 +00:00
_stream_duplex.js stream: do not use _stream_* anymore 2021-01-05 19:02:04 +01:00
_stream_passthrough.js stream: do not use _stream_* anymore 2021-01-05 19:02:04 +01:00
_stream_readable.js stream: do not use _stream_* anymore 2021-01-05 19:02:04 +01:00
_stream_transform.js stream: do not use _stream_* anymore 2021-01-05 19:02:04 +01:00
_stream_wrap.js lib: assign missed deprecation code 2019-03-07 15:48:55 +01:00
_stream_writable.js stream: do not use _stream_* anymore 2021-01-05 19:02:04 +01:00
_tls_common.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
_tls_wrap.js tls: remove redundant code in onConnectSecure() 2023-09-04 10:55:34 +00:00
.eslintrc.yaml tools: restrict internal code from using public url module 2023-09-13 18:03:15 +00:00
assert.js assert: deprecate callTracker 2023-04-29 06:57:08 +00:00
async_hooks.js lib: add trailing commas to all public core modules 2023-02-28 12:10:24 +01:00
buffer.js buffer: combine checking range of sourceStart in buf.copy 2023-05-07 23:58:41 +00:00
child_process.js typings: update JSDoc for cwd in child_process 2023-08-08 15:32:31 +08:00
cluster.js cluster: use ObjectPrototypeHasOwnProperty 2023-05-25 16:04:19 +00:00
console.js
constants.js lib: flatten access to primordials 2019-11-25 10:28:15 +01:00
crypto.js crypto: remove DEFAULT_ENCODING 2023-03-26 18:03:58 +00:00
dgram.js dgram: socket add asyncDispose 2023-07-11 21:10:27 +00:00
diagnostics_channel.js lib: implement WeakReference on top of JS WeakRef 2023-08-16 18:45:07 +02:00
dns.js dns: call ada::idna::to_ascii directly from c++ 2023-05-10 16:04:35 +00:00
domain.js lib: implement WeakReference on top of JS WeakRef 2023-08-16 18:45:07 +02:00
events.js events: fix bug listenerCount don't compare wrapped listener 2023-07-10 06:33:51 +00:00
fs.js fs: improve error performance of sync methods 2023-09-17 20:42:46 +00:00
http2.js lib: add trailing commas to all public core modules 2023-02-28 12:10:24 +01:00
http.js http: prevent writing to the body when not allowed by HTTP spec 2023-05-13 17:09:26 +00:00
https.js http: start connections checking interval on listen 2023-07-24 20:55:19 +00:00
inspector.js inspector: open add SymbolDispose 2023-07-16 09:46:27 +00:00
module.js module: implement register utility 2023-06-12 00:00:46 +00:00
net.js net: server add asyncDispose 2023-07-11 21:10:28 +00:00
os.js tools: fix jsdoc lint 2023-05-02 00:48:20 +00:00
path.js path: indicate index of wrong resolve() parameter 2023-05-04 14:03:20 +00:00
perf_hooks.js lib: add trailing commas to all public core modules 2023-02-28 12:10:24 +01:00
process.js src: disambiguate terms used to refer to builtins and addons 2022-08-09 01:36:49 +08:00
punycode.js lib: runtime deprecate punycode 2023-04-03 17:47:28 +00:00
querystring.js lib: add trailing commas to all public core modules 2023-02-28 12:10:24 +01:00
readline.js readline: use addAbortListener 2023-07-11 19:50:13 +03:00
repl.js repl: don't accumulate excess indentation in .load 2023-09-21 13:37:41 +00:00
stream.js stream: add setter & getter for default highWaterMark (#46929) 2023-03-29 20:02:10 +02:00
string_decoder.js tools: fix jsdoc lint 2023-05-02 00:48:20 +00:00
sys.js benchmark,doc,lib,test: capitalize comments 2019-03-10 00:44:40 +01:00
test.js test_runner: add initial draft for fakeTimers 2023-06-22 04:01:52 +00:00
timers.js timers: support Symbol.dispose 2023-07-05 13:39:38 +00:00
tls.js tls: add trailing commas in source files 2023-02-22 01:22:23 +01:00
trace_events.js lib: add trailing commas to all public core modules 2023-02-28 12:10:24 +01:00
tty.js lib: add trailing commas to all public core modules 2023-02-28 12:10:24 +01:00
url.js url: validate pathToFileURL(path) argument as string 2023-08-31 20:35:04 +08:00
util.js tools: fix jsdoc lint 2023-05-02 00:48:20 +00:00
v8.js src: make AliasedBuffers in the binding data weak 2023-04-20 03:28:35 +00:00
vm.js module: use symbol in WeakMap to manage host defined options 2023-09-14 15:42:24 +00:00
wasi.js wasi: make returnOnExit true by default 2023-04-11 16:35:52 -04:00
worker_threads.js src: throw DataCloneError on transfering untransferable objects 2023-05-05 11:22:42 +00:00
zlib.js lib: add trailing commas to all public core modules 2023-02-28 12:10:24 +01:00