Skip to content

lobesoftllc/ts-ast-viewer

 
 

Repository files navigation

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.

Updating Monaco Editor

  1. Update react-monaco-editor and monaco-editor packages.
  2. Copy node_modules/monaco-editor/min/vs to /public/vs.

Packages

No packages published

Languages

  • TypeScript 100.0%