2 个仓库
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.
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.
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.