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

Altered handleFileEvent to be able to accept extensions other than .ts and .html #404

Closed LibanHassan closed 7 years ago

LibanHassan commented 7 years ago

Added support for .jsx, .tsx, and .js file extensions in the handleFileEvent function. Tests remained the same after changes in addition to not introducing any breaking changes. This PR fixes issue #363.

LibanHassan commented 7 years ago

It appears that the transform tests were failing before my changes and that is why the Travis CI build failed.

nycdotnet commented 7 years ago

Thanks for submitting. I'll take a look soon.

nycdotnet commented 7 years ago

Thank you very much!

nycdotnet commented 7 years ago

This is released in grunt-ts v6.0.0-beta.16 on npm. Thank you!