| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4130fcd commit b554bec
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -485,9 +485,9 @@ These CommonJS variables are not available in ES modules. | |||
| 485 | 485 | `__filename` and `__dirname` use cases can be replicated via | |
| 486 | 486 | [`import.meta.url`][]. | |
| 487 | 487 | ||
| 488 | - #### No Native Module Loading | ||
| 488 | + #### No Addon Loading | ||
| 489 | 489 | ||
| 490 | - Native modules are not currently supported with ES module imports. | ||
| 490 | + [Addons][] are not currently supported with ES module imports. | ||
| 491 | 491 | ||
| 492 | 492 | They can instead be loaded with [`module.createRequire()`][] or | |
| 493 | 493 | [`process.dlopen`][]. | |
@@ -1539,6 +1539,7 @@ success! | |||
| 1539 | 1539 | <!-- Note: The cjs-module-lexer link should be kept in-sync with the deps version --> | |
| 1540 | 1540 | ||
| 1541 | 1541 | [6.1.7 Array Index]: https://tc39.es/ecma262/#integer-index | |
| 1542 | + [Addons]: addons.md | ||
| 1542 | 1543 | [CommonJS]: modules.md | |
| 1543 | 1544 | [Conditional exports]: packages.md#conditional-exports | |
| 1544 | 1545 | [Core modules]: modules.md#core-modules | |
| Back | FazBrowse Home | New Git URL |
0 commit comments