diff --git a/doc/api/modules.md b/doc/api/modules.md index 36f325f3878109..86f5df057e9a2f 100644 --- a/doc/api/modules.md +++ b/doc/api/modules.md @@ -171,15 +171,20 @@ relative, and based on the real path of the files making the calls to ## Loading ECMAScript modules using `require()` +> Stability: 1.2 - Release candidate + The `.mjs` extension is reserved for [ECMAScript Modules][]. See [Determining module system][] section for more info regarding which files are parsed as ECMAScript modules.