Skip to content

Zikc2023/ts-ast-viewer

 
 

Repository files navigation

TypeScript AST Viewer

CI

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

Developing

Install Deno (this currently requires canary—run deno upgrade --canary) and npm.

# install packages
npm install

# run locally
deno task dev

# run unit tests
deno task test

Factory Code Generation

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

About

TypeScript AST viewer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.6%
  • Other 0.4%