ts-browser

1.0.4 • Public • Published

About

Zero-config TypeScript compilation for web browsers. Sped substantially thanks to web workers and service workers, ts-browser is equipped for production use in small projects. Beyond its speed, the minified build is ~4kb gzipped!

Usage

<!-- include ts-browser -->
<script type="text/javascript" src="https://unpkg.com/ts-browser"></script>
 
<!-- include your TypeScript file -->
<script type="text/typescript" src="your/typescript/file.ts"></script>

Can I use?

Web Workers are––at the time of writing this README––supported by 92.74% of web browsers. Blobs (another API used by ts-browser) are supported by 93.02% of browsers. Here's a common opinion on this debate, incase you're undecided.

Package Sidebar

Install

npm i ts-browser

Weekly Downloads

5

Version

1.0.4

License

MIT

Unpacked Size

5.76 kB

Total Files

4

Last publish

Collaborators

  • harrysolovay