UNPKG

1.79 kBJavaScriptView Raw
1"use strict";
2var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3 if (k2 === undefined) k2 = k;
4 Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5}) : (function(o, m, k, k2) {
6 if (k2 === undefined) k2 = k;
7 o[k2] = m[k];
8}));
9var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
10 Object.defineProperty(o, "default", { enumerable: true, value: v });
11}) : function(o, v) {
12 o["default"] = v;
13});
14var __importStar = (this && this.__importStar) || function (mod) {
15 if (mod && mod.__esModule) return mod;
16 var result = {};
17 if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
18 __setModuleDefault(result, mod);
19 return result;
20};
21var __exportStar = (this && this.__exportStar) || function(m, exports) {
22 for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
23};
24Object.defineProperty(exports, "__esModule", { value: true });
25exports.TSESLintScope = exports.TSESLint = exports.JSONSchema = exports.ESLintUtils = exports.ASTUtils = void 0;
26const ASTUtils = __importStar(require("./ast-utils"));
27exports.ASTUtils = ASTUtils;
28const ESLintUtils = __importStar(require("./eslint-utils"));
29exports.ESLintUtils = ESLintUtils;
30const JSONSchema = __importStar(require("./json-schema"));
31exports.JSONSchema = JSONSchema;
32const TSESLint = __importStar(require("./ts-eslint"));
33exports.TSESLint = TSESLint;
34const TSESLintScope = __importStar(require("./ts-eslint-scope"));
35exports.TSESLintScope = TSESLintScope;
36__exportStar(require("./ts-estree"), exports);
37//# sourceMappingURL=index.js.map
\No newline at end of file