Liking cljdoc? Tell your friends :D

shadow.cljs.repl


cljs-user-nsclj

source

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
sourceraw docstring

make-repl-resourceclj

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

make-repl-resource*clj

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

prepareclj

(prepare state)
source

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
sourceraw 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
sourceraw docstring

process-read-resultclj

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

read-oneclj

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

repl-current-attrsclj

source

repl-in-nsclj

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

repl-load-fileclj

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

repl-load-file*clj

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

repl-nsclj

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

repl-requireclj

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

repl-special-formsclj

source

repl-state?clj

(repl-state? x)
source

setupclj

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

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

× close