Worker-side cljs analyzer execution. Mirrors the parse + reader-loop
that live in skeptic.cljs.analyzer-driver, with no Skeptic / Schema /
Malli dependency. The host-side source-file wrapper is rewired to issue a
worker RPC instead of running the cljs analyzer locally.
Wire payloads carry the source-file descriptor only; the cljs compiler state never crosses the wire.
cljs.analyzer / cljs.analyzer.api / cljs.env / cljs.compiler are loaded
lazily inside with-analysis-bindings so they intern from the project's
pinned clojurescript version when present, not Skeptic's runtime-cp version
at worker boot.
Worker-side cljs analyzer execution. Mirrors the parse + reader-loop that live in `skeptic.cljs.analyzer-driver`, with no Skeptic / Schema / Malli dependency. The host-side source-file wrapper is rewired to issue a worker RPC instead of running the cljs analyzer locally. Wire payloads carry the source-file descriptor only; the cljs compiler state never crosses the wire. cljs.analyzer / cljs.analyzer.api / cljs.env / cljs.compiler are loaded lazily inside `with-analysis-bindings` so they intern from the project's pinned clojurescript version when present, not Skeptic's runtime-cp version at worker boot.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |