/ts-ast-viewer

TypeScript AST viewer.

Primary LanguageTypeScriptMIT LicenseMIT

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.

Factory Code Generation

The code that code generates the factory code is automatically maintained by ts-factory-code-generator-generator.