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

Add "implements" to DeclareClass, for Flow `declare class`

Open gnprice opened this issue 2 years ago • 0 comments

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

gnprice avatar Apr 27 '22 04:04 gnprice