Skip to content

Commit da61e23

Browse files
JakobJingleheimertargos
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 aac1838 commit da61e23

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

+1032
-220
lines changed

doc/api/errors.md

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

2095+
<a id="ERR_LOADER_CHAIN_INCOMPLETE"></a>
2096+
2097+
### `ERR_LOADER_CHAIN_INCOMPLETE`
2098+
2099+
<!-- YAML
2100+
added: REPLACEME
2101+
-->
2102+
2103+
An ESM loader hook returned without calling `next()` and without explicitly
2104+
signaling a short circuit.
2105+
20952106
<a id="ERR_MANIFEST_ASSERT_INTEGRITY"></a>
20962107

20972108
### `ERR_MANIFEST_ASSERT_INTEGRITY`

0 commit comments

Comments
 (0)