Liking cljdoc? Tell your friends :D

portal.nrepl


middlewareclj

All of portal's nREPL middleware.

All of portal's nREPL middleware.
sourceraw docstring

wrap-notebookclj

(wrap-notebook handler)

nREPL middleware for use with Calva Notebooks to support first class values for datafy / nav and all other features that require a runtime connected portal.

nREPL middleware for use with [Calva Notebooks](https://calva.io/notebooks/)
to support first class values for datafy / nav and all other features that
require a runtime connected portal.
sourceraw docstring

wrap-portalclj

(wrap-portal handler)

nREPL middleware for inspecting eval and load-file ops for the following to tap>:

  • evaluation result / exceptions
  • stdout / stderr
  • clojure.test/report output

Data produced via this middleware will contain {:portal.nrepl/eval true} as metadata and leverages the following viewers:

  • :portal.viewer/code
  • :portal.viewer/duration-ms
  • :portal.viewer/ex
  • :portal.viewer/log
  • :portal.viewer/prepl
  • :portal.viewer/relative-time
  • :portal.viewer/test-report
nREPL middleware for inspecting `eval` and `load-file` ops for the following to `tap>`:

 - evaluation result / exceptions
 - stdout / stderr
 - clojure.test/report output

Data produced via this middleware will contain `{:portal.nrepl/eval true}` as
metadata and leverages the following viewers:

- :portal.viewer/code
- :portal.viewer/duration-ms
- :portal.viewer/ex
- :portal.viewer/log
- :portal.viewer/prepl
- :portal.viewer/relative-time
- :portal.viewer/test-report
sourceraw docstring

wrap-replclj

(wrap-repl handler)

nREPL middleware for exposing portal.api/eval-str directly to editors. This enabled sending code directly from your editor to the portal runtime for evaluation.

nREPL middleware for exposing `portal.api/eval-str` directly to editors.
This enabled sending code directly from your editor to the portal runtime for
evaluation.
sourceraw docstring

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

× close