Skip to content Skip to sidebar Skip to footer
Showing posts with the label Abstract Syntax Tree

Js: Rename Variables For Refactor (using An Ast, Not Text)

I often need to rename variables when refactoring code, which I currently do in a somewhat hacky wa… Read more Js: Rename Variables For Refactor (using An Ast, Not Text)