diff --git a/doc/api/modules.md b/doc/api/modules.md index 0e79d1b8d68f4d..1f55fefd793075 100644 --- a/doc/api/modules.md +++ b/doc/api/modules.md @@ -171,18 +171,18 @@ relative, and based on the real path of the files making the calls to ## Loading ECMAScript modules using `require()` -> Stability: 1.1 - Active Development. Enable this API with the -> [`--experimental-require-module`][] CLI flag. +> Stability: 1.2 - Release candidate The `.mjs` extension is reserved for [ECMAScript Modules][]. See [Determining module system][] section for more info @@ -1265,7 +1265,6 @@ This section was moved to [GLOBAL_FOLDERS]: #loading-from-the-global-folders [`"main"`]: packages.md#main [`"type"`]: packages.md#type -[`--experimental-require-module`]: cli.md#--experimental-require-module [`ERR_REQUIRE_ASYNC_MODULE`]: errors.md#err_require_async_module [`ERR_UNSUPPORTED_DIR_IMPORT`]: errors.md#err_unsupported_dir_import [`MODULE_NOT_FOUND`]: errors.md#module_not_found