README
Refactor javascript code programmatically using ast to find sections of code to change, and smart text editing to make the changes.
tool to refactor javascript code, more powerful than text based search and replace
<script type="module">
import treeRefactorJs from 'https://cdn.skypack.dev/tree-refactor-js';
</script>
Refactor javascript code programmatically using ast to find sections of code to change, and smart text editing to make the changes.