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

Update packages and secure browser compatibility #181

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

phschaad
Copy link
Collaborator

@phschaad phschaad commented Nov 1, 2024

@tbennun raised an important point in spcl/dace-vscode#268 about compatibility in our ECMA target. I double checked, and it turns out we claim that we need ESNext for this module. That is not true. With adapting a single set difference, we are happy with ES2022, which is supported by all modern browsers and covers 97.3% of global users, according to https://caniuse.com . The set difference would require ES2023, which still would be OK in my eyes, but since there is no harm in that single change, I vote for setting our level of support to ES2022 for the time being.

Copy link
Contributor

@tbennun tbennun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@phschaad phschaad merged commit f8f3e9d into main Nov 1, 2024
4 checks passed
@phschaad phschaad deleted the users/phschaad/compatibility branch November 1, 2024 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants