Skip to content

Commit

Permalink
doc: remove stability from unreleased errors
Browse files Browse the repository at this point in the history
Remove stability indicators from errors that only existed on the master
branch and are not in the release.

PR-URL: #33764
Reviewed-By: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
Trott authored and addaleax committed Sep 22, 2020
1 parent 6319c8f commit 9bb70a4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions doc/api/errors.md
Expand Up @@ -2446,8 +2446,6 @@ releases.
<a id="ERR_ENTRY_TYPE_MISMATCH"></a>
#### `ERR_ENTRY_TYPE_MISMATCH`

> Stability: 1 - Experimental
The `--entry-type=commonjs` flag was used to attempt to execute an `.mjs` file
or a `.js` file where the nearest parent `package.json` contains
`"type": "module"`; or
Expand Down Expand Up @@ -2486,8 +2484,6 @@ while trying to read and parse it.
<a id="ERR_INVALID_REPL_TYPE"></a>
#### `ERR_INVALID_REPL_TYPE`

> Stability: 1 - Experimental
The `--entry-type=...` flag is not compatible with the Node.js REPL.

<a id="ERR_MISSING_DYNAMIC_INSTANTIATE_HOOK"></a>
Expand Down

0 comments on commit 9bb70a4

Please sign in to comment.