Liking cljdoc? Tell your friends :D

shadow.cljs.repl


cljs-user-nsclj


load-macros-and-set-ns-infoclj

(load-macros-and-set-ns-info state {:keys [name] :as new-ns-info})

modifies the repl and analyzer state to reflect the updated ns changes done by require in the REPL

modifies the repl and analyzer state to reflect the updated ns changes done by require in the REPL
raw docstring

make-repl-resourceclj

(make-repl-resource {:keys [compiler-env] :as state} [_ ns :as ns-form])

make-repl-resource*clj

(make-repl-resource* ns ns-form)

prepareclj

(prepare state)

process-inputclj

(process-input state repl-input)

processes a string of forms, may read multiple forms

processes a string of forms, may read multiple forms
raw docstring

process-input-streamclj

(process-input-stream {:keys [repl-state] :as state} input-stream)

reads one form of the input stream and calls process-form

reads one form of the input stream and calls process-form
raw docstring

process-read-resultclj

(process-read-result {:keys [repl-state] :as state}
                     {:keys [form source] :as read-result})

read-oneclj

(read-one repl-state
          reader
          {:keys [filename] :or {filename "repl-input.cljs"} :as opts})

repl-current-attrsclj


repl-in-nsclj

(repl-in-ns state read-result [_ quoted-ns :as form])

repl-load-fileclj

(repl-load-file state read-result [_ file-path :as form])

repl-load-file*clj

(repl-load-file* {:keys [source-paths classpath] :as state}
                 {:keys [file-path source]})

repl-nsclj

(repl-ns {:keys [compiler-env] :as state} read-result [_ ns :as form])

repl-requireclj

(repl-require {:keys [repl-state] :as state} read-result require-form)

repl-special-formsclj


repl-state?clj

(repl-state? x)

setupclj

(setup {:keys [classpath] :as state})

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close