tsparse
v1.0.1
Published
dump TypeScript lexical AST
Downloads
10
Readme
tsparse dumps TypeScript lexical ASTs into HTML.
Install
npm install -g tsparseUse
tsparse foo.ts > foo.html
google-chrome foo.htmlBuild from source
npm install -g typings
typings install
npm install
tsc