This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit f81ffd6 committed Jan 20, 2020 Unverified
1 parent 01ef74a commit f81ffd6 Copy full SHA for f81ffd6
File tree 2 files changed +2
-4
lines changed
src/cider/nrepl/middleware
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 4
4
:license {:name " Eclipse Public License"
5
5
:url " http://www.eclipse.org/legal/epl-v10.html" }
6
6
:scm {:name " git" :url " https://github.com/clojure-emacs/cider-nrepl" }
7
-
8
7
:dependencies [[nrepl " 0.6.0" ]
9
8
^:inline-dep [cider/orchard " 0.5.5" ]
10
9
^:inline-dep [thunknyc/profile " 0.5.2" ]
11
10
^:inline-dep [mvxcvi/puget " 1.2.0" ]
12
11
^:inline-dep [fipp " 0.6.22" ] ; can be removed in unresolved-tree mode
13
12
^:inline-dep [compliment " 0.3.10" ]
14
- ^:inline-dep [cljs-tooling " 0.3.1" ]
15
- ^:inline-dep [org.rksm/suitable " 0.2.14" :exclusions [org.clojure/clojurescript]]
13
+ ^:inline-dep [org.rksm/suitable " 0.3.2" :exclusions [org.clojure/clojurescript]]
16
14
^:inline-dep [cljfmt " 0.6.6" :exclusions [org.clojure/clojurescript]]
17
15
^:inline-dep [org.clojure/tools.namespace " 0.3.1" ]
18
16
^:inline-dep [org.clojure/tools.trace " 0.7.10" ]
Original file line number Diff line number Diff line change 5
5
[cider.nrepl.middleware.util :as util]
6
6
[cider.nrepl.middleware.util.cljs :as cljs]
7
7
[cider.nrepl.middleware.util.meta :as um]
8
- [cljs-tooling.util .analysis :as cljs-ana]
8
+ [orchard.cljs .analysis :as cljs-ana]
9
9
[clojure.java.io :as io]
10
10
[clojure.tools.namespace.find :as ns-find]
11
11
[nrepl.misc :refer [response-for]]
You can’t perform that action at this time.
0 commit comments