.. |
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
|
policy: fix message for invalid manifest specifier
|
2021-10-24 22:41:28 -07:00 |
path
|
path: add path/posix and path/win32 alias modules
|
2020-10-20 14:27:31 +00:00 |
readline
|
readline: validate AbortSignal s and remove unused event listeners
|
2021-09-16 23:16:42 +02:00 |
stream
|
stream: add signal support to pipeline generators
|
2021-08-25 17:44:28 +02:00 |
timers
|
lib: make primordials Promise methods safe
|
2021-05-19 09:21:37 -07:00 |
util
|
util: add util/types alias module
|
2020-10-21 01:26:34 +02:00 |
.eslintrc.yaml
|
tools: extend default yamllint config
|
2021-09-21 17:03:51 +00:00 |
_http_agent.js
|
async_hooks: merge resource_symbol with owner_symbol
|
2021-07-28 13:41:24 -07:00 |
_http_client.js
|
http: remove 'data' and 'end' listener if client parser error
|
2021-09-30 16:35:34 +00:00 |
_http_common.js
|
http: remove CRLF variable
|
2021-09-16 09:44:12 -04:00 |
_http_incoming.js
|
stream: add readableDidRead if has been read from
|
2021-08-02 05:59:18 -07:00 |
_http_outgoing.js
|
http: limit requests per connection
|
2021-09-19 16:28:20 +02:00 |
_http_server.js
|
http: response should always emit 'close'
|
2021-10-25 07:35:24 +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
|
tls: move legacy code into own file
|
2021-07-11 18:40:18 +02:00 |
_tls_wrap.js
|
tls: validate "rejectUnauthorized: undefined"
|
2021-08-11 16:22:15 +01:00 |
assert.js
|
deps: update Acorn to v8.4.1
|
2021-06-29 17:20:45 +02:00 |
async_hooks.js
|
async_hooks: use resource stack for AsyncLocalStorage run
|
2021-08-31 17:04:35 +00:00 |
buffer.js
|
url,buffer: implement URL.createObjectURL
|
2021-08-12 07:23:15 -07:00 |
child_process.js
|
lib: add JSDoc typings for child_process
|
2021-06-17 11:40:32 -04:00 |
cluster.js
|
lib,src: update cluster to use Parent
|
2021-01-05 15:41:45 -05:00 |
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: implement webcrypto.randomUUID
|
2021-08-05 16:52:13 +02:00 |
dgram.js
|
dgram: fix send with out of bounds offset + length
|
2021-10-25 13:26:24 +00:00 |
diagnostics_channel.js
|
lib: add unsubscribe method to non-active DC channels
|
2021-10-19 14:46:14 +00:00 |
dns.js
|
dns: runtime deprecate type coercion of dns.lookup options
|
2021-09-15 16:59:10 +00:00 |
domain.js
|
lib: comment explaining special-case handling of promises
|
2021-07-23 03:54:33 +00:00 |
events.js
|
events: fix duplicate require which cause performance penalty
|
2021-09-15 09:44:59 +00:00 |
fs.js
|
fs: add recursive cp method
|
2021-08-11 19:53:32 -07:00 |
http.js
|
typings: add JSDoc typings for http
|
2021-04-16 07:47:46 +02:00 |
http2.js
|
http2: add support for sensitive headers
|
2020-07-16 00:25:47 +02:00 |
https.js
|
http,https: align server option of https with http
|
2021-06-26 14:21:57 +00:00 |
inspector.js
|
typings: add JSDoc typings for inspector
|
2021-10-31 13:14:33 +01:00 |
module.js
|
module: add API for interacting with source maps
|
2020-01-14 12:39:06 -08:00 |
net.js
|
net: check if option is undefined
|
2021-10-13 01:45:04 +00:00 |
os.js
|
os: add os.devNull
|
2021-06-01 21:06:18 +02:00 |
path.js
|
path: inline conditions
|
2021-05-12 07:26:22 -07:00 |
perf_hooks.js
|
perf_hooks: fix performance timeline wpt failures
|
2021-07-30 07:29:44 -07:00 |
process.js
|
|
|
punycode.js
|
punycode: add pending deprecation
|
2021-04-30 10:59:28 -07:00 |
querystring.js
|
typings: add JSDoc Types to lib/querystring
|
2021-04-18 11:00:28 +02:00 |
readline.js
|
readline: validate AbortSignal s and remove unused event listeners
|
2021-09-16 23:16:42 +02:00 |
repl.js
|
esm: consolidate ESM loader hooks
|
2021-09-11 18:08:35 -07:00 |
stream.js
|
stream: add signal support to pipeline generators
|
2021-08-25 17:44:28 +02:00 |
string_decoder.js
|
string_decoder: refactor to use more primordials
|
2020-12-07 09:59:42 -08:00 |
sys.js
|
benchmark,doc,lib,test: capitalize comments
|
2019-03-10 00:44:40 +01:00 |
timers.js
|
typings: add JSDoc typings for timers
|
2021-07-11 09:03:11 +02:00 |
tls.js
|
tls: move legacy code into own file
|
2021-07-11 18:40:18 +02:00 |
trace_events.js
|
lib: refactor to use validateObject
|
2021-01-28 12:53:50 +01:00 |
tty.js
|
tty: enable buffering
|
2021-07-07 14:50:47 +02:00 |
url.js
|
lib: include url in bootstrap snapshot and remove unnecessary lazy-loads
|
2021-06-02 13:30:05 +08:00 |
util.js
|
util: expose stripVTControlCharacters()
|
2021-10-01 22:56:58 -04:00 |
v8.js
|
lib: use standard property names
|
2021-09-08 18:34:58 +00:00 |
vm.js
|
vm: add support for import assertions in dynamic imports
|
2021-10-09 08:44:53 +00:00 |
wasi.js
|
wasi: use missing validator
|
2021-06-26 16:31:30 +02:00 |
worker_threads.js
|
worker: add setEnvironmentData/getEnvironmentData
|
2021-03-15 07:40:26 -07:00 |
zlib.js
|
zlib: avoid converting Uint8Array instances to Buffer
|
2021-07-26 09:01:53 -07:00 |