Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.01 KB

File metadata and controls

46 lines (36 loc) · 1.01 KB
repo url homepage starredAt createdAt updatedAt language license branch stars isPublic isTemplate isArchived isFork hasReadMe refreshedAt description tags
dsherret/ts-ast-viewer
2025-05-30T21:29:36Z
2017-10-27T02:49:20Z
2025-05-30T21:29:36Z
TypeScript
MIT
main
1288
true
false
false
false
true
2025-05-31T21:04:40.420Z
TypeScript AST viewer.

TypeScript AST Viewer

CI

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

Developing

Install Deno.

# install packages
deno 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.