This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-04-20
Channels
- # aws (1)
- # beginners (14)
- # boot (30)
- # cider (6)
- # clara (9)
- # cljsjs (3)
- # cljsrn (22)
- # clojure (247)
- # clojure-dusseldorf (75)
- # clojure-france (38)
- # clojure-italy (6)
- # clojure-japan (8)
- # clojure-nl (3)
- # clojure-russia (16)
- # clojure-serbia (4)
- # clojure-spec (1)
- # clojure-uk (53)
- # clojurescript (168)
- # consulting (3)
- # copenhagen-clojurians (1)
- # core-async (7)
- # css (1)
- # datascript (3)
- # datomic (8)
- # dirac (22)
- # events (1)
- # hoplon (2)
- # jobs (1)
- # jobs-discuss (2)
- # leiningen (4)
- # lumo (138)
- # mount (13)
- # nyc (1)
- # off-topic (24)
- # om (34)
- # onyx (15)
- # pedestal (30)
- # re-frame (9)
- # reagent (23)
- # ring (1)
- # ring-swagger (24)
- # rum (6)
- # spacemacs (6)
- # specter (51)
- # uncomplicate (14)
- # unrepl (1)
- # untangled (17)
- # yada (12)
Speaking about clj-refactor, in a .cljs file, I cannot extract a function, I got cljr--maybe-rethrow-error: Only .clj files are supported!
any idea ?
As error message says, only clojure files are supported. I think (hope) it's a work in progress to implement support for ClojureScript
@romain Yeah, I saw it too, but it didn't work for me. I talked to plexus about this and he responded with following: > I think it might have worked with an older version of clj-refactor. I met up with one of the maintainers recently and he mentioned they used to have an analyzer for cljs, but it's not maintained and so they had to drop it, which means certain operations can't be supported
@jumar did it too lol 🙂. You can check this https://github.com/clojure-emacs/refactor-nrepl/issues/195