pub fn compile_page_assets_debug(
entry_path: &str,
files: &HashMap<String, String>,
data_json: &str,
asset_prefix: &str,
file_origins: &HashMap<String, String>,
) -> Result<PageAssets, String>Expand description
Like compile_page_assets, but with debug HTML comments at component/slot boundaries.
file_origins maps file paths to theme names for debug comment attribution.