binaryage / binaryage/cljs-devtools
Should (prn my-map) be doing a pretty print in console? mine doesn't...
- Dominant language
- Clojure
- Stars
- 1.1k
- Forks
- 51
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I have cljs-devtools installed, I get the notification in the console that `:formatters` is active, and I sometimes see colored, formatted clojure data structures, but I was hoping that when I do `(prn my-map)` within some cljs source file, that would justify and color a large map. I'm just getting a regular print of the datastructure in the console, same as when cljs-devtools is not active. Am I doing something wrong? Thanks.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the cljs-devtools formatter setup and the `:formatters` entry point, then reproduce `(prn my-map)` from a ClojureScript source file in the console. Determine whether colored, formatted output is expected for this call and identify the behavior that should be documented or corrected.
Written by the indexing model from the issue text.
Assessment
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100