.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / experimental-utils / dist / ts-eslint-scope / Scope.js
1 "use strict";
2 /* eslint-disable @typescript-eslint/no-empty-interface, @typescript-eslint/no-explicit-any */
3 Object.defineProperty(exports, "__esModule", { value: true });
4 exports.ClassScope = exports.ForScope = exports.FunctionScope = exports.SwitchScope = exports.BlockScope = exports.WithScope = exports.CatchScope = exports.FunctionExpressionNameScope = exports.ModuleScope = exports.GlobalScope = exports.Scope = void 0;
5 const scope_1 = require("eslint-scope/lib/scope");
6 const Scope = scope_1.Scope;
7 exports.Scope = Scope;
8 const GlobalScope = scope_1.GlobalScope;
9 exports.GlobalScope = GlobalScope;
10 const ModuleScope = scope_1.ModuleScope;
11 exports.ModuleScope = ModuleScope;
12 const FunctionExpressionNameScope = scope_1.FunctionExpressionNameScope;
13 exports.FunctionExpressionNameScope = FunctionExpressionNameScope;
14 const CatchScope = scope_1.CatchScope;
15 exports.CatchScope = CatchScope;
16 const WithScope = scope_1.WithScope;
17 exports.WithScope = WithScope;
18 const BlockScope = scope_1.BlockScope;
19 exports.BlockScope = BlockScope;
20 const SwitchScope = scope_1.SwitchScope;
21 exports.SwitchScope = SwitchScope;
22 const FunctionScope = scope_1.FunctionScope;
23 exports.FunctionScope = FunctionScope;
24 const ForScope = scope_1.ForScope;
25 exports.ForScope = ForScope;
26 const ClassScope = scope_1.ClassScope;
27 exports.ClassScope = ClassScope;
28 //# sourceMappingURL=Scope.js.map