ast-types
ast-types copied to clipboard
Add "implements" to DeclareClass, for Flow `declare class`
This is already produced by flow-parser to support Flow's
declare class A implements B {}
.
At the moment it's ignored by the Recast printer, but I've sent a PR
to fix that, along with other features of declare class
:
https://github.com/benjamn/recast/pull/1090