Skip to content

Commit

Permalink
esm: add chaining to loaders
Browse files Browse the repository at this point in the history
PR-URL: #42623
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
JakobJingleheimer committed May 4, 2022
1 parent c3aa86d commit d859e9e
Show file tree
Hide file tree
Showing 41 changed files with 1,032 additions and 220 deletions.
11 changes: 11 additions & 0 deletions doc/api/errors.md
Expand Up @@ -2092,6 +2092,17 @@ An attempt was made to open an IPC communication channel with a synchronously
forked Node.js process. See the documentation for the [`child_process`][] module
for more information.

<a id="ERR_LOADER_CHAIN_INCOMPLETE"></a>

### `ERR_LOADER_CHAIN_INCOMPLETE`

<!-- YAML
added: REPLACEME
-->

An ESM loader hook returned without calling `next()` and without explicitly
signaling a short circuit.

<a id="ERR_MANIFEST_ASSERT_INTEGRITY"></a>

### `ERR_MANIFEST_ASSERT_INTEGRITY`
Expand Down

0 comments on commit d859e9e

Please sign in to comment.