File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -486,9 +486,9 @@ These CommonJS variables are not available in ES modules.
486
486
` __filename` and ` __dirname` use cases can be replicated via
487
487
[` import.meta.url` ][].
488
488
489
- #### No Native Module Loading
489
+ #### No Addon Loading
490
490
491
- Native modules are not currently supported with ES module imports.
491
+ [Addons][] are not currently supported with ES module imports.
492
492
493
493
They can instead be loaded with [` module.createRequire()` ][] or
494
494
[` process.dlopen` ][].
@@ -1525,6 +1525,7 @@ for ESM specifiers is [commonjs-extension-resolution-loader][].
1525
1525
<!-- Note: The cjs-module-lexer link should be kept in-sync with the deps version -->
1526
1526
1527
1527
[6.1.7 Array Index]: https://tc39.es/ecma262/#integer-index
1528
+ [Addons]: addons.md
1528
1529
[CommonJS]: modules.md
1529
1530
[Conditional exports]: packages.md#conditional-exports
1530
1531
[Core modules]: modules.md#core-modules
You can’t perform that action at this time.
0 commit comments