Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dsherret/ts-ast-viewer

TypeScript AST viewer.
https://github.com/dsherret/ts-ast-viewer

Last synced: about 2 months ago
JSON representation

TypeScript AST viewer.

Awesome Lists containing this project

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/).