awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • alangpierce/sucrasealangpierce का अवतार

    alangpierce/sucrase

    5,860GitHub पर देखें↗

    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
    GitHub पर देखें↗5,860
  1. Home
  2. Programming Languages & Runtimes
  3. JavaScript Compilers
  4. Flow Compilers