Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 482 Bytes

readme.md

File metadata and controls

26 lines (17 loc) · 482 Bytes

TypeScript AST Viewer

Build Status

Source code for https://ts-ast-viewer.com

Developing

# 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

Adding a new TypeScript version

  1. Update package.json with new version.
  2. Run yarn updateCompilerFiles.