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.
 
 
 
 
 
 
Adri Van Houdt 41a66bc73a lib: changed var to const in bootstrap_node.js 8 years ago
..
process process: fix handling of process.noDeprecation in emitWarning 8 years ago
streams stream: improve Readable.read() performance 8 years ago
bootstrap_node.js lib: changed var to const in bootstrap_node.js 8 years ago
child_process.js tools: fix new-parens violations 8 years ago
cluster.js cluster: remove handles when disconnecting worker 9 years ago
freelist.js lib: freelist: use .pop() for allocation 9 years ago
fs.js fs: move SyncWriteStream to internal/fs 8 years ago
linkedlist.js timers: optimize `setImmediate()` 8 years ago
module.js repl: keep the built-in modules non-enumerable 9 years ago
net.js net: Validate port in createServer().listen() 9 years ago
process.js src: refactor require('constants') 9 years ago
readline.js readline: keypress trigger for escape character 8 years ago
readme.md doc: add internal modules notice 9 years ago
repl.js repl: don't override all internal repl defaults 8 years ago
socket_list.js child_process: refactor self=this in socket_list 9 years ago
util.js internal/util: remove printDeprecationWarning 8 years ago
v8_prof_polyfill.js tickprocessor: apply c++filt manually on mac 8 years ago
v8_prof_processor.js tickprocessor: apply c++filt manually on mac 8 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.