https://github.com/binaryage/cljs-devtools
A collection of Chrome DevTools enhancements for ClojureScript developers
https://github.com/binaryage/cljs-devtools
chrome-devtools clojurescript clojurescript-developers devtools
Last synced: 23 days ago
JSON representation
A collection of Chrome DevTools enhancements for ClojureScript developers
- Host: GitHub
- URL: https://github.com/binaryage/cljs-devtools
- Owner: binaryage
- License: other
- Created: 2015-01-27T21:00:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-08T21:20:05.000Z (about 2 years ago)
- Last Synced: 2025-04-13T01:59:42.326Z (23 days ago)
- Topics: chrome-devtools, clojurescript, clojurescript-developers, devtools
- Language: Clojure
- Homepage:
- Size: 901 KB
- Stars: 1,114
- Watchers: 23
- Forks: 51
- Open Issues: 18
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
- awesome-clojurescript - cljs-devtools
README
# cljs-devtools
[](license.txt)
[](https://clojars.org/binaryage/devtools)
[](https://github.com/binaryage/cljs-devtools/tree/master/examples)CLJS DevTools adds enhancements into Chrome, Edge and Firefox DevTools for ClojureScript developers:
* Better presentation of ClojureScript values in DevTools (see the [:formatters][1] feature)
* More informative exceptions (see the [:hints][2] feature)
* Long stack traces for chains of async calls (see the [:async][3] feature)### Documentation
* [**FAQ**](docs/faq.md)
* [**Installation**](docs/installation.md)
* [**Configuration**](docs/configuration.md)
* [**Examples**](examples)#### An example of formatting ClojureScript values:

#### An example of improved exceptions:

[1]: https://github.com/binaryage/cljs-devtools/blob/master/docs/faq.md#what-is-the-formatters-feature
[2]: https://github.com/binaryage/cljs-devtools/blob/master/docs/faq.md#what-is-the-hints-feature
[3]: https://github.com/binaryage/cljs-devtools/blob/master/docs/faq.md#what-is-the-async-feature