node/lib
Daniele Belardi ec2ffd6b9d module: self referential modules in repl or -r
Load self referential modules from the repl and using the preload flag
`-r`. In both cases the base path used for resolution is the current
`process.cwd()`. Also fixes an internal cycle bug in the REPL exports
resolution.

PR-URL: https://github.com/nodejs/node/pull/32261
Fixes: https://github.com/nodejs/node/issues/31595
Reviewed-By: Guy Bedford <guybedford@gmail.com>
Reviewed-By: Jan Krems <jan.krems@gmail.com>
2020-07-23 07:50:01 -07:00
..
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
internal module: self referential modules in repl or -r 2020-07-23 07:50:01 -07:00
stream stream: add promises version to utility functions 2020-07-09 09:12:19 +02:00
timers timers: introduce timers/promises 2020-06-22 14:29:49 -07:00
_http_agent.js http: add maxTotalSockets to agent class 2020-06-21 18:20:05 +02:00
_http_client.js stream: finished on closed OutgoingMessage 2020-07-16 08:37:01 +02:00
_http_common.js lib: improve debuglog() performance 2020-05-30 17:24:43 -04:00
_http_incoming.js tools: enable no-else-return lint rule 2020-05-16 06:42:16 +02:00
_http_outgoing.js stream: finished on closed OutgoingMessage 2020-07-16 08:37:01 +02:00
_http_server.js stream: finished on closed OutgoingMessage 2020-07-16 08:37:01 +02:00
_stream_duplex.js stream: fix the spellings 2020-06-07 12:14:49 +02:00
_stream_passthrough.js
_stream_readable.js stream: simpler and faster Readable async iterator 2020-07-17 09:06:27 +02:00
_stream_transform.js stream: try to wait for flush to complete before 'finish' 2020-07-15 21:23:10 +02:00
_stream_wrap.js
_stream_writable.js stream: save error in state 2020-07-01 18:22:56 +02:00
_tls_common.js tls: make 'createSecureContext' honor more options 2020-07-13 10:48:32 +02:00
_tls_wrap.js tls: make 'createSecureContext' honor more options 2020-07-13 10:48:32 +02:00
.eslintrc.yaml lib: add Int16Array primordials 2020-06-02 15:38:59 +02:00
assert.js
async_hooks.js async_hooks: move PromiseHook handler to JS 2020-05-09 07:52:22 +02:00
buffer.js src: reset zero fill toggle at pre-execution 2020-07-18 11:23:16 +08:00
child_process.js lib: improve debuglog() performance 2020-05-30 17:24:43 -04:00
cluster.js
console.js
constants.js
crypto.js crypto: move typechecking for timingSafeEqual into C++ 2020-07-03 12:01:03 -07:00
dgram.js dgram: allow typed arrays in .send() 2020-06-19 07:40:11 -07:00
dns.js tools: enable no-else-return lint rule 2020-05-16 06:42:16 +02:00
domain.js domain: remove native domain code 2020-06-19 17:37:26 +02:00
events.js events: fix EventTarget support 2020-06-23 17:08:09 -07:00
fs.js fs: fix realpath inode link caching 2020-06-24 16:37:42 -07: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 lib: replace http to https of comment link urls 2020-07-06 07:03:08 -07:00
inspector.js inspector: throw error when activating an already active inspector 2020-05-24 03:43:05 +02:00
module.js
net.js net: fix bufferSize 2020-06-30 22:36:50 +02:00
os.js
path.js path: fix comment grammar 2020-04-28 19:10:26 +02:00
perf_hooks.js perf_hooks: fix error message for invalid entryTypes 2020-05-10 13:53:15 +02:00
process.js
punycode.js
querystring.js lib: replace http to https of comment link urls 2020-07-06 07:03:08 -07:00
readline.js lib: replace http to https of comment link urls 2020-07-06 07:03:08 -07:00
repl.js repl: fix verb conjugation in deprecation message 2020-07-06 07:00:44 -07:00
stream.js stream: refactor lazyLoadPromises 2020-07-17 12:58:38 +02:00
string_decoder.js
sys.js
timers.js timers: allow timers to be used as primitives 2020-06-24 16:15:41 -07:00
tls.js
trace_events.js
tty.js
url.js
util.js
v8.js tools: enable no-else-return lint rule 2020-05-16 06:42:16 +02:00
vm.js vm: add run-after-evaluate microtask mode 2020-06-26 11:41:33 -07:00
wasi.js wasi: add reactor support 2020-06-29 09:52:09 -05:00
worker_threads.js worker: add public method for marking objects as untransferable 2020-06-25 08:33:29 -07:00
zlib.js zlib: switch to lazy init for zlib streams 2020-07-22 16:20:33 +03:00