/cljs-analysis-cache

Clojurescript Analysis cache

Primary LanguageJavaScript

Update ClojureScript analysis cache

Analysis cache and macro precompiled files are stored under /cache.

The cache files are generated with shadow-cljs.

You need to add the dependencies and the namespaces in cache-shadow/shadow-cljs.edn (don't forget to update :entries or :macros) and run from the cache-shadow

  1. cd cache-shadow
  2. yarn
  3. Run ./update-cache to generate the files and copy them to ./cache folder
  4. Commit ./cache to master branch
  5. Push master branch. Github will make the files available through Github pages mechanism at https://viebel.github.io/cljs-analysis-cache/cache/

shadow-cljs is able to generate analysis cache as it is explained here, and the code is here