pub fn expand_includes( root: &FormSpec, registry: &BTreeMap<String, FormSpec>, ) -> Result<FormSpec, IncludeError>
Expand includes recursively into a flattened form spec with deterministic ordering.