Use parse method from transform context#287
Conversation
23e4de8 to
4a9ab6f
Compare
Those two values are set by rollup and there is no reason to overwrite them here.
4a9ab6f to
df762c7
Compare
|
I updated rollup to 0.56 and the tests are passing now. @lukastaegert This is now ready for a review. |
|
is there some sort of config change needed for this. I am using |
|
I am having the exact same issue as @victoriafrench. Any version later than Edit: |
|
@victoriafrench If you can confirm that |
This depends on rollup/rollup#1945. It removes acorn as a dependency (though it's still a dev dependency for the tests) and uses the
parsemethod that is exposed via thetransformcontext instead.fixes #275 (by providing the
acornInjectPluginsoption to rollup)(maybe others?)
closes #237
TODO:
rollupversion to0.56.0when it has been published