A repo to quickly get started with AST transformation using Babel's wonderful libraries.
git clone [email protected]:char/ast-playground.git
npm i
npm run startThe JavaScript code you'd like to modify should be placed in test/test.js and the output file is test/out.js.