Is support for namespaces and ClojureScript dependencies a goal? #95
Replies: 2 comments
-
@martinklepsch This is something I'm thinking about but I'm not exactly sure on the details yet. You can currently embed cherry in an existing CLJS app as follows: https://github.com/squint-cljs/cherry/blob/main/doc/embed.md but also in that mode I want to support emitting namespaces. |
Beta Was this translation helpful? Give feedback.
-
@martinklepsch Although only loosely related to your question, I experimented with the use of Turns out that in the according Shadow-cljs app, But all that is only heuristic findings through experiments with special cases. I am really curious what the best practice of Cherry will turn out to be. Ps. I mention for completeness and to conclude the thought, that any ( |
Beta Was this translation helpful? Give feedback.
-
Hello 🙂 I was wondering what the status / goals are with regards to supporting namespaces / other Clojure code (like libraries). Would be curious if you have ideas how that could work and if you see issues because ES6 modules and Clojure namespaces are too different?
I think this issue is also about something similar.
Beta Was this translation helpful? Give feedback.
All reactions