We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ff2d4 commit 11c261eCopy full SHA for 11c261e
project.clj
@@ -13,7 +13,6 @@
13
^:inline-dep [cljfmt "0.6.4"]
14
^:inline-dep [clj-commons/fs "1.5.0"]
15
^:inline-dep [rewrite-clj "0.6.1"]
16
- ^:inline-dep [cljs-tooling "0.3.1"]
17
^:inline-dep [version-clj "0.1.2"]]
18
:exclusions [org.clojure/clojure] ; see versions matrix below
19
src/refactor_nrepl/ns/resolve_missing.clj
@@ -2,7 +2,7 @@
2
"Resolve a missing symbol on the classpath."
3
(:require [orchard.info :refer [info]]
4
[cider.nrepl.middleware.util.cljs :as cljs]
5
- [cljs-tooling.util.analysis :as cljs-ana]
+ [orchard.cljs.analysis :as cljs-ana]
6
[clojure.string :as str]
7
[refactor-nrepl.core :refer [prefix suffix]]
8
[refactor-nrepl.ns.slam.hound.regrow :as slamhound]))
0 commit comments