node/lib
Guy Bedford e7ff00d0c5 inspector: --inspect-brk for es modules
Reworked rebase of PR #17360 with feedback

PR-URL: https://github.com/nodejs/node/pull/18194
Fixes: https://github.com/nodejs/node/issues/17340
Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2018-01-22 18:39:21 +02:00
..
internal inspector: --inspect-brk for es modules 2018-01-22 18:39:21 +02:00
.eslintrc.yaml lib: enable dot-notation eslint rule 2018-01-09 10:52:18 -05:00
_http_agent.js
_http_client.js http: use strict comparison 2018-01-21 02:58:37 +01:00
_http_common.js http: fix parsing of binary upgrade response body 2018-01-21 01:50:56 +01:00
_http_incoming.js
_http_outgoing.js http: remove duplicate export 2018-01-04 18:22:59 -06:00
_http_server.js http: fix parsing of binary upgrade response body 2018-01-21 01:50:56 +01:00
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js stream: added experimental support for for-await 2018-01-11 12:34:41 +01:00
_stream_transform.js
_stream_wrap.js
_stream_writable.js
_tls_common.js
_tls_wrap.js tls: migrate C++ errors to internal/errors.js 2018-01-17 02:20:36 +08:00
assert.js assert: throw without args in ok 2018-01-16 19:57:36 +01:00
async_hooks.js
buffer.js lib: use american spelling as per style guide 2018-01-19 12:59:20 +01:00
child_process.js util: implement util.getSystemErrorName() 2018-01-20 08:51:47 +08:00
cluster.js
console.js
constants.js
crypto.js
dgram.js async_hooks: update defaultTriggerAsyncIdScope for perf 2018-01-09 10:43:00 -05:00
dns.js
domain.js
events.js
fs.js fs: fix options.end of fs.ReadStream() 2018-01-18 08:47:07 +08:00
http.js
http2.js
https.js
inspector.js lib: enable dot-notation eslint rule 2018-01-09 10:52:18 -05:00
module.js inspector: --inspect-brk for es modules 2018-01-22 18:39:21 +02:00
net.js process: use more direct sync I/O for stdio 2018-01-14 14:41:11 +01:00
os.js
path.js path: fix path.normalize for relative paths 2018-01-11 11:11:22 +08:00
perf_hooks.js perf_hooks,http2: add performance.clear() 2018-01-11 10:41:49 -08:00
process.js
punycode.js
querystring.js
readline.js readline: update references to archived repository 2018-01-03 18:22:52 +01:00
repl.js util: change util.inspect depth default 2018-01-16 15:34:03 +01:00
stream.js
string_decoder.js
sys.js
timers.js timers: allow Immediates to be unrefed 2018-01-18 15:55:59 -05:00
tls.js tls: make deprecated tls.createSecurePair() use public API 2018-01-14 14:49:41 +01:00
tty.js tty: fix console printing on Windows 2018-01-19 13:01:47 +01:00
url.js
util.js util: implement util.getSystemErrorName() 2018-01-20 08:51:47 +08:00
v8.js
vm.js
zlib.js