pub type CodeFiles = HashMap<String, String>;Expand description
Code file mapping. Filename -> code content.
Used when referencing external code files in v8.codebox and codebox (gen~).
Aliased Typeยง
pub struct CodeFiles { /* private fields */ }