Jose is not usable with ClojureScript and Google Closure compiler #832
Closed
kumarshantanu
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
|
Thanks, https://github.com/panva/jose/releases/tag/v6.1.3 updates the syntax to not use |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Jose uses the form
export * as X from ...in code, which is not supported by Google Closure compiler. This breaks Shadow-cljs and hence, Jose cannot be used with ClojureScript.This issue is a feature request to adopt an alternative to
export * as X fromform and make Jose usable with ClojureScript.Beta Was this translation helpful? Give feedback.
All reactions