pub fn parse_full_component_definition_string(
    ctx: ManifestContext,
    pax: &str,
    pascal_identifier: &str,
    is_root: bool,
    template_map: HashMap<String, String>,
    source_id: &str,
    module_path: &str
) -> (ManifestContext, ComponentDefinition)
Expand description

From a raw string of Pax representing a single component, parse a complete ComponentDefinition