node/lib/internal
Rich Trott 2961f06f6f debugger: fix --debug-brk interaction with -e
The command line flag `--debug-brk` was ignored when the `-e` flag was
also present. This change allows the flags to both be honored when they
are used in a single command line.

PR-URL: https://github.com/nodejs/node/pull/7089
Fixes: https://github.com/nodejs/node/issues/3589
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2016-06-15 17:46:14 -05:00
..
process process: internal/process/stdio.js cleanup / modernization 2016-06-02 22:36:58 +10:00
streams
bootstrap_node.js debugger: fix --debug-brk interaction with -e 2016-06-15 17:46:14 -05:00
child_process.js child_process: emit IPC messages on next tick 2016-06-02 22:39:20 +10:00
cluster.js cluster: remove handles when disconnecting worker 2015-11-06 23:02:11 +01:00
freelist.js lib: freelist: use .pop() for allocation 2016-03-02 09:24:24 -08:00
linkedlist.js lib,test: deprecate _linklist 2015-10-08 17:32:08 -07:00
module.js repl: keep the built-in modules non-enumerable 2016-04-26 12:16:13 -07:00
net.js net: Validate port in createServer().listen() 2016-04-26 12:16:28 -07:00
process.js intl: Don't crash if v8BreakIterator not available 2016-05-17 08:40:51 -05:00
readline.js lib,test: update in preparation for linter update 2016-05-17 08:09:59 -05:00
readme.md
repl.js repl: create history file with mode 0600 2016-05-17 08:40:13 -05:00
socket_list.js child_process: refactor self=this in socket_list 2016-03-27 12:51:33 +03:00
util.js util: adhere to noDeprecation set at runtime 2016-05-17 08:08:09 -05:00
v8_prof_polyfill.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
v8_prof_processor.js tools: enable linting for v8_prof_processor.js 2016-04-26 12:16:22 -07:00

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These are subject to change at any time. Reliance on these modules outside of core is not supported in any way.