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

https://github.com/lastmjs/ts-no-build


https://github.com/lastmjs/ts-no-build

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# ts-no-build

Write TypeScript without a build process. We will skip the compiler step. Because TypeScript is a superset of JavaScript (ES2015), let's just comment out the TypeScript parts. We'll then be left with ES2015. That will run in all browsers that support ES2015, which hopefully will be most browsers by the time this project gains any popularity.