[Webkit-unassigned] [Bug 235085] Implement support for class static initialization blocks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 7 00:32:34 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=235085

--- Comment #2 from Rob Palmer <rob.palmer2 at gmail.com> ---
This feature went to Stage 4 one year ago (August 2021) and is now part of ES2022.

The consequence of not implementing this feature is that many users of the feature are forced to transpile/downlevel their code to ES2021.

This over-downlevelling has the unfortunate side-effect of causing all private fields to be stored in WeakMaps, which tend to be much slower than native private fields.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220907/d6f39b1e/attachment.htm>


More information about the webkit-unassigned mailing list