| .. |
|
assert
|
assert: add assert/strict alias module
|
2020-06-25 08:37:48 -07:00 |
|
dns
|
dns: add dns/promises alias
|
2020-05-24 03:26:21 +02:00 |
|
fs
|
fs: add fs/promises alias module
|
2020-02-18 22:15:50 -08:00 |
|
internal
|
fs: add support for async iterators to fsPromises.writeFile
|
2021-04-05 12:57:25 -04:00 |
|
path
|
path: add path/posix and path/win32 alias modules
|
2020-11-22 10:18:56 -08:00 |
|
stream
|
stream: move duplicated code to an internal module
|
2021-02-28 14:46:26 +01:00 |
|
timers
|
timers: introduce setInterval async iterator
|
2021-02-16 09:12:35 -05:00 |
|
util
|
util: add util/types alias module
|
2020-11-22 10:19:02 -08:00 |
|
_http_agent.js
|
http: refactor to avoid unsafe array iteration
|
2021-03-16 12:31:38 -04:00 |
|
_http_client.js
|
http: optimize debug function correctly
|
2021-04-04 15:24:04 -04:00 |
|
_http_common.js
|
http: optimize debug function correctly
|
2021-04-04 15:24:04 -04:00 |
|
_http_incoming.js
|
http: explain the possibilty of refactor unused argument
|
2021-02-16 09:12:57 -05:00 |
|
_http_outgoing.js
|
http: optimize debug function correctly
|
2021-04-04 15:24:04 -04:00 |
|
_http_server.js
|
http: optimize debug function correctly
|
2021-04-04 15:24:04 -04:00 |
|
_stream_duplex.js
|
stream: do not use _stream_* anymore
|
2021-01-12 07:10:39 -05:00 |
|
_stream_passthrough.js
|
stream: do not use _stream_* anymore
|
2021-01-12 07:10:39 -05:00 |
|
_stream_readable.js
|
stream: do not use _stream_* anymore
|
2021-01-12 07:10:39 -05:00 |
|
_stream_transform.js
|
stream: do not use _stream_* anymore
|
2021-01-12 07:10:39 -05: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-12 07:10:39 -05:00 |
|
_tls_common.js
|
tls: refactor to avoid unsafe array iteration
|
2021-03-16 12:31:39 -04:00 |
|
_tls_wrap.js
|
net,tls: add abort signal support to connect
|
2021-04-04 15:27:03 -04:00 |
|
.eslintrc.yaml
|
tools: add ESLint rule no-array-destructuring
|
2021-03-16 08:55:09 -04:00 |
|
assert.js
|
lib: remove use of array destructuring
|
2021-03-16 08:55:08 -04:00 |
|
async_hooks.js
|
async_hooks: refactor to avoid unsafe array iteration
|
2021-02-02 10:54:29 +01:00 |
|
buffer.js
|
buffer: implement btoa and atob
|
2021-03-20 14:57:15 -04:00 |
|
child_process.js
|
child_process: remove unused argument
|
2021-03-29 20:17:18 -04:00 |
|
cluster.js
|
|
|
|
console.js
|
console: split console into global.js and constructor.js
|
2018-12-02 04:51:18 +08:00 |
|
constants.js
|
lib: flatten access to primordials
|
2019-11-25 10:28:15 +01:00 |
|
crypto.js
|
crypto: make FIPS related options always awailable
|
2021-02-28 14:43:41 +01:00 |
|
dgram.js
|
dgram: support AbortSignal in createSocket
|
2021-02-02 10:41:59 +01:00 |
|
diagnostics_channel.js
|
lib: refactor to use validateFunction
|
2021-02-02 10:47:38 +01:00 |
|
dns.js
|
lib: refactor to use validateString
|
2021-02-02 10:41:55 +01:00 |
|
domain.js
|
lib: change wording in lib/domain.js comment
|
2021-04-04 15:27:04 -04:00 |
|
events.js
|
lib: use AbortError consistently
|
2021-03-16 12:31:42 -04:00 |
|
fs.js
|
lib: use AbortError consistently
|
2021-03-16 12:31:42 -04:00 |
|
http.js
|
http: refactor to use more primordials
|
2021-01-12 06:57:31 -05:00 |
|
http2.js
|
http2: add support for sensitive headers
|
2020-07-16 00:25:47 +02:00 |
|
https.js
|
url: expose urlToHttpOptions utility
|
2021-01-21 17:48:10 -05:00 |
|
inspector.js
|
lib: refactor to use validateObject
|
2021-02-02 10:47:40 +01:00 |
|
module.js
|
module: add API for interacting with source maps
|
2020-01-14 12:39:06 -08:00 |
|
net.js
|
net: add SocketAddress class
|
2021-04-04 15:27:04 -04:00 |
|
os.js
|
lib: remove use of array destructuring
|
2021-03-16 08:55:08 -04:00 |
|
path.js
|
path: refactor to use more primordials
|
2021-04-04 15:27:02 -04:00 |
|
perf_hooks.js
|
perf_hooks: make Performance extend EventTarget
|
2021-03-29 20:17:20 -04:00 |
|
process.js
|
|
|
|
punycode.js
|
lib: use strict equality comparison
|
2019-12-14 08:57:36 -05:00 |
|
querystring.js
|
doc,lib: prepare for stricter multi-line array linting
|
2021-02-28 14:39:58 +01:00 |
|
readline.js
|
readline: fix pre-aborted signal question handling
|
2021-04-04 15:27:03 -04:00 |
|
repl.js
|
lib: remove use of array destructuring
|
2021-03-16 08:55:08 -04:00 |
|
stream.js
|
stream: support abortsignal in constructor
|
2020-12-21 16:49:21 +01:00 |
|
string_decoder.js
|
string_decoder: refactor to use more primordials
|
2020-12-07 13:55:52 -05:00 |
|
sys.js
|
benchmark,doc,lib,test: capitalize comments
|
2019-03-10 00:44:40 +01:00 |
|
timers.js
|
timers: fix arbitrary object clearImmediate errors
|
2021-03-29 20:17:19 -04:00 |
|
tls.js
|
tls: refactor to avoid unsafe array iteration
|
2021-01-12 07:11:40 -05:00 |
|
trace_events.js
|
lib: refactor to use validateObject
|
2021-02-02 10:47:40 +01:00 |
|
tty.js
|
tty: validate file descriptor to avoid int32 overflow
|
2021-03-23 21:25:29 -04:00 |
|
url.js
|
doc,lib: prepare for stricter multi-line array linting
|
2021-02-28 14:39:58 +01:00 |
|
util.js
|
util: refactor to use more primordials
|
2021-01-12 07:10:20 -05:00 |
|
v8.js
|
bootstrap: include v8 module into the builtin snapshot
|
2021-02-28 14:39:57 +01:00 |
|
vm.js
|
vm: add importModuleDynamically option to compileFunction
|
2021-02-16 09:12:40 -05:00 |
|
wasi.js
|
wasi: refactor to avoid unsafe array iteration
|
2021-01-12 07:10:44 -05:00 |
|
worker_threads.js
|
worker: add setEnvironmentData/getEnvironmentData
|
2021-03-16 12:31:47 -04:00 |
|
zlib.js
|
test: add tests for bound apply variants of varargs primordials
|
2021-02-02 10:47:40 +01:00 |