node/lib
Antoine du Hamel 3e4bc1b0d3
module: fix legacy node specifier resolution to resolve "main" field
PR-URL: https://github.com/nodejs/node/pull/38979
Backport-PR-URL: https://github.com/nodejs/node/pull/39497
Fixes: https://github.com/nodejs/node/issues/32103
Fixes: https://github.com/nodejs/node/issues/38739
Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
Reviewed-By: Guy Bedford <guybedford@gmail.com>
2021-07-28 23:25:49 +01:00
..
internal module: fix legacy node specifier resolution to resolve "main" field 2021-07-28 23:25:49 +01:00
_http_agent.js http: do not loop over prototype in Agent 2021-02-09 22:14:21 -05:00
_http_client.js lib: change http client path assignment 2020-11-16 11:57:59 -05:00
_http_common.js lib: improve debuglog() performance 2020-09-28 10:59:37 +02:00
_http_incoming.js http: return this from IncomingMessage#destroy() 2020-09-22 23:47:57 +02:00
_http_outgoing.js http: only set keep-alive when not exists 2020-11-16 11:57:49 -05:00
_http_server.js http: provide keep-alive timeout response header 2020-09-22 19:54:54 +02:00
_stream_duplex.js stream: fix the spellings 2020-07-14 12:13:13 -07:00
_stream_passthrough.js lib: flatten access to primordials 2020-02-06 02:49:21 +00:00
_stream_readable.js stream: destroy wrapped streams on error 2020-11-16 11:57:49 -05:00
_stream_transform.js lib: flatten access to primordials 2020-02-06 02:49:21 +00:00
_stream_wrap.js lib: assign missed deprecation code 2019-03-07 15:48:55 +01:00
_stream_writable.js stream: combine properties using defineProperties 2020-04-20 22:39:22 +02:00
_tls_common.js tls: make 'createSecureContext' honor more options 2020-09-22 23:47:58 +02:00
_tls_wrap.js tls: reset secureConnecting on client socket 2020-11-16 11:57:49 -05:00
.eslintrc.yaml lib: use remaining typed arrays from primordials 2020-11-16 11:57:59 -05:00
assert.js assert: port common.mustCall() to assert 2020-09-15 21:39:03 +01:00
async_hooks.js async_hooks: fix leak in AsyncLocalStorage exit 2021-02-09 22:14:21 -05:00
buffer.js lib: use remaining typed arrays from primordials 2020-11-16 11:57:59 -05:00
child_process.js lib: improve debuglog() performance 2020-09-28 10:59:37 +02:00
cluster.js
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 2020-02-06 02:49:21 +00:00
crypto.js crypto: add randomInt function 2020-09-22 23:48:09 +02:00
dgram.js dgram: allow typed arrays in .send() 2020-09-22 23:46:42 +02:00
dns.js tools: enable no-else-return lint rule 2020-07-14 12:13:31 -07:00
domain.js domain: remove native domain code 2020-07-14 12:13:23 -07:00
events.js events: assume an EventEmitter if emitter.on is a function 2020-11-16 11:58:06 -05:00
fs.js fs: simplify realpathSync 2020-11-16 11:57:57 -05:00
http.js lib: flatten access to primordials 2020-02-06 02:49:21 +00:00
http2.js http2: order declarations in http2.js 2018-11-20 10:42:31 -08:00
https.js lib: improve debuglog() performance 2020-09-28 10:59:37 +02:00
inspector.js inspector: throw error when activating an already active inspector 2020-07-08 13:02:14 -07:00
module.js module: add API for interacting with source maps 2020-04-28 16:00:35 +02:00
net.js errors: improve ERR_INVALID_OPT_VALUE error 2020-11-16 11:57:53 -05:00
os.js src: create a getter for kernel version 2020-04-28 16:00:49 +02:00
path.js path: fix comment grammar 2020-05-13 17:52:56 +02:00
perf_hooks.js perf_hooks: add idleTime and event loop util 2020-09-22 23:48:08 +02:00
process.js
punycode.js lib: use strict equality comparison 2020-02-06 02:49:09 +00:00
querystring.js lib: add URI handling functions to primordials 2021-03-29 12:33:50 +01:00
readline.js lib: replace http to https of comment link urls 2020-09-22 10:21:10 +02:00
repl.js repl: improve static import error message in repl 2020-11-16 11:58:04 -05:00
stream.js stream: simplify uint8ArrayToBuffer helper 2019-11-11 10:24:49 +01:00
string_decoder.js lib: replace Symbol global by the primordials Symbol 2020-02-06 02:49:22 +00:00
sys.js benchmark,doc,lib,test: capitalize comments 2019-03-10 00:44:40 +01:00
timers.js lib: improve debuglog() performance 2020-09-28 10:59:37 +02:00
tls.js tls: provide default cipher list from command line 2020-04-28 16:19:43 +02:00
trace_events.js lib: replace Set global by the primordials 2020-02-06 02:49:24 +00:00
tty.js lib: use static Number properties from primordials 2020-02-06 02:49:22 +00:00
url.js lib: add URI handling functions to primordials 2021-03-29 12:33:50 +01:00
util.js lib: replace use of Error with primordials 2020-02-06 02:49:24 +00:00
v8.js v8: implement v8.stopCoverage() 2021-03-17 20:36:04 +00:00
vm.js tools: enable no-else-return lint rule 2020-07-14 12:13:31 -07:00
wasi.js wasi: add reactor support 2020-09-22 01:10:19 +02:00
worker_threads.js worker: add public method for marking objects as untransferable 2020-09-28 10:59:35 +02:00
zlib.js lib: use remaining typed arrays from primordials 2020-11-16 11:57:59 -05:00