1 مستودع
Tools that remove Flow type annotations and compile the remaining code to standard JavaScript.
Distinct from JavaScript Compilers: Distinct from JavaScript Compilers: specifically targets Flow type annotation removal, not general JavaScript compilation.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Flow Compilers. Refine with filters or upvote what's useful.
Sucrase is a high-speed transpilation tool that compiles modern JavaScript, TypeScript, JSX, and Flow to standard JavaScript for modern runtimes. It operates as a fast alternative to Babel, using a single-pass scanner and tokenizer that strips type annotations and applies only requested syntax transforms without building an AST or performing type checking. The tool differentiates itself through a zero-type-checking pipeline that omits type checking entirely, relying on the assumption that input code is already valid for the target runtime. It uses scanner-based tokenization and single-pass co
Removes Flow type annotations and compiles the remaining code to standard JavaScript that runs without a type checker.