-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Complete decoupling of typescript minification feature from TsProject #2
Comments
Update source for release 1.0.0-beta.1. The node API is now complete. Not much testing has been completed other than cursory debugging while in the implementation phase. TsMinifier is still pre-release as the API will likely change a bit before the 1.0.0 release. |
Updated to release 1.0.0-beta.2. TsMinifier is pretty much feature complete and the API is stable. I am now using TsMinifier in ToddThomson/TsBundler#1. I will likely go to RC for both soon ( a week or less ). |
Updated to NPM Release 1.0.0-beta.3 Fixed a bug that caused minifyModule() to crash. A lot of testing today... I should be able to update TsBundler in the coming days to work with TsMinifier. |
Updated to NPM Release 1.0.0-beta.4 I broke out the compiler code in TsProject into ts2js . TsMinifier extends the ts2js Compiler class. |
This issue will track the progress of the task.
The text was updated successfully, but these errors were encountered: