Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 331 Bytes

File metadata and controls

13 lines (9 loc) · 331 Bytes

ast-playground

A repo to quickly get started with AST transformation using Babel's wonderful libraries.

Get Started

git clone git@github.com: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.