UNPKG

@codeque/core

Version:

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

13 lines (9 loc) 629 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.beforeWildcardsComparators = void 0; var _wildcardForTypeKeywords = require("./nodeComparators/wildcardForTypeKeywords"); var _wildcardForAssignmentPatternOrDefaultParamValues = require("./nodeComparators/wildcardForAssignmentPatternOrDefaultParamValues"); const beforeWildcardsComparators = [_wildcardForTypeKeywords.wildcardForTypeKeywordsNodesComparator, _wildcardForAssignmentPatternOrDefaultParamValues.wildcardForAssignmentPatternOrDefaultParamValuesNodesComparator]; exports.beforeWildcardsComparators = beforeWildcardsComparators;