rollup/rollup-plugin-typescript

Has this been abandoned? Alternatives?

TheBosZ opened this issue ยท 6 comments

Typescript is now up to 2.3 while this is still stuck on 1.8.

I've tried setting my own Typescript version, but Rollup fails to generate valid JS.

This is related to #50 and #81

I made my own version (main reason was error checking).

It has its own class of problems due to different approach (speed, cache related issues and corner cases), but works ok in general case. Needs recent rollup and typescript 2+.

The best fix I've found is just installing your own version of typescript and passing that to this plugin.

I am actively maintaining my fork, if that matters.

I've been given publishing access, currently working on updating the package. Feedback is requested at #91.

FYI, @ezolenko's plugin is the only one that actually stops the build (and reports errors) on syntax errors for me. Thank you!