Urara-Blog/node_modules/.pnpm-store/v3/files/61/b391e32636ade5d667d9509b2f40e10e36701eb047ed928fc0a96604f20b0e28f7c8570a476f98704330ee633c079ebe687b1cbae0f709e88960a7e0173e79
2022-08-14 01:14:53 +08:00

10 lines
No EOL
748 B
Text

"use strict";
// for convenience's sake - export the types directly from here so consumers
// don't need to reference/install both packages in their code
Object.defineProperty(exports, "__esModule", { value: true });
exports.TSESTree = exports.AST_TOKEN_TYPES = exports.AST_NODE_TYPES = void 0;
var types_1 = require("@typescript-eslint/types");
Object.defineProperty(exports, "AST_NODE_TYPES", { enumerable: true, get: function () { return types_1.AST_NODE_TYPES; } });
Object.defineProperty(exports, "AST_TOKEN_TYPES", { enumerable: true, get: function () { return types_1.AST_TOKEN_TYPES; } });
Object.defineProperty(exports, "TSESTree", { enumerable: true, get: function () { return types_1.TSESTree; } });
//# sourceMappingURL=ts-estree.js.map