Skip to content

Commit 21005c3

Browse files
committed
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 bff7de3 commit 21005c3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

doc/api/errors.md

-4
Original file line numberDiff line numberDiff line change
@@ -2630,8 +2630,6 @@ releases.
26302630
<a id="ERR_ENTRY_TYPE_MISMATCH"></a>
26312631
#### `ERR_ENTRY_TYPE_MISMATCH`
26322632

2633-
> Stability: 1 - Experimental
2634-
26352633
The `--entry-type=commonjs` flag was used to attempt to execute an `.mjs` file
26362634
or a `.js` file where the nearest parent `package.json` contains
26372635
`"type": "module"`; or
@@ -2670,8 +2668,6 @@ while trying to read and parse it.
26702668
<a id="ERR_INVALID_REPL_TYPE"></a>
26712669
#### `ERR_INVALID_REPL_TYPE`
26722670

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

26772673
<a id="ERR_FEATURE_UNAVAILABLE_ON_PLATFORM"></a>

0 commit comments

Comments
 (0)