diff --git a/doc/api/modules.md b/doc/api/modules.md index cee15b6fa57f33..bcb0b4e1eda2ca 100644 --- a/doc/api/modules.md +++ b/doc/api/modules.md @@ -951,6 +951,29 @@ Since `require()` returns the `module.exports`, and the `module` is typically *only* available within a specific module's code, it must be explicitly exported in order to be used. +## The `Module` object + + + + + + + +This section was moved to +[Modules: `module` core module](modules_module.html#modules_module_the_module_object). + +## Source map v3 support + + + + + + + + +This section was moved to +[Modules: `module` core module](modules_module.html#modules_module_source_map_v3_support). + [GLOBAL_FOLDERS]: #modules_loading_from_the_global_folders [`Error`]: errors.html#errors_class_error [`__dirname`]: #modules_dirname