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

Private Properties Support #370

Open
bradennapier opened this issue Nov 9, 2018 · 0 comments
Open

Private Properties Support #370

bradennapier opened this issue Nov 9, 2018 · 0 comments

Comments

@bradennapier
Copy link

bradennapier commented Nov 9, 2018

It would seem that private properties is not yet supported by this plugin.

Works

class PubChan {
  #pipeline;
}

Doesn't Work

class PubChan {
  #pipeline: {};
}

image


update interestingly, it would appear the React eslint plugin adds support for this as I can add this on any react projects but not on my others using just flow & proposal-class-properties.

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

1 participant