Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change emit target to ES2022 #185991

Closed
jrieken opened this issue Jun 23, 2023 · 3 comments
Closed

Change emit target to ES2022 #185991

jrieken opened this issue Jun 23, 2023 · 3 comments
Assignees
Labels
debt Code quality issues engineering VS Code - Build / issue tracking / etc.
Milestone

Comments

@jrieken
Copy link
Member

jrieken commented Jun 23, 2023

Looks like we have broad support for ES2022 features. Static initialisers are the slight exception as they are only in Safari since ~2months. We might want to special case them, but otherwise we should be good to go: https://caniuse.com/sr_es13.

@jrieken jrieken self-assigned this Jun 23, 2023
@jrieken jrieken added debt Code quality issues engineering VS Code - Build / issue tracking / etc. labels Jun 23, 2023
@jrieken jrieken added this to the July 2023 milestone Jun 23, 2023
@jrieken
Copy link
Member Author

jrieken commented Jun 26, 2023

On native privates: using them will be faster than weak-map-privates but slower than normal properties (much, much slower for Safari): https://jsbench.me/0gljcn4wzt/2

@jrieken
Copy link
Member Author

jrieken commented Jun 26, 2023

Some, perf number for some new API

@jrieken
Copy link
Member Author

jrieken commented Jun 30, 2023

Upstream issues for private property performance

@jrieken jrieken closed this as completed Jun 30, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Aug 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debt Code quality issues engineering VS Code - Build / issue tracking / etc.
Projects
None yet
Development

No branches or pull requests

1 participant