Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 722 Bytes

readme.md

File metadata and controls

26 lines (17 loc) · 722 Bytes

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.