pub type Scopes = Vec<(Range<u32>, Option<ScopeName>)>;
The Scopes extracted from a piece of JS Code.
struct Scopes { /* private fields */ }