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

TS 2.3 flags (eg downlevelIteration flag) are not supported #410

Closed dhedey closed 7 years ago

dhedey commented 7 years ago

See https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Compiler%20Options.md for the flag.

Requires an addition to propertiesFromTargetOptions here: https://github.com/TypeStrong/grunt-ts/blob/master/tasks/modules/optionsResolver.ts

dhedey commented 7 years ago

My apologies, I failed to read https://github.com/TypeStrong/grunt-ts/blob/master/CONTRIBUTING.md and failed to notice the Typescript 2.3 branch 👍 .

Look forward to seeing these features live! Thanks for the hard work on this!

( #405 captures all the above and more! Thank you 👍 )

nycdotnet commented 7 years ago

I'm slow :-( Thanks for the kind feedback, though!