UNPKG

@typescript-eslint/types

Version:
22 lines 916 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AST_TOKEN_TYPES = void 0; var AST_TOKEN_TYPES; (function (AST_TOKEN_TYPES) { AST_TOKEN_TYPES["Boolean"] = "Boolean"; AST_TOKEN_TYPES["Identifier"] = "Identifier"; AST_TOKEN_TYPES["JSXIdentifier"] = "JSXIdentifier"; AST_TOKEN_TYPES["JSXText"] = "JSXText"; AST_TOKEN_TYPES["Keyword"] = "Keyword"; AST_TOKEN_TYPES["Null"] = "Null"; AST_TOKEN_TYPES["Numeric"] = "Numeric"; AST_TOKEN_TYPES["Punctuator"] = "Punctuator"; AST_TOKEN_TYPES["RegularExpression"] = "RegularExpression"; AST_TOKEN_TYPES["String"] = "String"; AST_TOKEN_TYPES["Template"] = "Template"; // comment types AST_TOKEN_TYPES["Block"] = "Block"; AST_TOKEN_TYPES["Line"] = "Line"; })(AST_TOKEN_TYPES || (AST_TOKEN_TYPES = {})); exports.AST_TOKEN_TYPES = AST_TOKEN_TYPES; //# sourceMappingURL=ast-token-types.js.map