Skip to content
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

Open
ToddThomson opened this issue Nov 21, 2016 · 4 comments
Assignees
Milestone

Comments

@ToddThomson
Copy link
Owner

This issue will track the progress of the task.

@ToddThomson
Copy link
Owner Author

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.

@ToddThomson
Copy link
Owner Author

ToddThomson commented Nov 23, 2016

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 ).

@ToddThomson
Copy link
Owner Author

Updated to NPM Release 1.0.0-beta.3

Fixed a bug that caused minifyModule() to crash.
Code reorganization - moved compiler code to separate folder.
General code cleanup and completion.

A lot of testing today... I should be able to update TsBundler in the coming days to work with TsMinifier.

@ToddThomson
Copy link
Owner Author

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.

ToddThomson added a commit that referenced this issue Nov 28, 2016
API Update
Progress towards #2
ToddThomson added a commit that referenced this issue Nov 30, 2016
Progress towards issue #2
ToddThomson added a commit that referenced this issue Dec 2, 2016
Progress towards issue #2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant