cljs.repl.reflect

since v0.0-1503

handle-reflect-query - multimethod
(handle-reflect-query [param _] & _)

macroexpand - function
(macroexpand form)
Fully expands a cljs macro form.

parse-param - function
(parse-param path)
Parses the query parameter of a path of the form "/reflect?var=foo"
into the vector ["var" "foo"].

read-url-string - var