Fork me on GitHub
#malli
<
2020-04-21
>
ikitommi05:04:13

now in malli.mermaid, but could push some of the building blocks into malli.util: • function to resolve names for the anonymous nested schemas • function to pull out relations between schemas that match a precidate

ikitommi05:04:09

the actual mermaid code would be ~20 lines. would be easy to add a DOT printer too.

ikitommi05:04:35

mermaid doesn’t seem to allow special symbols in the class names, would have liked Order$Delivery$Address instead for the derived class names, easier not to clash. DOT allows that.

geraldodev21:04:18

Hi , I was trying to create a malli zipper and was using children to get down the tree. It happens that it crashes when there is no children. Is there a function for that ?

geraldodev21:04:49

https://gist.github.com/geraldodev/f637da76bdac78fe8f7e330db43fe311 A malli zipper if anyone want to criticize is more than welcome