ast-types icon indicating copy to clipboard operation
ast-types copied to clipboard

[Flow] did not recognize object of type "PropertyDefinition"

Open buschco opened this issue 3 years ago • 8 comments
trafficstars

Got this while using jscodeshift and tracked it down to this project. I was able to fix this error with this PR.

I added PropertyDefinition in this PR from there

@benjamn you merged #514 maybe you can have a look here too 🙏 ?

buschco avatar Mar 18 '22 17:03 buschco

@benjamn any chance this will get merged?

vilnytskyi avatar May 16 '23 09:05 vilnytskyi

Any news about this?

stereokai avatar May 18 '23 20:05 stereokai

@benjamn I merged #727 to the latest master of this repo (I forked it yesterday) and I can confirm it solves the bug. It allows recast to use acorn with the latest ecma script support. Well done @buschco

stereokai avatar May 19 '23 16:05 stereokai