ClojureScript, the Clojure compiler that emits JavaScript source code. README and source code: https://github.com/clojure/clojurescript
Leiningen dependency information: [org.clojure/clojurescript "1.9.89"] This release fixes several cljs.spec issues. It also includes a new compiler option - :preloads. This feature is designed to simplify (but not limited to) the loading of development time side effects such as enabling printing, REPL connections, and browser tool integration. With :preloads you may now specify a sequence of namespaces as symbols to load in order immediately after cljs.core. This also means there's a path for providing typical boilerplate as documented namespaces that users can specify in their dev builds. As always feedback welcome! ## 1.9.89 ### Enhancements * CLJS-1688: :preloads compiler option for loading other entry points prior to :main * cljs.spec - support gen overrides by name in addition to path * cljs.spec - every and every-kv ### Changes * added bounded-count ### Fixes * missing cljs.spec/fn-specs -> cljs.spec/get-spec in cljs.spec.test ns * CLJS-1687: Self-host: cljs.spec: inst-in-range? and int-in-range? need qualification * CLJS-1668: cljs.spec: c alias needs expansion in int-in -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.