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.
 
 
 
 
 
 
James M Snell ea9eed5643 freelist: simplify export 8 years ago
..
cluster cluster: fix permanent deoptimizations 8 years ago
process process: fix permanent deoptimizations 8 years ago
streams streams: refactor BufferList into ES6 class 8 years ago
test test: add Unicode characters regression test 8 years ago
bootstrap_node.js errors: assign error code to bootstrap_node created error 8 years ago
buffer.js lib: more consistent use of module.exports = {} model 8 years ago
child_process.js errors, child_process: migrate to using internal/errors 8 years ago
errors.js errors, child_process: migrate to using internal/errors 8 years ago
freelist.js freelist: simplify export 8 years ago
fs.js fs: simplify constant decls 8 years ago
http.js http: avoid retaining unneeded memory 8 years ago
linkedlist.js linkedlist: remove unused methods 8 years ago
module.js module: refactor internal/module export style 8 years ago
net.js net: remove an unused internal module `assertPort` 8 years ago
process.js process: refactor internal/process.js export style 8 years ago
querystring.js lib: use Object.create(null) directly 8 years ago
readline.js readline: remove unneeded eslint-disable comment 8 years ago
readme.md doc: limit lines to 80 cols in internal README 8 years ago
repl.js repl: support hidden history file on Windows 8 years ago
socket_list.js lib: refactor internal/socket_list 8 years ago
url.js url: fix permanent deoptimizations 8 years ago
util.js util: fix permanent deoptimizations 8 years ago
v8_prof_polyfill.js lib: fix TypeError in v8-polyfill 8 years ago
v8_prof_processor.js process: changed var to const in internal/v8_prof_processor 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.