Fix private property parsing in Flow (#8340)

* Fix private property parsing in Flow

* Flow tests updated

* Fix type error

* Appropriate name was given to test folder

* Fix

* Empty

* Correct type annotation

* Add required changes in generator package

* Add required changes in flow-strip-types
This commit is contained in:
kalenikalexander
2018-08-02 09:38:58 +03:00
committed by Nicolò Ribaudo
parent b8f9ebf638
commit 5c728ea609
18 changed files with 559 additions and 2 deletions

View File

@@ -115,6 +115,7 @@ const options = {
"flowComments",
"jsx",
"objectRestSpread",
"classPrivateProperties",
],
sourceType: "module",
ranges: true,