This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-09-03
Channels
- # bangalore-clj (1)
- # beginners (16)
- # boot (23)
- # chestnut (5)
- # cljs-dev (3)
- # cljsjs (3)
- # clojure (115)
- # clojure-conj (3)
- # clojure-italy (17)
- # clojure-russia (22)
- # clojurescript (20)
- # core-async (11)
- # events (3)
- # fulcro (91)
- # funcool (5)
- # heroku (7)
- # hoplon (5)
- # leiningen (3)
- # off-topic (2)
- # om (1)
- # onyx (9)
- # parinfer (1)
- # protorepl (2)
- # re-frame (3)
- # slack-help (2)
- # spacemacs (5)
- # unrepl (1)
Hm, half of packages set pom :scm to the upstream repo and half to cljsjs packages repo, I feel like we should use cljsjs repo everywhere, it is confusing if Clojars only links to the upstream sites
Btw. boot-cljsjs is now updated to support :global-exports, so it should be a bit easier to add support for that
React-transition-group is a nice example case of lib which provides 3 different CommonJS modules in addition the main entry file, but in foreign-lib case, all these CommonJS modules are provided by a single file: https://github.com/cljsjs/packages/blob/master/react-transition-group/build.boot#L28