da550aa063
If one were to set NODE_REPL_HISTORY to a string that contains only a space (" "), then the history file would be created with that name which can cause problems are certain systems. PR-URL: https://github.com/nodejs/node/pull/4539 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> |
||
---|---|---|
.. | ||
streams | ||
child_process.js | ||
cluster.js | ||
freelist.js | ||
linkedlist.js | ||
module.js | ||
readline.js | ||
readme.md | ||
repl.js | ||
socket_list.js | ||
util.js | ||
v8_prof_polyfill.js | ||
v8_prof_processor.js |
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.