Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(): begin using acorn provided by rollup. #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jthoms1
Copy link

@jthoms1 jthoms1 commented Aug 21, 2018

Rollup provides its own instance of acorn. Using the provided version of acorn will allow dynamic imports to be parsed correctly.

This pull request fixes issue #14.

@calvinmetcalf
Copy link
Owner

sorry, just got back from vacation, will try to take a look

@calvinmetcalf
Copy link
Owner

does this involve requring a certain version of rollup? e.g. might it be a breaking change ?

@NMinhNguyen
Copy link

To make it non-breaking this could default to the acorn import in the absence of this.parse perhaps?

@bcamper
Copy link

bcamper commented Nov 4, 2018

Any further thoughts on getting this updated/merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants