0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/lib
Myles Borins 1e5ed9a5db esm: modify resolution order for specifier flag
Currently `--es-module-specifier-resolution=node` has an alternative
resolution order than the default in common.js, this causes
inconsistencies. As discussed in @nodejs/modules we want to preserve
resolution order between implementations.

PR-URL: https://github.com/nodejs/node/pull/29974
Reviewed-By: Jan Krems <jan.krems@gmail.com>
Reviewed-By: Guy Bedford <guybedford@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2019-10-16 22:01:19 -04:00
..
internal esm: modify resolution order for specifier flag 2019-10-16 22:01:19 -04:00
_http_agent.js http: add reusedSocket property on client request 2019-10-12 11:55:25 +08:00
_http_client.js http: emit close on socket re-use 2019-10-15 16:51:09 -07:00
_http_common.js http: remove legacy parser 2019-09-20 20:18:35 +02:00
_http_incoming.js
_http_outgoing.js
_http_server.js src: bring 425 status code name into accordance with RFC 8470 2019-10-10 10:48:13 -07:00
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js stream: throw unhandled error for readable with autoDestroy 2019-10-13 16:38:15 -07:00
_stream_transform.js
_stream_wrap.js
_stream_writable.js stream: always invoke callback before emitting error 2019-09-30 10:56:29 -07:00
_tls_common.js tls: add option for private keys for OpenSSL engines 2019-09-27 15:50:56 -07:00
_tls_wrap.js lib: introduce no-mixed-operators eslint rule to lib 2019-10-05 13:59:32 -07:00
.eslintrc.yaml tools: prohibit Error.prepareStackTrace() usage 2019-10-05 20:19:17 -07:00
assert.js assert: fix line number calculation after V8 upgrade 2019-10-07 03:20:07 -04:00
async_hooks.js
buffer.js
child_process.js
cluster.js
console.js
constants.js
crypto.js
dgram.js dgram: add source-specific multicast support 2019-10-17 03:12:53 +02:00
dns.js
domain.js domain: do not import util for a simple type check 2019-10-12 21:59:34 -07:00
events.js events: improve performance of EventEmitter.emit 2019-09-24 09:12:59 +02:00
fs.js fs: make FSWatcher.start private 2019-10-12 19:56:07 -07:00
http2.js
http.js
https.js
inspector.js
module.js
net.js net: treat ENOTCONN at shutdown as success 2019-10-12 03:09:22 +02:00
os.js
path.js lib: introduce no-mixed-operators eslint rule to lib 2019-10-05 13:59:32 -07:00
perf_hooks.js
process.js
punycode.js
querystring.js
readline.js lib: introduce no-mixed-operators eslint rule to lib 2019-10-05 13:59:32 -07:00
repl.js module: refactor modules bootstrap 2019-10-16 21:50:05 -04:00
stream.js
string_decoder.js
sys.js
timers.js timers: set _destroyed even if there are no destroy-hooks 2019-09-22 16:19:26 -07:00
tls.js
trace_events.js
tty.js
url.js lib: introduce no-mixed-operators eslint rule to lib 2019-10-05 13:59:32 -07:00
util.js lib: introduce no-mixed-operators eslint rule to lib 2019-10-05 13:59:32 -07:00
v8.js
vm.js vm: add Synthetic modules 2019-10-14 14:25:38 -07:00
worker_threads.js
zlib.js