Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / experimental-utils / dist / ts-estree.js
index 6e8ed43ab2e663e272f0ba72a425fa53fb0bd21f..4a32e9c8a4bc720f552adfe90602781ff46283f9 100644 (file)
@@ -2,6 +2,7 @@
 // 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; } });