Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dsherret/ts-ast-viewer
TypeScript AST viewer.
https://github.com/dsherret/ts-ast-viewer
Last synced: 4 days ago
JSON representation
TypeScript AST viewer.
- Host: GitHub
- URL: https://github.com/dsherret/ts-ast-viewer
- Owner: dsherret
- License: mit
- Created: 2017-10-27T02:49:20.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T07:10:18.000Z (8 days ago)
- Last Synced: 2024-12-16T08:21:14.973Z (8 days ago)
- Language: TypeScript
- Homepage: https://ts-ast-viewer.com
- Size: 26 MB
- Stars: 1,221
- Watchers: 11
- Forks: 85
- Open Issues: 19
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-list - ts-ast-viewer
README
# TypeScript AST Viewer
[![CI](https://github.com/dsherret/ts-ast-viewer/workflows/CI/badge.svg)](https://github.com/dsherret/ts-ast-viewer/actions?query=workflow%3ACI)
Source code for https://ts-ast-viewer.com
## Developing
Install [Deno](https://deno.com) (this currently requires `canary`—run `deno upgrade --canary`) and
[npm](https://docs.npmjs.com/downloading-and-installing-node-js-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](https://github.com/dsherret/ts-factory-code-generator-generator/).