-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Invoke visitors in Program exit #26
Comments
Issued PR #27 |
Link to repository if you're interested: https://github.com/tbranyen/react-babel-esm |
coreyfarrell
added a commit
that referenced
this issue
Nov 16, 2019
coreyfarrell
added a commit
that referenced
this issue
Jan 25, 2020
coreyfarrell
added a commit
that referenced
this issue
Jan 26, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a request to move the path traversal for CallExpression/Import/Export/etc. to the Program exit. I have a sample repo to load a React application in ESM and use this module to apply the import path resolution.
The problem is that my CJS->ESM plugin must run first, and then this plugin. Since Babel doesn't have a way to properly schedule tasks, the fix here would be to run later.
I can open a PR to show the change as well.
The text was updated successfully, but these errors were encountered: