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.
 
 
 
 
 
 
Miroslav Bajtoš a0895ed6c4
inspector: enable async stack traces
7 years ago
..
cluster lib,src: fix consistent spacing inside braces 7 years ago
http2 http2: Expose Http2ServerRequest/Response 7 years ago
process lib: move deprecationWarned var 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: enable async stack traces 7 years ago
buffer.js buffer: refactor module.exports, imports 7 years ago
child_process.js child_process: defer error to next tick 7 years ago
encoding.js encoding: rudimentary TextDecoder support w/o ICU 7 years ago
errors.js async_hooks: don't abort unnecessarily 7 years ago
freelist.js lib: update indentation of ternaries 7 years ago
fs.js errors: port internal/fs errors to internal/errors 7 years ago
http.js http2: introducing HTTP/2 7 years ago
inspector_async_hook.js inspector: enable async stack traces 7 years ago
linkedlist.js linkedlist: correct grammar in comments 7 years ago
module.js http2: introducing HTTP/2 7 years ago
net.js net: add symbol to normalized connect() args 8 years ago
os.js os: add CIDR support 7 years ago
process.js doc, lib, test: do not re-require needlessly 7 years ago
querystring.js lib: use Object.create(null) directly 8 years ago
readline.js lib: remove excess indentation 7 years ago
readme.md doc: limit lines to 80 cols in internal README 8 years ago
repl.js repl: fix old history error handling 7 years ago
socket_list.js lib,src: fix consistent spacing inside braces 7 years ago
url.js url: update sort() behavior with no params 7 years ago
util.js lib: tweak use of internal/errors 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.