summaryrefslogtreecommitdiff
path: root/doc/api/errors.md
diff options
context:
space:
mode:
authorGuy Bedford <guybedford@gmail.com>2018-10-24 16:50:32 +0100
committerMyles Borins <mylesborins@google.com>2018-12-03 20:46:29 -0500
commitfd67822e0db62d7ef68ce24a84e1c4b105d3159b (patch)
treea59ec65bb8d0d7e1a8d9d15281e0676fefb19e27 /doc/api/errors.md
parent335e6deaa41bba74e9a940f2f1b745a8d3dbbbce (diff)
downloadnode-new-modules-lkgr.tar.gz
esm: minimal resolver spec and implementation refinementsmodules-lkgr
PR URL: https://github.com/nodejs/ecmascript-modules/pull/12
Diffstat (limited to 'doc/api/errors.md')
-rw-r--r--doc/api/errors.md13
1 files changed, 3 insertions, 10 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md
index 3b4ea6156f..3a277e5b3c 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -1393,13 +1393,6 @@ a `dynamicInstantiate` hook.
A `MessagePort` was found in the object passed to a `postMessage()` call,
but not provided in the `transferList` for that call.
-<a id="ERR_MISSING_MODULE"></a>
-### ERR_MISSING_MODULE
-
-> Stability: 1 - Experimental
-
-An [ES6 module][] could not be resolved.
-
<a id="ERR_MISSING_PLATFORM_FOR_WORKER"></a>
### ERR_MISSING_PLATFORM_FOR_WORKER
@@ -1407,12 +1400,12 @@ The V8 platform used by this instance of Node.js does not support creating
Workers. This is caused by lack of embedder support for Workers. In particular,
this error will not occur with standard builds of Node.js.
-<a id="ERR_MODULE_RESOLUTION_LEGACY"></a>
-### ERR_MODULE_RESOLUTION_LEGACY
+<a id="ERR_MODULE_NOT_FOUND"></a>
+### ERR_MODULE_NOT_FOUND
> Stability: 1 - Experimental
-A failure occurred resolving imports in an [ES6 module][].
+An [ESM module][] could not be resolved.
<a id="ERR_MULTIPLE_CALLBACK"></a>
### ERR_MULTIPLE_CALLBACK