File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -951,6 +951,29 @@ Since `require()` returns the `module.exports`, and the `module` is typically
951
951
* only* available within a specific module's code, it must be explicitly exported
952
952
in order to be used.
953
953
954
+ ## The ` Module ` object
955
+
956
+ <!-- Anchors to make sure old links find a target -->
957
+ <a id =" modules_module_builtinmodules " ></a >
958
+ <a id =" modules_module_createrequire_filename " ></a >
959
+ <a id =" modules_module_createrequirefrompath_filename " ></a >
960
+ <a id =" modules_module_syncbuiltinesmexports " ></a >
961
+
962
+ This section was moved to
963
+ [ Modules: ` module ` core module] ( modules_module.html#modules_module_the_module_object ) .
964
+
965
+ ## Source map v3 support
966
+
967
+ <!-- Anchors to make sure old links find a target -->
968
+ <a id =" modules_module_findsourcemap_path_error " ></a >
969
+ <a id =" modules_class_module_sourcemap " ></a >
970
+ <a id =" modules_new_sourcemap_payload " ></a >
971
+ <a id =" modules_sourcemap_payload " ></a >
972
+ <a id =" modules_sourcemap_findentry_linenumber_columnnumber " ></a >
973
+
974
+ This section was moved to
975
+ [ Modules: ` module ` core module] ( modules_module.html#modules_module_source_map_v3_support ) .
976
+
954
977
[ GLOBAL_FOLDERS ] : #modules_loading_from_the_global_folders
955
978
[ `Error` ] : errors.html#errors_class_error
956
979
[ `__dirname` ] : #modules_dirname
You can’t perform that action at this time.
0 commit comments