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.
 
 
 
 
 
 
Trevor Norris 54cc7212df buffer: introduce latin1 encoding term 9 years ago
..
process process: internal/process/stdio.js cleanup / modernization 9 years ago
streams buffer: introduce latin1 encoding term 8 years ago
bootstrap_node.js debugger: fix --debug-brk interaction with -e 9 years ago
child_process.js child_process: emit IPC messages on next tick 9 years ago
cluster.js cluster: remove handles when disconnecting worker 9 years ago
freelist.js lib: freelist: use .pop() for allocation 9 years ago
linkedlist.js lib,test: deprecate _linklist 9 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 lib,test: update in preparation for linter update 9 years ago
readme.md doc: add internal modules notice 9 years ago
repl.js benchmark,test,lib: remove extra spaces 9 years ago
socket_list.js child_process: refactor self=this in socket_list 9 years ago
util.js lib,src: drop dependency on v8::Private::ForApi() 9 years ago
v8_prof_polyfill.js buffer: add .from(), .alloc() and .allocUnsafe() 9 years ago
v8_prof_processor.js tools: enable linting for v8_prof_processor.js 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.