awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Code Transformation Engines · Awesome GitHub Repositories

4 repos

Awesome GitHub RepositoriesCode Transformation Engines

Compilers and transpilers that perform static analysis and syntax conversion to ensure code compatibility across environments.

Explore 4 awesome GitHub repositories matching devops & infrastructure · Code Transformation Engines. Refine with filters or upvote what's useful.

  1. Home
  2. DevOps & Infrastructure
  3. Build and Deployment Tools
  4. Core Build Engines
  5. Build Tooling
  6. Code Transformation Engines

Awesome Code Transformation Engines GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • facebook/react

    facebook/react

    243,179GitHubView on GitHub↗

    React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional data flow.

    JavaScriptjavascriptuifrontend
  • facebook/react-native

    facebook/react-native

    125,418GitHubView on GitHub↗

    This project is a cross-platform mobile framework that enables the development of native iOS and Android applications from a single codebase. It utilizes a declarative component-based model where developers define user interfaces using a syntax extension that maps directly to underlying platform-native view primitives.

    C++androidapp-frameworkcross-platform
  • sveltejs/svelte

    sveltejs/svelte

    85,874GitHubView on GitHub↗

    Svelte is a compile-time user interface framework that transforms declarative component syntax into highly optimized, imperative JavaScript code during the build process. By shifting reconciliation logic from the browser to the build step, it functions as a zero-runtime library that eliminates the need for a heavy fram

    JavaScriptcompilertemplateui
  • microsoft/playwright

    microsoft/playwright

    82,810GitHubView on GitHub↗

    Playwright is a comprehensive browser automation framework designed for end-to-end testing and web workflow automation. It provides a unified API to drive web applications across multiple browser engines, enabling developers to simulate complex user interactions, perform web scraping, and validate application behavior

    TypeScriptautomationchromechromium

Explore sub-tags

  • Build-Time CompilersTools that transform declarative source code into optimized, imperative machine or runtime instructions during build.
  • Incremental Compilation StrategiesStrategies for applying compilation selectively to specific directories to enable gradual build updates.
  • Syntax TransformersCompilers that convert modern language syntax into code compatible with target environments.
TypeScript Compilation Utilities
Utilities that facilitate the compilation of TypeScript files within build workflows.