Skip to content

Commit a2dd258

Browse files
TrottMylesBorins
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 de58eb6 commit a2dd258

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
@@ -2486,8 +2486,6 @@ releases.
24862486
<a id="ERR_ENTRY_TYPE_MISMATCH"></a>
24872487
#### `ERR_ENTRY_TYPE_MISMATCH`
24882488

2489-
> Stability: 1 - Experimental
2490-
24912489
The `--entry-type=commonjs` flag was used to attempt to execute an `.mjs` file
24922490
or a `.js` file where the nearest parent `package.json` contains
24932491
`"type": "module"`; or
@@ -2526,8 +2524,6 @@ while trying to read and parse it.
25262524
<a id="ERR_INVALID_REPL_TYPE"></a>
25272525
#### `ERR_INVALID_REPL_TYPE`
25282526

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

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

0 commit comments

Comments
 (0)