-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
chore(ecmascript)!: switch to ES2024 #2505
base: master
Are you sure you want to change the base?
Conversation
Cloudflare Pages deployment
|
d7fd08c
to
13c5a62
Compare
Something I've been forgetting to update is the browserslist query. However, there's no possibility to query by ECMAScript version: browserslist/browserslist#795 TODO: Investigate with CanIUse or browserslist themselves in a way to support querying for specific ecma versions, since it would be much easier and maintenable to do it that way. |
Quality Gate passedIssues Measures |
The ECMAScript upgrade is needed for
Object.groupBy
, which we use across the codebaseThis can't be merged until TypeScript 5.7 has ubiquituous support by
VSCode
,ESLint
andvue-tsc