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.
 
 
 
 
 
 
Weijia Wang 212de3c5ec
lib: use destructuring for some constants
7 years ago
..
cluster lib: use destructuring for some constants 7 years ago
crypto crypto: migrate Certificate to internal/errors 7 years ago
http2 lib: use destructuring for some constants 7 years ago
loader src: add internalBindings for binding isolation 7 years ago
process lib: use destructuring for some constants 7 years ago
streams lib: use destructuring for some constants 7 years ago
test test: add Unicode characters regression test 8 years ago
util lib: faster type checks for some types 7 years ago
bootstrap_node.js http2: make --expose-http2 flag a non-op 7 years ago
buffer.js buffer: refactor module.exports, imports 8 years ago
child_process.js lib: use destructuring for some constants 7 years ago
encoding.js lib: faster type checks for some types 7 years ago
errors.js inspector: migrate to internal/errors 7 years ago
freelist.js lib: update indentation of ternaries 8 years ago
fs.js lib: use destructuring for some constants 7 years ago
http.js http2: introducing HTTP/2 8 years ago
inspector_async_hook.js inspector: enable async stack traces 7 years ago
linkedlist.js linkedlist: correct grammar in comments 8 years ago
module.js module: add inspector to builtinLibs 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 src: add internalBindings for binding isolation 7 years ago
querystring.js lib: use Object.create(null) directly 8 years ago
readline.js lib: remove excess indentation 8 years ago
readme.md doc: limit lines to 80 cols in internal README 8 years ago
repl.js lib: use destructuring for some constants 7 years ago
safe_globals.js module: Allow runMain to be ESM 7 years ago
socket_list.js child_process: fix memory leak in .fork() 7 years ago
tls.js tls: deprecate parseCertString & move to internal 7 years ago
url.js module: allow loading files with % in the name 7 years ago
util.js lib: use destructuring for some constants 7 years ago
v8_prof_polyfill.js v8: fix RegExp nits in v8_prof_polyfill.js 8 years ago
v8_prof_processor.js fix --prof-process --preprocess flag 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.