Skip to content

Commit ec448c8

Browse files
authored
doc: update link about class features optimizations in Node.js 18 (#4556)
There is a blog post explaining about this now, change the link.
1 parent 3b8d246 commit ec448c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locale/en/blog/announcements/v18-release-announce.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ to the version included in Node.js 17.9.0, the following new features are includ
148148
* The [`findLast()` and `findLastIndex()` array methods](https://v8.dev/features/finding-in-arrays).
149149
* Improvements to the [`Intl.Locale` API](https://v8.dev/blog/v8-release-99#intl.locale-extensions).
150150
* The [`Intl.supportedValuesOf` function](https://v8.dev/blog/v8-release-99#intl-enumeration).
151-
* Improved performance of [class fields](https://bugs.chromium.org/p/v8/issues/detail?id=9888) and [private class methods](https://bugs.chromium.org/p/v8/issues/detail?id=10793) (the initialization of them is now as fast as ordinary property stores).
151+
* Improved performance of [class fields and private class methods](https://v8.dev/blog/faster-class-features) (the initialization of them is now as fast as ordinary property stores).
152152

153153
Contributed by Michaël Zasso in [#42657](https://github.com/nodejs/node/pull/42657).
154154

0 commit comments

Comments
 (0)