node/lib/internal
Jeremiah Senkpiel d2ffecba2d doc: add internal modules notice
Explicitly note that these modules should not be used outside of core.

PR-URL: https://github.com/nodejs/node/pull/2523
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
2015-08-26 21:14:37 +10:00
..
child_process.js lib: don't use global Buffer 2015-06-11 20:24:44 +02:00
freelist.js
readme.md doc: add internal modules notice 2015-08-26 21:14:37 +10:00
repl.js repl: dont throw ENOENT on NODE_REPL_HISTORY_FILE 2015-08-21 20:31:10 +10:00
socket_list.js child_process: expose ChildProcess constructor 2015-05-28 09:38:29 -05:00
util.js util: prepend '(node) ' to deprecation messages 2015-07-03 16:32:29 +02: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.