Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nwolverson/tstooltip

TypeScript tooltips using ts compiler in the browser
https://github.com/nwolverson/tstooltip

Last synced: 2 months ago
JSON representation

TypeScript tooltips using ts compiler in the browser

Awesome Lists containing this project

README

        

# tstooltip
TypeScript tooltips using ts compiler in the browser

### Getting Started

Written in TypeScript, makes use of nightly typescript@next dependency which currently is a pre-2.3 release. After checking out, build the script:

npm run build

When referenced, any inline `` elements will be processed in a simplistic fashion as expressions and `

` blocks will

be processed as statements (with identifier based tooltips).

[Demo page here](http://nwolverson.uk/tstooltip/test.html).