pub fn build_scope_info(module: &Module) -> ScopeInfoExpand description
Build scope information from an SWC Module AST.
This performs two passes over the AST:
- Build the scope tree and collect all bindings
- Resolve identifier references to their bindings