This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-07-17
Channels
- # announcements (11)
- # beginners (29)
- # calva (2)
- # clara (12)
- # cljsjs (1)
- # cljsrn (7)
- # clojure (39)
- # clojure-europe (6)
- # clojure-nl (7)
- # clojure-spec (6)
- # clojure-sweden (1)
- # clojure-uk (15)
- # clojuredesign-podcast (6)
- # code-reviews (2)
- # conjure (29)
- # cursive (3)
- # datomic (13)
- # duct (15)
- # emacs (1)
- # figwheel-main (2)
- # fulcro (7)
- # graalvm (16)
- # lambdaisland (4)
- # luminus (1)
- # meander (15)
- # observability (15)
- # off-topic (27)
- # parinfer (7)
- # pathom (2)
- # reitit (2)
- # rum (11)
- # shadow-cljs (57)
- # spacemacs (6)
- # sql (56)
- # tools-deps (36)
- # xtdb (3)
I'm trying to generate externs for https://github.com/FieryCod/cljs-react-jss/blob/master/resources/cljsjs/react-jss.js using http://jmmk.github.io/javascript-externs-generator/. Loaded two javascript files: • https://unpkg.com/react@16/umd/react.production.min.js • https://github.com/FieryCod/cljs-react-jss/blob/master/resources/cljsjs/react-jss.js Used ReactJSS as object I want to extern, but received: Can someone please point me what I'm doing wrong? Already solved!