-
-
Notifications
You must be signed in to change notification settings - Fork 179
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
Not able to parse jose package for target :browser #1190
Comments
I suspect the Closure Compiler just doesn't support the
|
I think this is such a common syntax, It can raise issues in future for sure. Also is there any doc which I can refer to but the easiest approach I think is to switch it with something else. |
Not much I can do. Its not I reported it upstream to the Closure Compiler Team as it easily reproduces without shadow-cljs involved. Closing this as I can't do much on my end. Feel free to follow the linked issue. |
Thanks for the prompt response, It was really helpful. |
System Details :
Shadow-cljs version: 2.20.20
jose version: 5.2.4
Error Details: I am trying to use jose package inside my shadow-cljs application but the development build is throwing this error
shadow-cljs.edn
Additional information
That's how jose exports the modules for browser and I think export * as from "" is the root cause of the error
The text was updated successfully, but these errors were encountered: