Skip to main content

resolve_single

Function resolve_single 

Source
pub fn resolve_single(
    source: &str,
    data: &Value,
) -> Result<ResolvedComponent, String>
Expand description

Resolve a single .van source into HTML + styles (no import resolution).

This is the backward-compatible entry point for single-file usage.