day8 / re-frame-debux

A fork of debux for tracing re-frame code (for eventual consumption by re-frame-10x)
Eclipse Public License 1.0
43 stars 7 forks source link

Tracing inside maps #1

Closed danielcompton closed 4 years ago

danielcompton commented 6 years ago

We want to be able to trace inside map literals, as it is a common pattern in re-frame event handlers to return a map like:

{:db (assoc-in db [:todos id] "work"
 :dispatch [...]}

We should be able to trace all of the intermediate internal forms inside a map.

mike-thompson-day8 commented 4 years ago

Completed. Will be a part of the next release.