pub fn extract_runtime_module_variables_from_ejs( ejs_contents: &[&'static str], ) -> Vec<&'static str>
Extracts top-level runtime module declarations written with EJS var() and fn() helpers.
var()
fn()