aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2017-10-29 01:36:18 +0200
committerAnna Henningsen <anna@addaleax.net>2017-11-03 01:11:11 +0100
commit14181a3368b38978e3178d66a549349cc720f707 (patch)
treedbd6e4ca8fc05551cd788ceb0e9b13d42f8f2861 /doc
parente22a8f17a5d70355062b483337692e45954380a0 (diff)
downloadandroid-node-v8-14181a3368b38978e3178d66a549349cc720f707.tar.gz
android-node-v8-14181a3368b38978e3178d66a549349cc720f707.tar.bz2
android-node-v8-14181a3368b38978e3178d66a549349cc720f707.zip
lib: refactor ES module loader for readability
PR-URL: https://github.com/nodejs/node/pull/16579 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/errors.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md
index e7b629781e..fa56c7a529 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -1207,6 +1207,14 @@ for strict compliance with the API specification (which in some cases may accept
`func(undefined)` and `func()` are treated identically, and the
[`ERR_INVALID_ARG_TYPE`][] error code may be used instead.
+<a id="ERR_MISSING_DYNAMIC_INSTANTIATE_HOOK"></a>
+### ERR_MISSING_DYNAMIC_INSTANTIATE_HOOK
+
+> Stability: 1 - Experimental
+
+Used when an [ES6 module][] loader hook specifies `format: 'dynamic` but does
+not provide a `dynamicInstantiate` hook.
+
<a id="ERR_MISSING_MODULE"></a>
### ERR_MISSING_MODULE