Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: rename module pages #34663

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/api/esm.md
@@ -1,4 +1,4 @@
# ECMAScript modules
# Modules: ECMAScript modules

<!--introduced_in=v8.5.0-->
<!-- type=misc -->
Expand Down
6 changes: 3 additions & 3 deletions doc/api/index.md
Expand Up @@ -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)
Expand All @@ -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)
Trott marked this conversation as resolved.
Show resolved Hide resolved
* [Modules: ECMAScript modules](esm.html)
Trott marked this conversation as resolved.
Show resolved Hide resolved
* [Modules: `module` API](module.html)
* [Net](net.html)
* [OS](os.html)
* [Path](path.html)
Expand Down
2 changes: 1 addition & 1 deletion doc/api/module.md
@@ -1,4 +1,4 @@
# Modules: `module` core module
# Modules: `module` API

<!--introduced_in=v0.3.7-->

Expand Down
2 changes: 1 addition & 1 deletion doc/api/modules.md
@@ -1,4 +1,4 @@
# Modules
# Modules: CommonJS modules

<!--introduced_in=v0.10.0-->

Expand Down
2 changes: 1 addition & 1 deletion doc/api/vm.md
Expand Up @@ -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
Expand Down