Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / parser / dist / visitor-keys.js
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/parser/dist/visitor-keys.js b/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/parser/dist/visitor-keys.js
new file mode 100644 (file)
index 0000000..64a48f4
--- /dev/null
@@ -0,0 +1,128 @@
+"use strict";
+var __importDefault = (this && this.__importDefault) || function (mod) {
+    return (mod && mod.__esModule) ? mod : { "default": mod };
+};
+Object.defineProperty(exports, "__esModule", { value: true });
+const eslint_visitor_keys_1 = __importDefault(require("eslint-visitor-keys"));
+exports.visitorKeys = eslint_visitor_keys_1.default.unionWith({
+    // Additional estree nodes.
+    Import: [],
+    // Additional Properties.
+    ArrayPattern: ['decorators', 'elements', 'typeAnnotation'],
+    ArrowFunctionExpression: ['typeParameters', 'params', 'returnType', 'body'],
+    ClassDeclaration: [
+        'decorators',
+        'id',
+        'typeParameters',
+        'superClass',
+        'superTypeParameters',
+        'implements',
+        'body',
+    ],
+    ClassExpression: [
+        'decorators',
+        'id',
+        'typeParameters',
+        'superClass',
+        'superTypeParameters',
+        'implements',
+        'body',
+    ],
+    TaggedTemplateExpression: ['tag', 'typeParameters', 'quasi'],
+    FunctionDeclaration: ['id', 'typeParameters', 'params', 'returnType', 'body'],
+    FunctionExpression: ['id', 'typeParameters', 'params', 'returnType', 'body'],
+    Identifier: ['decorators', 'typeAnnotation'],
+    MethodDefinition: ['decorators', 'key', 'value'],
+    ObjectPattern: ['decorators', 'properties', 'typeAnnotation'],
+    RestElement: ['decorators', 'argument', 'typeAnnotation'],
+    NewExpression: ['callee', 'typeParameters', 'arguments'],
+    CallExpression: ['callee', 'typeParameters', 'arguments'],
+    // JSX
+    JSXOpeningElement: ['name', 'typeParameters', 'attributes'],
+    JSXClosingFragment: [],
+    JSXOpeningFragment: [],
+    JSXSpreadChild: ['expression'],
+    // Additional Nodes.
+    BigIntLiteral: [],
+    ClassProperty: ['decorators', 'key', 'typeAnnotation', 'value'],
+    Decorator: ['expression'],
+    TSAbstractClassProperty: ['decorators', 'key', 'typeAnnotation', 'value'],
+    TSAbstractKeyword: [],
+    TSAbstractMethodDefinition: ['key', 'value'],
+    TSAnyKeyword: [],
+    TSArrayType: ['elementType'],
+    TSAsExpression: ['expression', 'typeAnnotation'],
+    TSAsyncKeyword: [],
+    TSBigIntKeyword: [],
+    TSBooleanKeyword: [],
+    TSCallSignatureDeclaration: ['typeParameters', 'params', 'returnType'],
+    TSClassImplements: ['expression', 'typeParameters'],
+    TSConditionalType: ['checkType', 'extendsType', 'trueType', 'falseType'],
+    TSConstructSignatureDeclaration: ['typeParameters', 'params', 'returnType'],
+    TSConstructorType: ['typeParameters', 'params', 'returnType'],
+    TSDeclareFunction: ['id', 'typeParameters', 'params', 'returnType', 'body'],
+    TSDeclareKeyword: [],
+    TSEmptyBodyFunctionExpression: [
+        'id',
+        'typeParameters',
+        'params',
+        'returnType',
+    ],
+    TSEnumDeclaration: ['id', 'members'],
+    TSEnumMember: ['id', 'initializer'],
+    TSExportAssignment: ['expression'],
+    TSExportKeyword: [],
+    TSExternalModuleReference: ['expression'],
+    TSImportType: ['parameter', 'qualifier', 'typeParameters'],
+    TSInferType: ['typeParameter'],
+    TSLiteralType: ['literal'],
+    TSIntersectionType: ['types'],
+    TSIndexedAccessType: ['indexType', 'objectType'],
+    TSIndexSignature: ['parameters', 'typeAnnotation'],
+    TSInterfaceBody: ['body'],
+    TSInterfaceDeclaration: ['id', 'typeParameters', 'extends', 'body'],
+    TSInterfaceHeritage: ['expression', 'typeParameters'],
+    TSImportEqualsDeclaration: ['id', 'moduleReference'],
+    TSFunctionType: ['typeParameters', 'params', 'returnType'],
+    TSMappedType: ['typeParameter', 'typeAnnotation'],
+    TSMethodSignature: ['typeParameters', 'key', 'params', 'returnType'],
+    TSModuleBlock: ['body'],
+    TSModuleDeclaration: ['id', 'body'],
+    TSNamespaceExportDeclaration: ['id'],
+    TSNonNullExpression: ['expression'],
+    TSNeverKeyword: [],
+    TSNullKeyword: [],
+    TSNumberKeyword: [],
+    TSObjectKeyword: [],
+    TSOptionalType: ['typeAnnotation'],
+    TSParameterProperty: ['decorators', 'parameter'],
+    TSParenthesizedType: ['typeAnnotation'],
+    TSPrivateKeyword: [],
+    TSPropertySignature: ['typeAnnotation', 'key', 'initializer'],
+    TSProtectedKeyword: [],
+    TSPublicKeyword: [],
+    TSQualifiedName: ['left', 'right'],
+    TSReadonlyKeyword: [],
+    TSRestType: ['typeAnnotation'],
+    TSStaticKeyword: [],
+    TSStringKeyword: [],
+    TSSymbolKeyword: [],
+    TSThisType: [],
+    TSTupleType: ['elementTypes'],
+    TSTypeAliasDeclaration: ['id', 'typeParameters', 'typeAnnotation'],
+    TSTypeAnnotation: ['typeAnnotation'],
+    TSTypeAssertion: ['typeAnnotation', 'expression'],
+    TSTypeLiteral: ['members'],
+    TSTypeOperator: ['typeAnnotation'],
+    TSTypeParameter: ['name', 'constraint', 'default'],
+    TSTypeParameterDeclaration: ['params'],
+    TSTypeParameterInstantiation: ['params'],
+    TSTypePredicate: ['typeAnnotation', 'parameterName'],
+    TSTypeReference: ['typeName', 'typeParameters'],
+    TSTypeQuery: ['exprName'],
+    TSUnionType: ['types'],
+    TSUndefinedKeyword: [],
+    TSUnknownKeyword: [],
+    TSVoidKeyword: [],
+});
+//# sourceMappingURL=visitor-keys.js.map
\ No newline at end of file