superduper
superduper copied to clipboard
Idea add `_artifacts` to top-level of loaded `Document` instances
Currently when we run component.export()
, we get a very nice flat representation of a Component
instance.
At the same time we have m.dict().encode()
which goes very deep.
We should somehow unify these 2 views.
Idea
Replace m.dict().encode()
logic with the flat representation in component.export()
.