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 MylesBorins committed Jul 14, 2020
1 parent f3d327d commit d06cee0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions doc/api/errors.md
Expand Up @@ -2486,8 +2486,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 @@ -2526,8 +2524,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_FEATURE_UNAVAILABLE_ON_PLATFORM"></a>
Expand Down

0 comments on commit d06cee0

Please sign in to comment.