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

Class fields support #64

Closed
tmcw opened this issue Sep 6, 2019 · 2 comments
Closed

Class fields support #64

tmcw opened this issue Sep 6, 2019 · 2 comments

Comments

@tmcw
Copy link
Contributor

tmcw commented Sep 6, 2019

Same kind of issue as bigints and async generators: Shipping Chrome (2 versions ago) includes new syntax:

class Example {
  classFields = 0;
  #privateField = 0;
  static #field = 4;
  static method() { };
}

This should possibly start from this class fields plugin.

@tmcw tmcw closed this as completed Dec 26, 2020
@tophtucker tophtucker reopened this Nov 8, 2021
@esperanc
Copy link

This should definitely be ranked top-priority.

@mbostock
Copy link
Member

Fixed in #205.

@mbostock mbostock changed the title Private class fields support Class fields support Dec 24, 2021
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

No branches or pull requests

4 participants