gajus / gajus/eslint-plugin-flowtype

Private Properties Support

Open
#370 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.1k
Forks
151
PR merge metrics
No merged PRs in 30d

Description

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

## Works

```javascript
class PubChan {
#pipeline;
}
```

## Doesn't Work

```javascript
class PubChan {
#pipeline: {};
}
```

![image](https://user-images.githubusercontent.com/15365418/48284953-edcecf80-e415-11e8-9351-13ab61bb84a4.png)

----

**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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.