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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesCode Transformation Plugin Systems

Frameworks for building plugins that perform tree-based or text-based source code transformations.

Distinct from Code Migration Editor Plugins: Distinct from Code Migration Editor Plugins: provides a general framework for transformation logic rather than specifically an editor integration.

Explore 2 awesome GitHub repositories matching development tools & productivity · Code Transformation Plugin Systems. Refine with filters or upvote what's useful.

Awesome Code Transformation Plugin Systems GitHub Repositories

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

    airbnb/ts-migrate

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

    ts-migrate is an automated migration tool designed to transform JavaScript source code into compiling TypeScript files. It functions as a code migration framework that uses abstract syntax trees to perform large-scale refactoring and structural changes across a project. The tool provides a customizable framework for defining plugin-based transformation rules, allowing for the automation of specific code changes. It includes specialized engines for converting JSDoc type definitions into native TypeScript annotations and a utility for suppressing compiler errors by inserting type assertions or

    Ships a system for transforming source code using tree-based logic or text replacements via plugins.

    TypeScriptcodemodjavascriptmigration
    GitHub पर देखें↗5,620
  • babel/minifybabel का अवतार

    babel/minify

    4,376GitHub पर देखें↗

    This project is an AST-based code optimizer and compressor for modern ECMAScript, JSX, and TypeScript source code. It functions as a JavaScript minifier that uses the Babel toolchain to reduce file size by removing unnecessary characters and whitespace while preserving program logic. The tool is distinguished by its ability to process experimental language proposals and transform modern syntax into browser-compatible versions. It provides specialized handling for React JSX transpilation and strips type annotations from TypeScript files to produce compressed production assets. The system cove

    Implements a modular system using external plugins and presets to define custom rules for source code transformation.

    JavaScript
    GitHub पर देखें↗4,376
  1. Home
  2. Development Tools & Productivity
  3. Code Completion
  4. Editor Code Completion Plugins
  5. Code Transformation Plugin Systems