Skip to content

Commit 9bb70a4

Browse files
Trottaddaleax
authored andcommitted
doc: remove stability from unreleased errors
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 <[email protected]>
1 parent 6319c8f commit 9bb70a4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

doc/api/errors.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2446,8 +2446,6 @@ releases.
24462446
<a id="ERR_ENTRY_TYPE_MISMATCH"></a>
24472447
#### `ERR_ENTRY_TYPE_MISMATCH`
24482448

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

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

24932489
<a id="ERR_MISSING_DYNAMIC_INSTANTIATE_HOOK"></a>

0 commit comments

Comments
 (0)