Skip to content

Commit c8396b8

Browse files
teppeiscjihrig
authored andcommitted
doc: remove loader hooks from unsupported features
PR-URL: #16465 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 2b0bb57 commit c8396b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/api/esm.md

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ points into ESM graphs at run time.
4343
| `require('./foo.mjs')` | ES Modules have differing resolution and timing, use language standard `import()` |
4444
| `import()` | pending newer V8 release used in Node.js |
4545
| `import.meta` | pending V8 implementation |
46-
| Loader Hooks | pending Node.js EP creation/consensus |
4746

4847
## Notable differences between `import` and `require`
4948

0 commit comments

Comments
 (0)