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

The private members of JS classes should not be used until ES2022 #10273

Closed
msynk opened this issue Mar 18, 2025 · 0 comments · Fixed by #10274
Closed

The private members of JS classes should not be used until ES2022 #10273

msynk opened this issue Mar 18, 2025 · 0 comments · Fixed by #10274
Assignees

Comments

@msynk
Copy link
Member

msynk commented Mar 18, 2025

The private members of JS classes should not be used until ES2022:

  • The new private members' syntax of JS classes has been enabled in ES2022
  • We are still using ES2019 as our TS target because of supporting the .NET 8
  • The new BitMarkdownEditor component utilizes the feature which should be updated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant