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:
committed by
Nicolò Ribaudo
parent
b8f9ebf638
commit
5c728ea609
@@ -115,6 +115,7 @@ const options = {
|
||||
"flowComments",
|
||||
"jsx",
|
||||
"objectRestSpread",
|
||||
"classPrivateProperties",
|
||||
],
|
||||
sourceType: "module",
|
||||
ranges: true,
|
||||
|
||||
Reference in New Issue
Block a user