Dirac is a Chrome DevTools fork with extra features to aid development in ClojureScript.
- REPL integrated into DevTools Javascript console
- can eval ClojureScript in the context of currently selected stack frame (activated breakpoint)
- Parinfer goodness
- global keyboard shortcut for focusing the console prompt
- custom formatters enabled by default (for cljs-devtools)
- custom formatters are displayed inline in Source panel during debugging
- 'Object Properties' better display ClojureScript properties:
- macro-generated names are renamed to friendly names using sub-indexes
- properties are grouped, the most important properties at the top
- properties with nice names go first
- then macro-generated names
- then null values
- then undefined values