superduper icon indicating copy to clipboard operation
superduper copied to clipboard

Idea add `_artifacts` to top-level of loaded `Document` instances

Open blythed opened this issue 1 year ago • 0 comments

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().

blythed avatar Feb 15 '24 15:02 blythed