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.
 
 
 
 
 
 
Matt Loring 49440b7ea2 tools: add --prof-process flag to node binary 9 years ago
..
streams streams: refactor LazyTransform to internal/ 9 years ago
child_process.js child_process: flush consuming streams 9 years ago
cluster.js cluster: remove handles when disconnecting worker 9 years ago
freelist.js iojs: introduce internal modules 10 years ago
linkedlist.js lib,test: deprecate _linklist 9 years ago
module.js module,repl: remove repl require() hack 9 years ago
readline.js readline: deprecate undocumented exports 9 years ago
readme.md doc: add internal modules notice 9 years ago
repl.js repl: don't crash if cannot open history file 9 years ago
socket_list.js lib,src: remove usage of events.EventEmitter 9 years ago
util.js lib,src: ensure '(node:pid)' prefix for stdout logging 9 years ago
v8_prof_polyfill.js tools: add --prof-process flag to node binary 9 years ago
v8_prof_processor.js tools: add --prof-process flag to node binary 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.