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.
 
 
 
 
 
 
Rich Trott 095c0de94d benchmark,lib,test: use braces for multiline block 7 years ago
..
cluster cluster: remove obsolete todo 7 years ago
process src,lib,test,doc: correct misspellings 7 years ago
streams net: return this from destroy() 7 years ago
test test: add Unicode characters regression test 8 years ago
bootstrap_node.js inspector: --debug* deprecation and invalidation 8 years ago
buffer.js lib: more consistent use of module.exports = {} model 8 years ago
child_process.js child_process: do not extend result for *Sync() 7 years ago
errors.js errors: prevent stack recalculation 7 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 async_hooks: initial async_hooks implementation 8 years ago
net.js net: add symbol to normalized connect() args 8 years ago
process.js benchmark,lib,test: use braces for multiline block 7 years ago
querystring.js lib: use Object.create(null) directly 8 years ago
readline.js readline: move escape codes into internal/readline 8 years ago
readme.md doc: limit lines to 80 cols in internal README 8 years ago
repl.js errors,repl: migrate to use internal/errors.js 7 years ago
socket_list.js lib: fix typos 7 years ago
url.js readline,repl,url,util: remove needless capturing 7 years ago
util.js internal/util: use internal/errors.js 7 years ago
v8_prof_polyfill.js v8: fix RegExp nits in v8_prof_polyfill.js 7 years ago
v8_prof_processor.js profiler: declare missing `printErr` 7 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.