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