-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add "go to file" for js imports/requires #23
Comments
Implemented a resolver that can handle:
Pending:
|
I could probably change the directory from which babel is calculating relative imports from. In that case, all I need to do is change the contents of the |
Otherwise, I can try to find the reference by inspecting filesystem contents. If adding |
I should also change the name of |
|
Should resolve module-resolver entries properly. Use
babel-node
's `require.resolve'.The text was updated successfully, but these errors were encountered: