File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- # ECMAScript modules
1
+ # Modules: ECMAScript modules
2
2
3
3
<!-- introduced_in=v8.5.0-->
4
4
<!-- type=misc -->
Original file line number Diff line number Diff line change 25
25
* [ Deprecated APIs] ( deprecations.html )
26
26
* [ DNS] ( dns.html )
27
27
* [ Domain] ( domain.html )
28
- * [ ECMAScript modules] ( esm.html )
29
28
* [ Errors] ( errors.html )
30
29
* [ Events] ( events.html )
31
30
* [ File system] ( fs.html )
35
34
* [ HTTPS] ( https.html )
36
35
* [ Inspector] ( inspector.html )
37
36
* [ Internationalization] ( intl.html )
38
- * [ Modules] ( modules.html )
37
+ * [ Modules: CommonJS modules] ( modules.html )
38
+ * [ Modules: ECMAScript modules] ( esm.html )
39
39
* [ Modules: ` module ` core module] ( module.html )
40
40
* [ Net] ( net.html )
41
41
* [ OS] ( os.html )
Original file line number Diff line number Diff line change 1
- # Modules
1
+ # Modules: CommonJS modules
2
2
3
3
<!-- introduced_in=v0.10.0-->
4
4
Original file line number Diff line number Diff line change @@ -1320,7 +1320,7 @@ are not controllable through the timeout either.
1320
1320
[`vm.runInContext()`]: #vm_vm_runincontext_code_contextifiedobject_options
1321
1321
[`vm.runInThisContext()`]: #vm_vm_runinthiscontext_code_options
1322
1322
[Cyclic Module Record]: https:// tc39.es/ecma262/#sec-cyclic-module-records
1323
- [ECMAScript Module Loader]: esm.html#esm_ecmascript_modules
1323
+ [ECMAScript Module Loader]: esm.html#esm_modules_ecmascript_modules
1324
1324
[Evaluate() concrete method]: https:// tc39.es/ecma262/#sec-moduleevaluation
1325
1325
[GetModuleNamespace]: https:// tc39.es/ecma262/#sec-getmodulenamespace
1326
1326
[HostResolveImportedModule]: https:// tc39.es/ecma262/#sec-hostresolveimportedmodule
You can’t perform that action at this time.
0 commit comments