Closed as not planned
Description
TypeScript should support emitting minified JavaScript.
There are several different things we could support:
- Just remove whitespace
- Minify unobservable identifiers
- Remove provably dead code
- Whole-program minification (i.e. closure compiler)
- (Others?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment