Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/evmar/tsparse

dump TypeScript lexical AST
https://github.com/evmar/tsparse

Last synced: 12 days ago
JSON representation

dump TypeScript lexical AST

Awesome Lists containing this project

README

        

tsparse dumps TypeScript lexical ASTs into HTML.

## Install

```sh
npm install -g tsparse
```

## Use

```sh
tsparse foo.ts > foo.html
google-chrome foo.html
```

## Build from source

```sh
npm install -g typings
typings install
npm install
tsc
```