This repository was archived by the owner on Jul 19, 2025. It is now read-only.
 
 
 - 
  Notifications
 You must be signed in to change notification settings 
- Fork 24
Commit 0b601dd
committed
Enable classProperties babylon plugin
This is necessary to parse code which looks like
```
class Foo {
 bar = => console.log("baz")
}
```
(bar is the class property)1 parent 71c4189 commit 0b601dd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 19 | 19 |  | |
| 20 | 20 |  | |
| 21 | 21 |  | |
| 22 | - | ||
| 22 | + | ||
| 23 | 23 |  | |
| 24 | 24 |  | |
| 25 | 25 |  | |
|  | |||
0 commit comments