From b788f23d85d9960cd0f64db1dae017a5a860f7f0 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Sat, 31 May 2025 20:07:37 -0700 Subject: [PATCH] lib: graduate error codes that have been around for years --- doc/api/errors.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/doc/api/errors.md b/doc/api/errors.md index 0b45cc54020094..fadc4142c2dd3a 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -1796,8 +1796,6 @@ time. ### `ERR_INPUT_TYPE_NOT_ALLOWED` -> Stability: 1 - Experimental - The `--input-type` flag was used to attempt to execute a file. This flag can only be used with input via `--eval`, `--print`, or `STDIN`. @@ -3095,8 +3093,6 @@ An invalid or unknown encoding option was passed to an API. ### `ERR_UNKNOWN_FILE_EXTENSION` -> Stability: 1 - Experimental - An attempt was made to load a module with an unknown or unsupported file extension. @@ -3104,8 +3100,6 @@ extension. ### `ERR_UNKNOWN_MODULE_FORMAT` -> Stability: 1 - Experimental - An attempt was made to load a module with an unknown or unsupported format. @@ -3183,8 +3177,6 @@ transformation with [type-stripping][]. ### `ERR_USE_AFTER_CLOSE` -> Stability: 1 - Experimental - An attempt was made to use something that was already closed.