TypeStrong / grunt-ts

A grunt task to manage your complete typescript development to production workflow
https://www.npmjs.com/package/grunt-ts
MIT License
330 stars 121 forks source link

Support for 1.7 #311

Closed joskuijpers closed 8 years ago

joskuijpers commented 8 years ago

Hi folks,

How is support for 1.7 coming along? I would love to use its bugfixes and its new module+es6 features.

nycdotnet commented 8 years ago

You can use it right away by updating your package.json, running npm install, and then using the additionalFlags feature to pass any switches that are not supported yet.

https://github.com/TypeStrong/grunt-ts/blob/master/README.md#additionalflags

Native support will be a week or two out, but PRs accepted.

joskuijpers commented 8 years ago

Oh haha, I see that I already use 1.7.3 after updating my typescript package.

Thanks!

nycdotnet commented 8 years ago

Native support for 1.7.3 was implemented in 5.3.0-beta.2. Please check it out if you have a chance. The final release should be in a week or two depending on if I hear anything bad.

nycdotnet commented 8 years ago

See #320.

nycdotnet commented 8 years ago

This is resolved via a warning in grunt-ts v5.3.0 which was just pushed to npm. Please comment or re-open if there are any remaining issues. Thank you for contributing!