A static React web app for diagnosing the output of the LightScript compiler suite.
Try it live:
https://wcjohnson.github.io/lscdiag
Features:
- Live compilation
- AST visualization
- Deep permalinks, including UI state and selections
- Selectable compiler versions, including experimental versions
- Selectable Babel plugins
Building:
npm installnpm installin each of thecompilers/*directories, as well as theplugins/directory (no automated build step for this yet, sorry!)npm startfor live developmentnpm run buildto generate a static build
This project was bootstrapped with Create React App.