1 个仓库
Editor plugins that integrate with code editors to run syntax transformations directly on source files during development.
Distinct from Editor Code Completion Plugins: Distinct from Editor Code Completion Plugins: focuses on running code migration transformations, not providing code completions.
Explore 1 awesome GitHub repository matching development tools & productivity · Code Migration Editor Plugins. Refine with filters or upvote what's useful.
Lebab is a JavaScript code modernization tool that converts older ES5 syntax into contemporary ES6 equivalents. It operates as a source-to-source transpiler, parsing code into an abstract syntax tree, applying structural transformations, and regenerating the output without intermediate representations or runtime dependencies. The tool distinguishes itself through a rule-driven pipeline of independent transformation rules, each targeting a specific ES6 feature like arrow functions, let/const, classes, or modules. It provides a programmatic API that accepts source code and an array of transform
Integrates with code editors to run syntax transformations directly on source files during development.