1.0.1 • Published 10 years ago
tsparse v1.0.1
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