| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a18d0df commit 7510667
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 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,7 +25,6 @@ | |||
| 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,7 +34,8 @@ | |||
| 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 | * [Net](net.html) | |
| 40 | 40 | * [OS](os.html) | |
| 41 | 41 | * [Path](path.html) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 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 | |
|---|---|---|---|
@@ -1177,7 +1177,7 @@ queues. | |||
| 1177 | 1177 | [`vm.runInContext()`]: #vm_vm_runincontext_code_contextifiedobject_options | |
| 1178 | 1178 | [`vm.runInThisContext()`]: #vm_vm_runinthiscontext_code_options | |
| 1179 | 1179 | [Cyclic Module Record]: https://tc39.es/ecma262/#sec-cyclic-module-records | |
| 1180 | - [ECMAScript Module Loader]: esm.html#esm_ecmascript_modules | ||
| 1180 | + [ECMAScript Module Loader]: esm.html#esm_modules_ecmascript_modules | ||
| 1181 | 1181 | [Evaluate() concrete method]: https://tc39.es/ecma262/#sec-moduleevaluation | |
| 1182 | 1182 | [GetModuleNamespace]: https://tc39.es/ecma262/#sec-getmodulenamespace | |
| 1183 | 1183 | [HostResolveImportedModule]: https://tc39.es/ecma262/#sec-hostresolveimportedmodule | |
| Back | FazBrowse Home | New Git URL |
0 commit comments