Skip to main content

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