SWC
SWC is a fast, Rust-based platform for compiling and bundling JavaScript and TypeScript. It can parse Flow syntax and strip Flow type-only constructs during transform, leaving you with runnable JavaScript.
For installation and configuration, follow the official guide: Using SWC with Flow.
See Also
- Babel — strip Flow type annotations with Babel
- flow-remove-types — lightweight CLI for stripping Flow type annotations
- Getting Started — full setup guide for Flow projects