UNPKG

@codeque/core

Version:

Multiline code search for every language. Structural code search for JavaScript, TypeScript, HTML and CSS

28 lines (17 loc) 1.82 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.afterWildcardsComparators = void 0; var _wildcardForAnyImport = require("./nodeComparators/wildcardForAnyImport"); var _matchJsxElementRegardlessClosingTag = require("./nodeComparators/matchJsxElementRegardlessClosingTag"); var _matchJsxIdentifierUsingIdentifier = require("./nodeComparators/matchJsxIdentifierUsingIdentifier"); var _partialMatchTemplateLiteral = require("./nodeComparators/partialMatchTemplateLiteral"); var _matchOptionalFlagInMemberExpression = require("./nodeComparators/matchOptionalFlagInMemberExpression"); var _matchDestructPropBeforeRename = require("./nodeComparators/matchDestructPropBeforeRename"); var _wildcardForAnyTypeAnnotation = require("./nodeComparators/wildcardForAnyTypeAnnotation"); var _wildcardForAnyTypeParameter = require("./nodeComparators/wildcardForAnyTypeParameter"); var _matchObjectPropertiesOfDifferentTypes = require("./nodeComparators/matchObjectPropertiesOfDifferentTypes"); // Better keep this order const afterWildcardsComparators = [_wildcardForAnyImport.wildcardForAnyImport, _wildcardForAnyTypeAnnotation.wildcardForAnyTypeAnnotation, _wildcardForAnyTypeParameter.wildcardForAnyTypeParameter, _matchDestructPropBeforeRename.matchDestructPropBeforeRenameNodesComparator, _matchObjectPropertiesOfDifferentTypes.matchObjectPropertiesOfDifferentTypesNodesComparator, _matchJsxElementRegardlessClosingTag.matchJsxElementRegardlessClosingTagNodesComparator, _matchJsxIdentifierUsingIdentifier.matchJsxIdentifierUsingIdentifierNodesComparator, _partialMatchTemplateLiteral.partialMatchTemplateLiteralNodesComparator, _matchOptionalFlagInMemberExpression.matchOptionalFlagInMemberExpressionNodesComparator]; exports.afterWildcardsComparators = afterWildcardsComparators;