0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 15:30:56 +01:00
nodejs/lib/internal
Jeremiah Senkpiel ec6af31eba lib: rename /node.js to /bootstrap_node.js
PR-URL: https://github.com/nodejs/node/pull/5103
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2016-03-22 19:21:20 -04:00
..
process lib,src: refactor src/node.js into internal files 2016-03-22 19:20:01 -04:00
streams streams: refactor LazyTransform to internal/ 2015-09-14 19:58:04 -07:00
bootstrap_node.js lib: rename /node.js to /bootstrap_node.js 2016-03-22 19:21:20 -04:00
child_process.js child_process: add keepOpen option to send() 2016-02-22 11:55:30 -05:00
cluster.js cluster: remove handles when disconnecting worker 2015-11-06 23:02:11 +01:00
freelist.js lib: freelist: use .pop() for allocation 2016-03-02 09:24:24 -08:00
linkedlist.js lib,test: deprecate _linklist 2015-10-08 17:32:08 -07:00
module.js module: cache stat() results more aggressively 2016-01-12 12:35:11 -08:00
net.js net: strict checking for internal/net isLegalPort 2016-03-21 12:08:57 -07:00
process.js lib,src: refactor src/node.js into internal files 2016-03-22 19:20:01 -04:00
readline.js readline: deprecate undocumented exports 2015-11-19 17:01:25 -05:00
readme.md
repl.js repl: make sure historyPath is trimmed 2016-01-16 13:21:53 -06:00
socket_list.js lib,src: remove usage of events.EventEmitter 2015-09-23 00:23:08 +05:30
util.js module: always decorate thrown errors 2015-12-19 14:15:38 -05:00
v8_prof_polyfill.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
v8_prof_processor.js lib: wrap tick_processor scripts in IIFE 2016-03-03 20:35:20 -08: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.