scope-tree
Version:
Module scope tree for CodeInspector
17 lines (16 loc) • 1.29 kB
JavaScript
module.exports.__fsLocationMap = [[1, 8, 2, 7], [1, 24, 2, 28], [1, 8, 2, 44], [2, 8, 3, 7], [2, 24, 3, 28], [2, 8, 3, 44], [3, 8, 4, 7], [3, 25, 4, 29], [3, 8, 4, 46], [4, 8, 5, 7], [4, 27, 5, 31], [4, 8, 5, 50], [5, 8, 6, 7], [5, 25, 6, 29], [5, 8, 6, 46], [6, 8, 7, 7], [6, 25, 7, 29], [6, 8, 7, 46], [7, 8, 8, 7], [7, 19, 8, 23], [7, 8, 8, 34], [10, 5, 9, 16], [10, 5, 9, 29], [11, 5, 10, 16], [11, 5, 10, 29], [12, 5, 11, 16], [12, 5, 11, 30], [13, 5, 12, 16], [13, 5, 12, 32], [14, 5, 13, 16], [14, 5, 13, 30], [15, 5, 14, 16], [15, 5, 14, 30], [16, 5, 15, 16], [16, 5, 15, 24]];
module.exports.__esModule = true;
const BlockScope = require('./BlockScope').BlockScope;
const ClassScope = require('./ClassScope').ClassScope;
const GlobalScope = require('./GlobalScope').GlobalScope;
const FunctionScope = require('./FunctionScope').FunctionScope;
const MethodScope = require('./MethodScope').MethodScope;
const ModuleScope = require('./ModuleScope').ModuleScope;
const Scope = require('./Scope').Scope;
module.exports.BlockScope = BlockScope;
module.exports.ClassScope = ClassScope;
module.exports.GlobalScope = GlobalScope;
module.exports.FunctionScope = FunctionScope;
module.exports.MethodScope = MethodScope;
module.exports.ModuleScope = ModuleScope;
module.exports.Scope = Scope;