.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / types / dist / ast-token-types.js
1 "use strict";
2 Object.defineProperty(exports, "__esModule", { value: true });
3 exports.AST_TOKEN_TYPES = void 0;
4 var AST_TOKEN_TYPES;
5 (function (AST_TOKEN_TYPES) {
6     AST_TOKEN_TYPES["Boolean"] = "Boolean";
7     AST_TOKEN_TYPES["Identifier"] = "Identifier";
8     AST_TOKEN_TYPES["JSXIdentifier"] = "JSXIdentifier";
9     AST_TOKEN_TYPES["JSXText"] = "JSXText";
10     AST_TOKEN_TYPES["Keyword"] = "Keyword";
11     AST_TOKEN_TYPES["Null"] = "Null";
12     AST_TOKEN_TYPES["Numeric"] = "Numeric";
13     AST_TOKEN_TYPES["Punctuator"] = "Punctuator";
14     AST_TOKEN_TYPES["RegularExpression"] = "RegularExpression";
15     AST_TOKEN_TYPES["String"] = "String";
16     AST_TOKEN_TYPES["Template"] = "Template";
17     // comment types
18     AST_TOKEN_TYPES["Block"] = "Block";
19     AST_TOKEN_TYPES["Line"] = "Line";
20 })(AST_TOKEN_TYPES || (AST_TOKEN_TYPES = {}));
21 exports.AST_TOKEN_TYPES = AST_TOKEN_TYPES;
22 //# sourceMappingURL=ast-token-types.js.map