cljs-dev

ClojureScript compiler & std lib dev, https://clojurescript.org/community/dev
martinklepsch 2020-05-30T22:00:48.402300Z

Just thinking out loud here, would it be possible to package a JS file alongside my Clojure sources to handle stuff like requiring different modules in browser vs. node? Kind of inspired by seeing this Closure namespace being used as a dependency in funcool/bide https://github.com/funcool/bide/blob/master/src/bide/impl/helpers.js

martinklepsch 2020-05-30T22:07:31.404200Z

i’m thinking this also ties into the recent webpack stuff. I’ll probably do a walkthrough through that tutorial and then come back with more questions 😄