Skip to main content

extract_runtime_module_variables_from_ejs

Function extract_runtime_module_variables_from_ejs 

Source
pub fn extract_runtime_module_variables_from_ejs(
    ejs_contents: &[&'static str],
) -> Vec<&'static str>
Expand description

Extracts top-level runtime module declarations written with EJS var() and fn() helpers.