Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / experimental-utils / dist / ts-estree.js
1 "use strict";
2 // for convenience's sake - export the types directly from here so consumers
3 // don't need to reference/install both packages in their code
4 Object.defineProperty(exports, "__esModule", { value: true });
5 exports.TSESTree = exports.AST_TOKEN_TYPES = exports.AST_NODE_TYPES = void 0;
6 var types_1 = require("@typescript-eslint/types");
7 Object.defineProperty(exports, "AST_NODE_TYPES", { enumerable: true, get: function () { return types_1.AST_NODE_TYPES; } });
8 Object.defineProperty(exports, "AST_TOKEN_TYPES", { enumerable: true, get: function () { return types_1.AST_TOKEN_TYPES; } });
9 Object.defineProperty(exports, "TSESTree", { enumerable: true, get: function () { return types_1.TSESTree; } });
10 //# sourceMappingURL=ts-estree.js.map