From a85f1f5636c10e90d48586cd1511f6965978a971 Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Sat, 9 Nov 2024 02:00:11 +0800 Subject: [PATCH 1/3] Fix & update nodejs data for `Performance` interface --- api/Performance.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/Performance.json b/api/Performance.json index 3e51337c96792e..ee5d9ca62b9202 100644 --- a/api/Performance.json +++ b/api/Performance.json @@ -29,12 +29,12 @@ }, "nodejs": [ { - "version_added": "16.0.0" + "version_added": "18.8.0" }, { "version_added": "8.5.0", "partial_implementation": true, - "notes": "Exported from the perf_hooks module" + "notes": "Available as a part of the perf_hooks module." } ], "oculus": "mirror", From b74723336e135e233a65d4f81a65e126b41ff07a Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Mon, 11 Nov 2024 20:41:10 +0800 Subject: [PATCH 2/3] Update api/Performance.json --- api/Performance.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Performance.json b/api/Performance.json index ee5d9ca62b9202..022b84ba0b55ff 100644 --- a/api/Performance.json +++ b/api/Performance.json @@ -34,7 +34,7 @@ { "version_added": "8.5.0", "partial_implementation": true, - "notes": "Available as a part of the perf_hooks module." + "notes": "Only available as an internal instance." } ], "oculus": "mirror", From ab2e340f10ecbb321fc74abc837d979cfdb64fb0 Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Wed, 13 Nov 2024 15:57:28 +0800 Subject: [PATCH 3/3] update --- api/Performance.json | 1 + 1 file changed, 1 insertion(+) diff --git a/api/Performance.json b/api/Performance.json index 022b84ba0b55ff..b86a49bc6b0f4d 100644 --- a/api/Performance.json +++ b/api/Performance.json @@ -33,6 +33,7 @@ }, { "version_added": "8.5.0", + "version_removed": "18.8.0", "partial_implementation": true, "notes": "Only available as an internal instance." }