This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-05-10
Channels
- # announcements (3)
- # babashka (16)
- # beginners (41)
- # biff (4)
- # calva (14)
- # circleci (1)
- # clj-http (24)
- # clj-kondo (9)
- # clj-on-windows (31)
- # cljs-dev (52)
- # clojure (162)
- # clojure-australia (10)
- # clojure-europe (52)
- # clojure-nl (2)
- # clojure-spec (1)
- # clojure-uk (5)
- # clojurescript (40)
- # conjure (6)
- # core-async (3)
- # cursive (5)
- # datalevin (11)
- # datomic (7)
- # emacs (12)
- # etaoin (19)
- # events (1)
- # figwheel-main (17)
- # fulcro (4)
- # graalvm (3)
- # gratitude (13)
- # honeysql (8)
- # introduce-yourself (7)
- # london-clojurians (1)
- # off-topic (9)
- # polylith (9)
- # rdf (1)
- # re-frame (21)
- # releases (5)
- # remote-jobs (4)
- # sci (28)
- # shadow-cljs (15)
- # spacemacs (2)
- # vim (4)
- # xtdb (15)
I saw the difference in files but cannot understand why 11k more. At the end of the day I guess I'll rewrite it with a mui aucomplete and I'll make the call to Google maps http api myself.
well yeah, some JS libs are crazy. some are also expecting webpack which can eliminate some of it but that is webpack specific which shadow-cljs does not support
@danbunea ^^ js libs can be absolutely astonishing :shocked_face_with_exploding_head:
Yes, I wanted to put this specific example of a library because it is really strange. In the meanwhile after an afternoon of work I rewrote the address autocomplete properly and got rid of it.
Is it possible to test out a certain clojurescript commit with shadow-cljs? https://github.com/clojure/clojurescript/commit/8b3ce24a6e7e1863802b09618985a0f3a604a0c9
I tried adding:
org.clojure/clojurescript {:git/url ""
:git/sha "91c597d99b3480c0463b3648016e4f27b0b0b018"}
in my deps, but that crashed@borkdude define "that crashed"? should be fine normally but something cljs introduces new bindings or some other change that I need to add to shadow-cljs for compatiblity
Caused by: java.lang.RuntimeException: Unable to find static field: ECMASCRIPT_NEXT_IN in class com.google.javascript.jscomp.CompilerOptions$LanguageMode
at clojure.lang.Util.runtimeException(Util.java:221)
at clojure.lang.Compiler.analyzeSymbol(Compiler.java:7328)
at clojure.lang.Compiler.analyze(Compiler.java:6785)
... 235 more