GitHub - binaryage/cljs-devtools: A collection of Chrome DevTools enhancements for ClojureScript developers

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

cljs-devtools

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

An example of formatting ClojureScript values:

Custom formatters in action

An example of improved exceptions:

An example of hints