From b15ee514b28a5484273ad36bb9ba87039544dce7 Mon Sep 17 00:00:00 2001 From: Marco Ippolito Date: Wed, 15 Jan 2025 19:44:04 +0100 Subject: [PATCH] Update doc/api/errors.md Co-authored-by: Antoine du Hamel --- doc/api/errors.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/api/errors.md b/doc/api/errors.md index 4f522890354535..7e8ac9f087b964 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -2095,6 +2095,10 @@ does not consist of exactly two elements. added: - v23.0.0 - v22.10.0 +changes: + - version: REPLACEME + pr-url: https://github.com/nodejs/node/pull/56610 + description: This error is no longer thrown on valid yet unsupported syntax. --> The provided TypeScript syntax is not valid.