data
data copied to clipboard
feat: implement runtime schema-dsl parser
its not clear if/how we could make this work for the typescript story, but at least for the schema story we should consider making it possible to inline parse a schema (even if that parse actually means we do it as a build transform vs AOT).
This is more for our own tests than it is for consumers, so lower priority.