Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.58 KB

readme.md

File metadata and controls

37 lines (24 loc) · 1.58 KB

cljs-devtools

GitHub license Clojars Project Travis Example Projects

CLJS DevTools adds enhancements into Chrome DevTools for ClojureScript developers:

  • Better presentation of ClojureScript values in Chrome 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


What next?