Techniques
131 chars
0 chars · 0.00×
How it works
Source is parsed with @babel/parser, transformed with scope-aware traversal, and printed back with @babel/generator. Every technique is a real AST rewrite — no regex string tricks. Everything runs in your browser; the source never leaves this page.