ivogabe / gulp-typescript

A TypeScript compiler for gulp with incremental compilation support.
MIT License
839 stars 129 forks source link

Update tests for TS3.6 #634

Closed DataTables closed 4 years ago

DataTables commented 4 years ago

It appears that the update to TS3.6 has broken the tests. This needed two changes:

This PR addresses both points and the build is running through cleanly again.

DataTables commented 4 years ago

Sorry - I hadn't realised that bumping the version in my local repo would update this PR automatically. Undone now.

A new release with the change to allow composite builds with TS3.6 would be very welcome if possible :).

ivogabe commented 4 years ago

Thanks Allan! I've cherry-picked your first commit which is now on master. Looks like this was caused by merging multiple PRs.