Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nwolverson/tstooltip
- Owner: nwolverson
- Created: 2015-01-08T22:28:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-21T11:52:46.000Z (over 7 years ago)
- Last Synced: 2023-03-22T20:21:35.808Z (over 1 year ago)
- Language: TypeScript
- Size: 953 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-javascript - tstooltip
- awesome-javascript - tstooltip
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).