UNPKG

1.31 kBJavaScriptView Raw
1"use strict";
2/* eslint-disable @typescript-eslint/no-namespace */
3var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4 if (k2 === undefined) k2 = k;
5 Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
6}) : (function(o, m, k, k2) {
7 if (k2 === undefined) k2 = k;
8 o[k2] = m[k];
9}));
10var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
11 Object.defineProperty(o, "default", { enumerable: true, value: v });
12}) : function(o, v) {
13 o["default"] = v;
14});
15var __importStar = (this && this.__importStar) || function (mod) {
16 if (mod && mod.__esModule) return mod;
17 var result = {};
18 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
19 __setModuleDefault(result, mod);
20 return result;
21};
22Object.defineProperty(exports, "__esModule", { value: true });
23exports.Scope = void 0;
24const scopeManager = __importStar(require("@typescript-eslint/scope-manager"));
25var Scope;
26(function (Scope) {
27 Scope.ScopeType = scopeManager.ScopeType;
28 Scope.DefinitionType = scopeManager.DefinitionType;
29})(Scope || (Scope = {}));
30exports.Scope = Scope;
31//# sourceMappingURL=Scope.js.map
\No newline at end of file