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>
This commit is contained in:
Jeremiah Senkpiel 2015-08-24 10:29:40 -04:00
Родитель 7e63eb7762
Коммит 8cdac78bdf
1 изменённых файлов: 4 добавлений и 0 удалений

4
lib/internal/readme.md Normal file
Просмотреть файл

@ -0,0 +1,4 @@
# 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.