This repository was archived by the owner on Jun 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 55
66# cljs-tooling
77
8- A Clojure library designed to provide tooling support for ClojureScript.
9- Currently it provides var info and auto-completion based on compiler state.
8+ A Clojure library designed to provide tooling support for
9+ ClojureScript. Currently it provides var info and auto-completion
10+ based on the ClojureScript compiler state.
1011
1112It is the basis for ClojureScript features in
1213[ cider-nrepl] ( https://github.com/clojure-emacs/cider-nrepl ) (and in
@@ -16,7 +17,7 @@ development.
1617
1718## Artifacts
1819
19- With leiningen :
20+ With Leiningen :
2021
2122 [cljs-tooling "0.3.0"]
2223
@@ -45,7 +46,9 @@ cljs-tooling.complete> (completions @cljs.env/*compiler* "al" 'cljs.core)
4546
4647### Self-host ClojureScript
4748
48- This library is compatible with self-host ClojureScript. In order to try it out in ` lumo ` , for instance, just do:
49+ Starting with version 0.3 this library is compatible with self-host
50+ ClojureScript. In order to try it out in ` lumo ` , for instance, just
51+ do:
4952
5053``` shell
5154lumo -c $( clojure -Sdeps ' {:deps {cljs-tooling {:mvn/version "X.Y.Z"}}}' -Spath)
You can’t perform that action at this time.
0 commit comments