.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / types / dist / ast-token-types.js
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/types/dist/ast-token-types.js b/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/types/dist/ast-token-types.js
new file mode 100644 (file)
index 0000000..4a4bc4a
--- /dev/null
@@ -0,0 +1,22 @@
+"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
\ No newline at end of file