Imort for flow types
Noitidart opened this issue · 1 comments
Noitidart commented
Hi there,
Is there a chance we can get this to work with flow types? Flow types are exactly the same as javascript its just export type { blah }
inestead of export { blah }
. And the reverse import type { blah } from '....'
.
dawsbot commented
It sounds like the infrastructure would be in-place for this already thanks to the typescript support? Do any of the core contributors want to chime in here?