Skip to main content

is_deferred_module_declaration

Function is_deferred_module_declaration 

Source
pub fn is_deferred_module_declaration(node: &SNode) -> bool
Expand description

Whether module compilation defers this declaration until after executable top-level statements. Capture analysis and bytecode lowering share this predicate so their visibility phases cannot drift.