-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
ES6 module with no exports is not found with --js_module_root #2247
Comments
I'm guessing a |
Update on this. I tested with the latest closure compiler release (20170910) and the build still fails although the failures are different from the failure with 20161201 as described above. Different failures occur depending on configuration (BROWSER or NODE module resolution and relative and ambiguous import path in user.js). I was able to get a successful build with 20170910 but only with a specific configuration: module resolution NODE, relative import path in Using the closure compiler dist I made a few days ago (HEAD on 20170919 + patches) the build is successful with module resolution NODE. It worked with both a relative and ambiguous import path in Code is here: https://github.com/gregmagolan/closure-test-2247. Test results are described in the README. |
Chad, can you give some update on why this is closed? Do you think the issue is resolved? |
It should have been fixed by #2641 which has now landed (but not yet been released). |
Repro:
It could be worked around in these ways:
--js_module_root
argument.The text was updated successfully, but these errors were encountered: