-
Notifications
You must be signed in to change notification settings - Fork 61
Conversation
It looks like the travis build failed because of a syntax error. Maybe if you fixed it, we could get the maintainer's attention? :D |
The travis error is because async/await is being used in one of the tests: https://travis-ci.org/rollup/rollup-plugin-typescript/jobs/168521206 When I look at the other PRs for this, they all have the same error. This must have been introduced either by adding a test environment to travis or by a direct commit by the maintainer. I'm starting to get the sense that this repository has been abandoned due to the lack of activity on it. |
Does anyone want to pick this up? I also need this PR. |
@notoriousb1t can you try updating the typescript dependency to 2.1.4? That should solve the travis error. |
I should be able to do that in a little bit |
Um... it is complaining the helper methods not generated. Likely need a config file. It should work out of the box. Need to try create a some repo to pin point it. |
By the way, for now, I'm following this: https://github.com/maxdavidson/typescript-library-boilerplate and it is working well. |
It looks like this repo is specifying helpers directly, so this PR won't work until this one is accepted https://github.com/rollup/rollup-plugin-typescript/pull/75/files#diff-3ee1ba721a3cf917fc2cf07d504b037a and the code base is remerged |
Wow, I would expect to use |
Hello, are you interested in rebasing this off the |
@PaulBGD, I swapped the PR over to target the progress branch. I believe this should be good to go. |
Thanks! |
Allows tsconfig path to be passed into the typescript options. PR for #66