We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b0bb57 commit c8396b8Copy full SHA for c8396b8
doc/api/esm.md
@@ -43,7 +43,6 @@ points into ESM graphs at run time.
43
| `require('./foo.mjs')` | ES Modules have differing resolution and timing, use language standard `import()` |
44
| `import()` | pending newer V8 release used in Node.js |
45
| `import.meta` | pending V8 implementation |
46
-| Loader Hooks | pending Node.js EP creation/consensus |
47
48
## Notable differences between `import` and `require`
49
0 commit comments