awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesFlow Compilers

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.

Awesome Flow Compilers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • alangpierce/sucraseAvatar von alangpierce

    alangpierce/sucrase

    5,860Auf GitHub ansehen↗

    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.

    TypeScriptcompileres-modulesjavascript
    Auf GitHub ansehen↗5,860
  1. Home
  2. Programming Languages & Runtimes
  3. JavaScript Compilers
  4. Flow Compilers