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.
 
 
 
 
 
 
Joyee Cheung f6755182e5
url: show input in parse error message
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 lib: Fix swallowed events in inspect integration 8 years ago
buffer.js buffer: add buffer.transcode 8 years ago
child_process.js child_process: refactor internal/child_process.js 8 years ago
errors.js errors: remove needless lazyAssert 8 years ago
freelist.js lib: freelist: use .pop() for allocation 9 years ago
fs.js fs: export `realpathCacheKey` from `internal/fs` 8 years ago
linkedlist.js lib: change == to === in linkedlist 8 years ago
module.js benchmark,lib,test: adjust for linting 8 years ago
net.js net: Validate port in createServer().listen() 9 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: remove unneeded eslint-disable comment 8 years ago
readme.md doc: add internal modules notice 10 years ago
repl.js repl: don't override all internal repl defaults 9 years ago
socket_list.js child_process: refactor self=this in socket_list 9 years ago
url.js url: show input in parse error message 8 years ago
util.js util: cleanup internalUtil.deprecate 8 years ago
v8_prof_polyfill.js lib: fix TypeError in v8-polyfill 9 years ago
v8_prof_processor.js process: changed var to const in internal/v8_prof_processor 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.