| .. |
|
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: use throwIfNoEntry option on statSync calls
|
2021-02-02 10:41:57 +01:00 |
|
path
|
path: add path/posix and path/win32 alias modules
|
2020-11-22 10:18:56 -08:00 |
|
stream
|
stream: add promises version to utility functions
|
2020-07-09 09:12:19 +02:00 |
|
timers
|
timers: refactor to use optional chaining
|
2021-01-12 07:10:54 -05:00 |
|
util
|
util: add util/types alias module
|
2020-11-22 10:19:02 -08:00 |
|
_http_agent.js
|
http: set lifo as the default scheduling strategy in Agent
|
2021-01-12 07:10:42 -05:00 |
|
_http_client.js
|
url: expose urlToHttpOptions utility
|
2021-01-21 17:48:10 -05:00 |
|
_http_common.js
|
http: refactor to use more primordials
|
2021-01-12 06:57:31 -05:00 |
|
_http_incoming.js
|
http: refactor to use more primordials
|
2021-01-12 06:57:31 -05:00 |
|
_http_outgoing.js
|
http: don't cork noop .end()
|
2021-01-12 07:11:45 -05:00 |
|
_http_server.js
|
http: attach request as res.req
|
2021-01-24 21:43:36 -05: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
|
lib: refactor to use validateString
|
2021-02-02 10:41:55 +01:00 |
|
_tls_wrap.js
|
tls: use recently added matching SecureContext in default SNICallback
|
2021-01-21 17:48:05 -05:00 |
|
.eslintrc.yaml
|
http: add support for abortsignal to http.request
|
2020-11-22 13:15:37 -08:00 |
|
assert.js
|
assert: refactor to use more primordials
|
2020-12-07 13:55:07 -05:00 |
|
async_hooks.js
|
async_hooks: refactor to use more primordials
|
2020-11-22 13:20:08 -08:00 |
|
buffer.js
|
lib: refactor to use validateNumber
|
2021-02-02 10:41:55 +01:00 |
|
child_process.js
|
child_process: allow promisified exec to be cancel
|
2021-02-02 10:41:55 +01:00 |
|
cluster.js
|
|
|
|
console.js
|
|
|
|
constants.js
|
lib: flatten access to primordials
|
2019-11-25 10:28:15 +01:00 |
|
crypto.js
|
crypto: implement basic secure heap support
|
2021-01-12 07:11:43 -05:00 |
|
dgram.js
|
dgram: support AbortSignal in createSocket
|
2021-02-02 10:41:59 +01:00 |
|
diagnostics_channel.js
|
lib: fix diagnostics_channel hasSubscribers error
|
2021-01-12 07:07:54 -05:00 |
|
dns.js
|
lib: refactor to use validateString
|
2021-02-02 10:41:55 +01:00 |
|
domain.js
|
domain: make node resilient to Array prototype tempering
|
2021-01-12 07:10:52 -05:00 |
|
events.js
|
events: remove error listener on signal abort
|
2021-01-24 21:43:31 -05:00 |
|
fs.js
|
fs: use throwIfNoEntry option on statSync calls
|
2021-02-02 10:41:57 +01: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 validateCallback
|
2021-01-12 07:10:22 -05:00 |
|
module.js
|
module: add API for interacting with source maps
|
2020-01-14 12:39:06 -08:00 |
|
net.js
|
lib: refactor to use validateNumber
|
2021-02-02 10:41:55 +01:00 |
|
os.js
|
os: refactor to use more primordials
|
2020-12-07 13:55:14 -05:00 |
|
path.js
|
path: refactor to use more primordials
|
2020-12-07 13:55:19 -05:00 |
|
perf_hooks.js
|
lib: remove non used getter in lib/perf_hooks.js
|
2021-01-24 21:43:36 -05:00 |
|
process.js
|
|
|
|
punycode.js
|
lib: use strict equality comparison
|
2019-12-14 08:57:36 -05:00 |
|
querystring.js
|
lib: support BigInt in querystring.stringify
|
2020-12-21 18:24:30 +01:00 |
|
readline.js
|
readline: add history event and option to set initial history
|
2021-02-02 10:41:57 +01:00 |
|
repl.js
|
repl: refactor to avoid unsafe array iteration
|
2021-01-24 21:43:32 -05: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: refactor to use optional chaining
|
2021-01-12 07:10:54 -05:00 |
|
tls.js
|
tls: refactor to avoid unsafe array iteration
|
2021-01-12 07:11:40 -05:00 |
|
trace_events.js
|
events: refactor to use more primordials
|
2021-01-12 07:09:23 -05:00 |
|
tty.js
|
tty: refactor to avoid unsafe array iteration
|
2021-01-12 07:10:44 -05:00 |
|
url.js
|
url: expose urlToHttpOptions utility
|
2021-01-21 17:48:10 -05:00 |
|
util.js
|
util: refactor to use more primordials
|
2021-01-12 07:10:20 -05:00 |
|
v8.js
|
v8: refactor to use more primordials
|
2021-01-12 07:07:53 -05:00 |
|
vm.js
|
lib: refactor to use validateBoolean
|
2021-02-02 10:41:54 +01:00 |
|
wasi.js
|
wasi: refactor to avoid unsafe array iteration
|
2021-01-12 07:10:44 -05:00 |
|
worker_threads.js
|
worker: add experimental BroadcastChannel
|
2020-12-07 13:55:16 -05:00 |
|
zlib.js
|
zlib: refactor to avoid unsafe array iteration
|
2021-01-21 17:48:03 -05:00 |