0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib
Guy Bedford 452b393c1f module: exports error as MODULE_NOT_FOUND
PR-URL: https://github.com/nodejs/node/pull/28905
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jan Krems <jan.krems@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
2019-08-01 20:36:27 -07:00
..
internal module: exports error as MODULE_NOT_FOUND 2019-08-01 20:36:27 -07:00
_http_agent.js https: do not automatically use invalid servername 2019-06-17 11:58:26 +02:00
_http_client.js http: avoid extra listener 2019-07-18 20:58:54 -07:00
_http_common.js http: improve parser error messages 2019-07-05 22:36:53 -07:00
_http_incoming.js lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02:00
_http_outgoing.js http: add response.writableFinished 2019-07-16 10:26:08 -07:00
_http_server.js http: reset parser.incoming when server response is finished 2019-07-28 22:14:55 +02:00
_stream_duplex.js stream: add writableFinished 2019-06-25 14:46:10 -07:00
_stream_passthrough.js lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02:00
_stream_readable.js stream: resolve perf regression introduced by V8 7.3 2019-07-26 21:58:09 -07:00
_stream_transform.js stream: remove TODO and add a description instead 2019-05-02 23:16:14 +02:00
_stream_wrap.js lib: assign missed deprecation code 2019-03-07 15:48:55 +01:00
_stream_writable.js stream: resolve perf regression introduced by V8 7.3 2019-07-26 21:58:09 -07:00
_tls_common.js tls: rename validateKeyCert in _tls_common.js 2019-06-12 20:58:27 -07:00
_tls_wrap.js crypto: add debug info client emit secureConnect 2019-06-10 05:29:10 +02:00
.eslintrc.yaml lib: require globals instead of using the global proxy 2019-04-16 04:24:26 +08:00
assert.js deps: update acorn to 6.2.0 2019-07-15 00:04:50 +02:00
async_hooks.js process: improve queueMicrotask performance 2019-06-10 07:49:40 +02:00
buffer.js buffer: remove unreachable code 2019-04-30 06:37:55 -07:00
child_process.js stream: use readableEncoding public api for child_process 2019-07-14 22:27:33 -07: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: changed 'var' to 'let' and 'const' 2019-07-29 23:12:18 -07:00
dns.js dns: do not indicate invalid IPs are IPv6 2019-04-16 16:19:17 -07:00
domain.js domain: use strong reference to domain while active 2019-07-24 20:40:42 -07:00
events.js process: split routines used to enhance fatal exception stack traces 2019-06-27 20:22:08 +08:00
fs.js lib: removed unnecessary fs.realpath options arg check + tests 2019-05-30 15:02:11 +05:30
http2.js
http.js lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02:00
https.js http, http2: remove default server timeout 2019-05-09 08:54:04 -07:00
inspector.js inspector: add inspector.waitForDebugger() 2019-07-20 22:19:06 -07:00
module.js lib: rework logic of stripping BOM+Shebang from commonjs 2019-05-26 13:04:29 -05:00
net.js net: replace _writableState.finished with writableFinished 2019-06-26 08:14:32 -07:00
os.js lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02:00
path.js path: move branch to the correct location 2019-07-14 10:47:10 +08:00
perf_hooks.js perf_hooks: add HttpRequest statistics monitoring #28445 2019-07-12 00:36:27 +02:00
process.js
punycode.js
querystring.js lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02:00
readline.js lib: rename lib/internal/readline.js 2019-07-20 11:56:53 -07:00
repl.js repl: fix some repl context issues 2019-07-17 20:59:12 -07:00
stream.js lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02:00
string_decoder.js lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02:00
sys.js benchmark,doc,lib,test: capitalize comments 2019-03-10 00:44:40 +01:00
timers.js lib: remove outdated optimizations 2019-04-29 20:46:53 +08: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 tools: enable block-scoped-var eslint rule 2019-05-10 16:58:49 +02:00
util.js lib: require globals instead of using the global proxy 2019-04-16 04:24:26 +08:00
v8.js src: export v8.GetHeapCodeAndMetadataStatistics() 2019-07-30 11:36:51 -07:00
vm.js vm: fix gc bug with modules and compiled functions 2019-07-19 16:45:46 -05:00
worker_threads.js worker: add ability to unshift message from MessagePort 2019-05-19 22:01:34 +02:00
zlib.js zlib: remove usage of public util module 2019-07-19 11:06:29 -07:00