Skip to content

Commit 3abaf4d

Browse files
JakobJingleheimerjuanarbol
authored andcommitted
esm: add chaining to loaders
PR-URL: #42623 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 16df038 commit 3abaf4d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1038
-222
lines changed

doc/api/errors.md

+11
Original file line numberDiff line numberDiff line change
@@ -2071,6 +2071,17 @@ An attempt was made to open an IPC communication channel with a synchronously
20712071
forked Node.js process. See the documentation for the [`child_process`][] module
20722072
for more information.
20732073

2074+
<a id="ERR_LOADER_CHAIN_INCOMPLETE"></a>
2075+
2076+
### `ERR_LOADER_CHAIN_INCOMPLETE`
2077+
2078+
<!-- YAML
2079+
added: REPLACEME
2080+
-->
2081+
2082+
An ESM loader hook returned without calling `next()` and without explicitly
2083+
signaling a short circuit.
2084+
20742085
<a id="ERR_MANIFEST_ASSERT_INTEGRITY"></a>
20752086

20762087
### `ERR_MANIFEST_ASSERT_INTEGRITY`

0 commit comments

Comments
 (0)