bendtherules / ts-ast-viewer

TypeScript AST viewer.

Home Page:https://ts-ast-viewer.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

TypeScript AST viewer.

https://ts-ast-viewer.com

License:MIT License


Languages

Language:TypeScript 100.0%Language:CSS 0.0%Language:JavaScript 0.0%Language:HTML 0.0%