From 4a3fffaf58c1f02b309f4ef51daffa173d7aeed5 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Thu, 10 Oct 2024 11:52:42 +0200 Subject: [PATCH] doc: move `ERR_INVALID_PERFORMANCE_MARK` to legacy errors PR-URL: https://github.com/nodejs/node/pull/55247 Refs: https://github.com/nodejs/node/pull/14680 Refs: https://github.com/nodejs/node/pull/39297 Reviewed-By: Luigi Pinca --- doc/api/errors.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/doc/api/errors.md b/doc/api/errors.md index 127872221c0f72..1866ef333706a6 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -2003,13 +2003,6 @@ An invalid [`package.json`][] file failed parsing. The `package.json` [`"exports"`][] field contains an invalid target mapping value for the attempted module resolution. - - -### `ERR_INVALID_PERFORMANCE_MARK` - -While using the Performance Timing API (`perf_hooks`), a performance mark is -invalid. - ### `ERR_INVALID_PROTOCOL` @@ -3473,6 +3466,18 @@ removed: v15.0.0 An invalid or unknown file encoding was passed. + + +### `ERR_INVALID_PERFORMANCE_MARK` + + + +While using the Performance Timing API (`perf_hooks`), a performance mark is +invalid. + ### `ERR_INVALID_TRANSFER_OBJECT`