Should not remove class fields when using flow · Issue #10039 · babel/babel · GitHub
DRANK
If the flow plugin runs before the class properties one (or if the class properties plugin isn't used), we remove uninitialize class fields: class Foo { x: string } currently becomes class Foo ...