mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
doc: rename module pages
Using a "Modules:" prefix groups all the related pages together when using alphabetical order. Refs: https://github.com/nodejs/modules/issues/539 PR-URL: https://github.com/nodejs/node/pull/34663 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Guy Bedford <guybedford@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Geoffrey Booth <webmaster@geoffreybooth.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
This commit is contained in:
parent
9c55970c33
commit
22e3ada0c1
|
|
@ -1,4 +1,4 @@
|
|||
# ECMAScript modules
|
||||
# Modules: ECMAScript modules
|
||||
|
||||
<!--introduced_in=v8.5.0-->
|
||||
<!-- type=misc -->
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
* [Deprecated APIs](deprecations.html)
|
||||
* [DNS](dns.html)
|
||||
* [Domain](domain.html)
|
||||
* [ECMAScript modules](esm.html)
|
||||
* [Errors](errors.html)
|
||||
* [Events](events.html)
|
||||
* [File system](fs.html)
|
||||
|
|
@ -35,8 +34,9 @@
|
|||
* [HTTPS](https.html)
|
||||
* [Inspector](inspector.html)
|
||||
* [Internationalization](intl.html)
|
||||
* [Modules](modules.html)
|
||||
* [Modules: `module` core module](module.html)
|
||||
* [Modules: CommonJS modules](modules.html)
|
||||
* [Modules: ECMAScript modules](esm.html)
|
||||
* [Modules: `module` API](module.html)
|
||||
* [Net](net.html)
|
||||
* [OS](os.html)
|
||||
* [Path](path.html)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Modules: `module` core module
|
||||
# Modules: `module` API
|
||||
|
||||
<!--introduced_in=v0.3.7-->
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Modules
|
||||
# Modules: CommonJS modules
|
||||
|
||||
<!--introduced_in=v0.10.0-->
|
||||
|
||||
|
|
|
|||
|
|
@ -1320,7 +1320,7 @@ are not controllable through the timeout either.
|
|||
[`vm.runInContext()`]: #vm_vm_runincontext_code_contextifiedobject_options
|
||||
[`vm.runInThisContext()`]: #vm_vm_runinthiscontext_code_options
|
||||
[Cyclic Module Record]: https://tc39.es/ecma262/#sec-cyclic-module-records
|
||||
[ECMAScript Module Loader]: esm.html#esm_ecmascript_modules
|
||||
[ECMAScript Module Loader]: esm.html#esm_modules_ecmascript_modules
|
||||
[Evaluate() concrete method]: https://tc39.es/ecma262/#sec-moduleevaluation
|
||||
[GetModuleNamespace]: https://tc39.es/ecma262/#sec-getmodulenamespace
|
||||
[HostResolveImportedModule]: https://tc39.es/ecma262/#sec-hostresolveimportedmodule
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user