node/lib
Sebastien Ahkrin b79829c5f5
lib: replace String global with primordials
PR-URL: https://github.com/nodejs/node/pull/35397
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Pranshu Srivastava <rexagod@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org>
2020-10-04 09:40:56 +02:00
..
assert assert: add assert/strict alias module 2020-06-25 08:37:48 -07:00
dns
fs
internal lib: replace String global with primordials 2020-10-04 09:40:56 +02:00
stream stream: add promises version to utility functions 2020-07-09 09:12:19 +02:00
timers timers: use AbortController with correct name/message 2020-08-15 14:48:13 -07:00
_http_agent.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
_http_client.js lib: replace String global with primordials 2020-10-04 09:40:56 +02:00
_http_common.js http: add requestTimeout 2020-09-15 15:39:54 -04:00
_http_incoming.js
_http_outgoing.js http: only set keep-alive when not exists 2020-09-12 20:22:56 +08:00
_http_server.js https: set requestTimeout default to 0 2020-09-21 08:32:26 -07:00
_stream_duplex.js stream: move to internal/streams 2020-09-21 08:23:06 +00:00
_stream_passthrough.js stream: move to internal/streams 2020-09-21 08:23:06 +00:00
_stream_readable.js stream: move to internal/streams 2020-09-21 08:23:06 +00:00
_stream_transform.js stream: move to internal/streams 2020-09-21 08:23:06 +00:00
_stream_wrap.js
_stream_writable.js stream: move to internal/streams 2020-09-21 08:23:06 +00:00
_tls_common.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
_tls_wrap.js tls: make 'createSecureContext' honor more options 2020-07-13 10:48:32 +02:00
.eslintrc.yaml lib: replace String global with primordials 2020-10-04 09:40:56 +02:00
assert.js lib: replace String global with primordials 2020-10-04 09:40:56 +02:00
async_hooks.js async_hooks: avoid GC tracking of AsyncResource in ALS 2020-08-07 08:51:19 -07:00
buffer.js buffer: adjust validation to account for buffer.kMaxLength 2020-09-12 11:17:59 +00:00
child_process.js win, child_process: sanitize env variables 2020-09-24 18:25:18 +02:00
cluster.js
console.js
constants.js
crypto.js crypto: add randomInt function 2020-09-04 10:51:13 +02:00
dgram.js dgram: allow typed arrays in .send() 2020-06-19 07:40:11 -07:00
dns.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
domain.js domain: remove native domain code 2020-06-19 17:37:26 +02:00
events.js lib: replace String global with primordials 2020-10-04 09:40:56 +02:00
fs.js fs: simplify realpathSync 2020-10-04 08:23:51 +02:00
http2.js http2: add support for sensitive headers 2020-07-16 00:25:47 +02:00
http.js http: tidy up exposure of header validation 2020-05-25 19:21:57 +02:00
https.js https: set requestTimeout default to 0 2020-09-21 08:32:26 -07:00
inspector.js
module.js
net.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
os.js lib: replace Float64Array global with primordials 2020-10-04 09:40:51 +02:00
path.js
perf_hooks.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
process.js
punycode.js
querystring.js lib: replace String global with primordials 2020-10-04 09:40:56 +02:00
readline.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
repl.js repl: standardize Control key indications 2020-09-28 06:55:07 -07:00
stream.js stream: fix legacy pipe error handling 2020-09-23 04:33:05 -07:00
string_decoder.js
sys.js
timers.js lib: use Object static properties from primordials 2020-09-30 17:52:35 +02:00
tls.js lib: replace String global with primordials 2020-10-04 09:40:56 +02:00
trace_events.js
tty.js
url.js
util.js util: add debug and debuglog.enabled 2020-08-10 12:09:43 -05:00
v8.js
vm.js lib: allow to validate enums with validateOneOf 2020-08-17 11:50:46 -07:00
wasi.js lib: replace String global with primordials 2020-10-04 09:40:56 +02:00
worker_threads.js worker: add public method for marking objects as untransferable 2020-06-25 08:33:29 -07:00
zlib.js zlib: replace usage of internal stream state with public api 2020-08-29 09:34:33 +00:00