Skip to content

Commit

Permalink
Remove references to cljs-tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Feb 8, 2020
1 parent bc51703 commit bd15b8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Let's also acknowledge some of the projects leveraged by cider-nrepl:

* [orchard][] - extracted from `cider-nrepl`, so that non-nREPL clients can leverage the generic tooling functionality (like `inspect`, `apropos`, `var-info`, etc
* [compliment][] - for Clojure code completion
* [cljs-tooling][] - for ClojureScript code completion
* [clj-suitable][] - for ClojureScript code completion
* [suitable][] - for ClojureScript code completion using runtime inspection
* [tools.trace][] - for tracing
* [tools.namespace][] - for namespace reloading
Expand All @@ -141,7 +141,7 @@ Distributed under the Eclipse Public License, the same as Clojure.

[orchard]: https://github.com/clojure-emacs/orchard
[compliment]: https://github.com/alexander-yakushev/compliment
[cljs-tooling]: https://github.com/clojure-emacs/cljs-tooling
[clj-suitable]: https://github.com/rksm/clj-suitable
[suitable]: https://github.com/rksm/clj-suitable
[tools.trace]: https://github.com/clojure/tools.trace
[tools.namespace]: https://github.com/clojure/tools.namespace
Expand Down
2 changes: 1 addition & 1 deletion doc/modules/ROOT/pages/internals.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ for some operation to be performed for some unresolved symbol in the current nam

Currently the ClojureScript support relies on inspecting the ClojureScript compiler
state. `cider-nrepl` would fetch the compiler state from Piggieback and pass it
to the underlying libraries (e.g. `orchard` and `cljs-tooling`) that do something useful with it.
to the underlying libraries (e.g. `orchard` and `clj-suitable`) that do something useful with it.

Unfortunately the majority of the middlewares don't support ClojureScript
currently, as they are implemented in terms of Clojure-only libraries. Another
Expand Down

0 comments on commit bd15b8f

Please sign in to comment.