This repository was archived by the owner on Aug 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 61
Has this been abandoned? Alternatives? #90
Comments
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+. |
There's also the fork by @alexlur https://github.com/alexlur/rollup-plugin-typescript |
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! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: