Will Meteor support Flow?

Hi all,

I noticed that the strip flow annotations transform is enabled by Meteor’s Babel configuration but the class properties transform isn’t. This means I can’t add annotations to classes (I think, I’m new to flow). I saw issues on Github about this and I understand why the class properties transforms is not enabled. I guess I just want to know if flow will be supported or if enabling the flow transform was a nice-to-have?

Also, if anyone knows how to add annotations to classes without requiring the class properties transform, I’d like to hear.

Thanks.