4 repos
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.
React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional data flow.
Transforms declarative source code into optimized runtime instructions through automated build-time memoization.
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.
Transpiles modern JavaScript syntax into compatible code to support advanced language features without requiring native engine updates.
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
Processes declarative source code into optimized, imperative machine-ready instructions throughout the build pipeline.
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
External build tools are integrated to pre-process and compile TypeScript test files before execution begins.