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
.
- Update
react-monaco-editor
andmonaco-editor
packages. - Copy
node_modules/monaco-editor/min/vs
to/public/vs
.