cljs-devtools

January 24, 2023 ยท View on GitHub

GitHub license Clojars Project Example Projects

CLJS DevTools adds enhancements into Chrome, Edge and Firefox DevTools for ClojureScript developers:

  • Better presentation of ClojureScript values in DevTools (see the :formatters feature)
  • More informative exceptions (see the :hints feature)
  • Long stack traces for chains of async calls (see the :async feature)

Documentation

  • FAQ
  • Installation
  • Configuration
  • Examples

An example of formatting ClojureScript values:

Custom formatters in action

An example of improved exceptions:

An example of hints