pub fn compile_page_full(
entry_path: &str,
files: &HashMap<String, String>,
data_json: &str,
debug: bool,
file_origins: &HashMap<String, String>,
global_name: &str,
) -> Result<String, String>Expand description
Like compile_page, but with a custom signal runtime global name.