Liking cljdoc? Tell your friends :D

skeptic.worker.analyzer-cljs

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.
raw docstring

analyze-source-fileclj

(analyze-source-file source-file)
source

ns-headclj

(ns-head source-file)
source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close