Skip to main content

resolved_identifier_bindings_with_source

Function resolved_identifier_bindings_with_source 

Source
pub fn resolved_identifier_bindings_with_source(
    params: &[TypedParam],
    body: &[SNode],
    source: Option<&str>,
    match_patterns: &MatchPatternCatalog,
) -> HashMap<(usize, usize), BindingId>
Expand description

Resolve exact declarations, including defaults and interpolated expressions.