From a2dd2589c1491c89ca4f599e2a867c414417948d Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 5 Jun 2020 22:00:09 -0700 Subject: [PATCH] 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: https://github.com/nodejs/node/pull/33764 Reviewed-By: Anna Henningsen --- doc/api/errors.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/api/errors.md b/doc/api/errors.md index 3efe6bcd47d712..616d288ed5557a 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -2486,8 +2486,6 @@ releases. #### `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 @@ -2526,8 +2524,6 @@ while trying to read and parse it. #### `ERR_INVALID_REPL_TYPE` -> Stability: 1 - Experimental - The `--entry-type=...` flag is not compatible with the Node.js REPL.