-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed as not planned
Description
Babel has this module: @babel/plugin-transform-flow-strip-types, which simply ignores flow types. There are quite a few modules out there that use babel to compile, yet have flow typing.
Please add support for stripping types, no need for full Flow support (issue #174), just ignore/strip them.
goodmind, hawkrives, noppa, Krout0n, heracek and 32 more