Skip to content

Commit d2ffecb

Browse files
Fishrock123rvagg
authored andcommitted
doc: add internal modules notice
Explicitly note that these modules should not be used outside of core. PR-URL: #2523 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent 856baf4 commit d2ffecb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/internal/readme.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Internal Modules
2+
3+
The modules in `lib/internal` are intended for internal use in Node.js core only, and are not accessible with `require()` from user modules.
4+
These are subject to change at **any** time. Reliance on these modules outside of core is **not supported** in any way.

0 commit comments

Comments
 (0)