Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Has this been abandoned? Alternatives? #90

Closed
TheBosZ opened this issue Apr 27, 2017 · 6 comments
Closed

Has this been abandoned? Alternatives? #90

TheBosZ opened this issue Apr 27, 2017 · 6 comments

Comments

@TheBosZ
Copy link

TheBosZ commented Apr 27, 2017

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

@ezolenko
Copy link

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+.

@ncphillips
Copy link

There's also the fork by @alexlur https://github.com/alexlur/rollup-plugin-typescript

@PaulBGD
Copy link
Collaborator

PaulBGD commented May 17, 2017

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

@alex-kinokon
Copy link

I am actively maintaining my fork, if that matters.

@PaulBGD
Copy link
Collaborator

PaulBGD commented May 23, 2017

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

@PaulBGD PaulBGD closed this as completed May 23, 2017
@constfun
Copy link

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.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants