breck7 / scrollsdk

Build on top of Scroll.
https://sdk.scroll.pub
382 stars 17 forks source link

Parsers: mixins #188

Open breck7 opened 1 month ago

breck7 commented 1 month ago

We could probably do this without adding anything:

plotParser
 extends visParser withRequirementsParser

The primary list item is the one that gets extended, and the rest get their children cloned right before compile time.