1 个仓库
Running syntax modernization transforms directly within code editors through dedicated plugins for interactive development.
Distinct from Editor Code Navigation: Distinct from Editor Code Navigation: focuses on running transformation tools within the editor, not just navigating or renaming symbols.
Explore 1 awesome GitHub repository matching development tools & productivity · Editor-Integrated Refactoring Tools. 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
Runs syntax modernization transforms directly within code editors through dedicated plugins for interactive development.