You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Evan Lucas 3bc7e58ab0 child_process: use stdio.fd even if it is 0 9 years ago
..
child_process.js child_process: use stdio.fd even if it is 0 9 years ago
freelist.js iojs: introduce internal modules 10 years ago
readme.md doc: add internal modules notice 9 years ago
repl.js repl: dont throw ENOENT on NODE_REPL_HISTORY_FILE 9 years ago
socket_list.js child_process: expose ChildProcess constructor 10 years ago
util.js util: prepend '(node) ' to deprecation messages 9 years ago

readme.md

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.