Type Definition js_source_scopes::Scopes

source ·
pub type Scopes = Vec<(Range<u32>, Option<ScopeName>)>;
Expand description

The Scopes extracted from a piece of JS Code.