Open unscriptable opened 4 years ago
From the Travis log, it looks like flow-remove-types
uses syntax that node 7.x doesn't understand.
Any thoughts on how to resolve this? We'd really love to keep using this awesome plugin. Perhaps:
Hey @leebyron. Any guidance on this issue? Thanks!
Sorry for missing your message above. I think the plan as you outlined it makes sense. Want to include those changes in this PR?
rollup-plugin-flow
fails on some new flow syntax. Specifically, it fails on explicit inexact object type syntax (ellipsis in property definitions). Updating to a more recent version offlow-remove-types
fixes the issue.Note:
flow-remove-types
version 2.120.1 fails on basic class syntax. Seems like that version is not ready for production, yet. Version 2.119.1 works on the updated tests and on our source code.