.. |
internal
|
test: dns utils replace var
|
2019-11-24 13:11:43 +05:30 |
_http_agent.js
|
http: improve performance caused by primordials
|
2019-11-22 21:30:31 +01:00 |
_http_client.js
|
net: replaced vars to lets and consts
|
2019-11-12 09:45:09 +00:00 |
_http_common.js
|
http: http_common rename var to let and const
|
2019-11-12 09:50:13 +00:00 |
_http_incoming.js
|
http: http_incoming rename var to let and const
|
2019-11-12 09:40:35 +00:00 |
_http_outgoing.js
|
http: outgoing cork
|
2019-11-13 17:04:22 +00:00 |
_http_server.js
|
http: destructure primordials in lib/_http_server.js
|
2019-11-22 21:33:08 +01:00 |
_stream_duplex.js
|
stream: add writableCorked to Duplex
|
2019-11-13 17:04:22 +00:00 |
_stream_passthrough.js
|
lib: enforce the use of Object from primordials
|
2019-04-12 05:38:45 +02:00 |
_stream_readable.js
|
stream: increase MAX_HWM
|
2019-11-11 19:50:40 -08:00 |
_stream_transform.js
|
stream: remove TODO and add a description instead
|
2019-05-02 23:16:14 +02:00 |
_stream_wrap.js
|
|
|
_stream_writable.js
|
stream: always invoke end callback
|
2019-11-19 16:06:35 +01:00 |
_tls_common.js
|
tls: replace var with let and const
|
2019-11-08 13:58:57 -08:00 |
_tls_wrap.js
|
tls: cli option to enable TLS key logging to file
|
2019-11-20 08:00:02 -08:00 |
.eslintrc.yaml
|
tools: prohibit Error.prepareStackTrace() usage
|
2019-10-05 20:19:17 -07:00 |
assert.js
|
assert: replace var with let in lib/assert.js
|
2019-11-09 14:11:31 +08:00 |
async_hooks.js
|
async_hooks: only emit after for AsyncResource if stack not empty
|
2019-10-26 15:19:23 +02:00 |
buffer.js
|
buffer: change var to let
|
2019-11-09 13:19:51 +01:00 |
child_process.js
|
child_process,cluster: allow using V8 serialization API
|
2019-11-05 23:07:04 +01:00 |
cluster.js
|
|
|
console.js
|
|
|
constants.js
|
lib: enforce the use of Object from primordials
|
2019-04-12 05:38:45 +02:00 |
crypto.js
|
lib: enforce the use of Object from primordials
|
2019-04-12 05:38:45 +02:00 |
dgram.js
|
dgram: remove listeners on bind error
|
2019-11-07 00:55:00 +01:00 |
dns.js
|
dns: switch var to const/let
|
2019-11-09 05:49:26 -08:00 |
domain.js
|
domain: rename var to let and const
|
2019-11-21 18:04:15 +05:30 |
events.js
|
events: improve performance caused by primordials
|
2019-11-22 19:39:40 -08:00 |
fs.js
|
fs: make FSStatWatcher.start private
|
2019-11-19 16:05:21 +01:00 |
http2.js
|
|
|
http.js
|
lib: enforce the use of Object from primordials
|
2019-04-12 05:38:45 +02:00 |
https.js
|
https: change var to let in lib/https.js
|
2019-11-08 15:27:20 -08:00 |
inspector.js
|
lib: remove the use of util.isFunction
|
2019-09-17 18:41:20 -07:00 |
module.js
|
lib: rework logic of stripping BOM+Shebang from commonjs
|
2019-05-26 13:04:29 -05:00 |
net.js
|
net: replaced vars to lets and consts
|
2019-11-24 11:40:55 +05:30 |
os.js
|
lib: enforce the use of Object from primordials
|
2019-04-12 05:38:45 +02:00 |
path.js
|
path: replace var with let in lib/path.js
|
2019-11-09 08:44:29 -08:00 |
perf_hooks.js
|
perf_hooks: remove non-existent entries from inspect
|
2019-09-13 13:35:51 -07:00 |
process.js
|
|
|
punycode.js
|
|
|
querystring.js
|
querystring: replace var with let/const
|
2019-11-18 17:27:39 +05:30 |
readline.js
|
lib: replace var with let and const in readline.js
|
2019-11-20 19:11:30 +05:30 |
repl.js
|
esm: unflag --experimental-modules
|
2019-11-12 14:04:55 -08:00 |
stream.js
|
stream: simplify uint8ArrayToBuffer helper
|
2019-10-22 13:37:59 -05:00 |
string_decoder.js
|
lib: change var to let in string_decoder
|
2019-11-16 07:42:40 +05:30 |
sys.js
|
|
|
timers.js
|
timers: set _destroyed even if there are no destroy-hooks
|
2019-09-22 16:19:26 -07:00 |
tls.js
|
tls: remove unnecessary set of DEFAULT_MAX_VERSION
|
2019-06-17 14:39:41 +02:00 |
trace_events.js
|
perf_hooks,trace_events: use stricter equality
|
2019-06-16 16:45:15 +08:00 |
tty.js
|
tty: expose stream API from readline methods
|
2019-07-18 17:20:45 -04:00 |
url.js
|
url: replace var with let in lib/url.js
|
2019-11-16 17:07:54 -08:00 |
util.js
|
lib: introduce no-mixed-operators eslint rule to lib
|
2019-10-05 13:59:32 -07:00 |
v8.js
|
lib: replaced var to let in lib/v8.js
|
2019-11-12 09:53:15 +00:00 |
vm.js
|
vm: add Synthetic modules
|
2019-10-14 14:25:38 -07:00 |
worker_threads.js
|
worker: allow specifying resource limits
|
2019-11-05 19:57:13 +01:00 |
zlib.js
|
zlib: remove usage of public util module
|
2019-07-19 11:06:29 -07:00 |