node/lib/internal
Brian White b573f77b28 process: fix permanent deoptimizations
PR-URL: https://github.com/nodejs/node/pull/12456
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2017-05-02 20:39:19 -05:00
..
cluster cluster: fix permanent deoptimizations 2017-05-02 20:39:19 -05:00
process process: fix permanent deoptimizations 2017-05-02 20:39:19 -05:00
streams crypto: make LazyTransform compabile with Streams1 2017-05-02 12:46:09 -05:00
test test: add Unicode characters regression test 2017-04-10 13:44:40 -04:00
bootstrap_node.js url: add ToObject method to native URL class 2017-05-01 11:16:06 -05:00
buffer.js buffer: add buffer.transcode 2016-11-03 04:49:14 -05:00
child_process.js child_process: refactor internal/child_process.js 2017-02-22 21:05:07 +01:00
errors.js errors: remove needless lazyAssert 2017-03-28 18:28:55 -04:00
freelist.js lib: freelist: use .pop() for allocation 2016-03-02 09:24:24 -08:00
fs.js fs: export realpathCacheKey from internal/fs 2016-11-22 06:35:55 +01:00
linkedlist.js lib: change == to === in linkedlist 2016-11-03 05:37:29 -05:00
module.js benchmark,lib,test: adjust for linting 2017-01-30 12:08:27 -05:00
net.js net: Validate port in createServer().listen() 2016-04-20 15:41:18 -07:00
process.js process: fix typo in comments 2017-02-26 19:20:57 -05:00
querystring.js querystring: move isHexTable to internal 2017-05-01 11:16:05 -05:00
readline.js readline: remove unneeded eslint-disable comment 2017-03-20 10:39:01 -04:00
readme.md doc: limit lines to 80 cols in internal README 2017-05-02 12:46:09 -05:00
repl.js repl: support hidden history file on Windows 2017-05-02 12:46:14 -05:00
socket_list.js child_process: refactor self=this in socket_list 2016-03-27 12:51:33 +03:00
url.js url: always show password for URL instances 2017-05-02 15:22:44 -05:00
util.js buffer,util: refactor for performance 2017-05-01 11:16:05 -05:00
v8_prof_polyfill.js lib: fix TypeError in v8-polyfill 2016-10-06 11:53:08 -07:00
v8_prof_processor.js process: changed var to const in internal/v8_prof_processor 2016-09-29 11:14:42 -07:00

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.