@codeque/core
Version:
Multiline code search for every language. Structural code search for JavaScript, TypeScript, HTML and CSS
11 lines (8 loc) • 347 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.afterWildcardsComparators = void 0;
var _matchRuleWithoutSelector = require("./matchRuleWithoutSelector");
const afterWildcardsComparators = [_matchRuleWithoutSelector.matchRuleWithoutSelector];
exports.afterWildcardsComparators = afterWildcardsComparators;