lib: graduate error codes that have been around for years · nodejs/node@0f1e94f
@@ -1796,8 +1796,6 @@ time.
1796179617971797### `ERR_INPUT_TYPE_NOT_ALLOWED`
179817981799-> Stability: 1 - Experimental
1800-18011799The `--input-type` flag was used to attempt to execute a file. This flag can
18021800only be used with input via `--eval`, `--print`, or `STDIN`.
18031801@@ -3093,17 +3091,13 @@ An invalid or unknown encoding option was passed to an API.
3093309130943092### `ERR_UNKNOWN_FILE_EXTENSION`
309530933096-> Stability: 1 - Experimental
3097-30983094An attempt was made to load a module with an unknown or unsupported file
30993095extension.
3100309631013097<a id="ERR_UNKNOWN_MODULE_FORMAT"></a>
3102309831033099### `ERR_UNKNOWN_MODULE_FORMAT`
310431003105-> Stability: 1 - Experimental
3106-31073101An attempt was made to load a module with an unknown or unsupported format.
3108310231093103<a id="ERR_UNKNOWN_SIGNAL"></a>
@@ -3181,8 +3175,6 @@ transformation with [type-stripping][].
3181317531823176### `ERR_USE_AFTER_CLOSE`
318331773184-> Stability: 1 - Experimental
3185-31863178An attempt was made to use something that was already closed.
3187317931883180<a id="ERR_VALID_PERFORMANCE_ENTRY_TYPE"></a>