https://github.com/lastmjs/ts-no-build
https://github.com/lastmjs/ts-no-build
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lastmjs/ts-no-build
- Owner: lastmjs
- License: mit
- Created: 2016-09-24T03:08:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-24T04:39:00.000Z (over 8 years ago)
- Last Synced: 2025-01-19T22:50:23.325Z (5 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.