Source code for https://ts-ast-viewer.com
# install
yarn install
# run locally, this can take a long time to boot up
yarn start
# run unit tests
yarn test
# run cypress
yarn cypress
- Update package.json with new version.
- Run
yarn updateCompilerFiles
.