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.
 
 
 
 
 
 
Timothy Gu b610a4db1c url: enforce valid UTF-8 in WHATWG parser 8 years ago
..
cluster lib: remove unnecessary assignments with _extend 8 years ago
process lib: rename kMaxCallbacksUntilQueueIsShortened 8 years ago
streams stream: move legacy to lib/internal dir 8 years ago
bootstrap_node.js process: improve memoryUsage() performance 8 years ago
buffer.js lib: more consistent use of module.exports = {} model 8 years ago
child_process.js lib: more consistent use of module.exports = {} model 8 years ago
errors.js errors: add internal/errors.js 8 years ago
freelist.js lib: refactor internal/freelist 8 years ago
fs.js lib: more consistent use of module.exports = {} model 8 years ago
linkedlist.js lib: refactor internal/linkedlist 8 years ago
module.js benchmark,lib,test: adjust for linting 8 years ago
net.js lib: more consistent use of module.exports = {} model 8 years ago
process.js process: fix typo in comments 8 years ago
querystring.js url: fix surrogate handling in encodeAuth() 8 years ago
readline.js readline: use icu based string width calculation 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 lib: refactor internal/socket_list 8 years ago
url.js url: enforce valid UTF-8 in WHATWG parser 8 years ago
util.js tls: use emitWarning() for dhparam < 2048 bits 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.