Generates data for the API Documentation Site
- Create with:
lein run
- Download data:
cljs-api.edn
- Learn about data format:
cljs-api-format.edn
- Explore the data in a Planck REPL:
./explore
- Contribute extra documentation in
docfiles/
We parse every version of ClojureScript to build a versioned catalog for the syntax, library, and compiler. We also supplement this data with curated descriptions, examples, cross-refs, and associate each ClojureScript form with an equivalent Clojure form where appropriate.
CLJS master branch changes are represented with a pseudo-version ending in +
.
For example, if 1.9.23
is latest published version, 1.9.23+
will represent
what is currently in master.
MIT, Copyright © 2014-2017 Shaun LeBron