https://github.com/joshbrew/typescriptservices.js-minifier
minifies the official typescriptServices.js file (for browser TS runtime compilation) and sets the global window.ts... 3.22MB minified
https://github.com/joshbrew/typescriptservices.js-minifier
Last synced: about 1 year ago
JSON representation
minifies the official typescriptServices.js file (for browser TS runtime compilation) and sets the global window.ts... 3.22MB minified
- Host: GitHub
- URL: https://github.com/joshbrew/typescriptservices.js-minifier
- Owner: joshbrew
- Created: 2022-08-06T23:47:53.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-06T23:47:58.000Z (almost 4 years ago)
- Last Synced: 2025-01-29T12:14:49.576Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Compiles a minified dist of typescriptServices.js
How to:
Get the latest unpkg link: https://unpkg.com/typescript@latest/lib/typescriptServices.js
Rename the extension to .cjs.
Set the node externals in tinybuild.config (done here) and the global 'ts'
Bundled through the index.js with `tinybuild` or `npm i -g tinybuild & tinybuild`
Now you have a <3.3MB minified ts browser runtime compiler!