cljs-dev

dnolen 2025-11-09T16:12:59.611769Z

require-global is very convenient

borkdude 2025-11-09T16:17:11.205639Z

does it already work with script tags, i.e. not assuming anything at compile time about the environment?

dnolen 2025-11-09T16:31:00.377559Z

yeah, that's the whole point really

borkdude 2025-11-09T16:32:37.993049Z

I know, I vaguely remember filing a ticket about that, but glad it's resolved

borkdude 2025-11-09T16:33:09.555689Z

oh yeah, it was this one: https://clojure.atlassian.net/browse/CLJS-3455

dnolen 2025-11-09T16:36:48.362979Z

hrm I didn't test that so won't close, but (require-global '[morphlex :as morphlex]) is fine