Skip to content

Commit

Permalink
feat: Export css-select pseudo extension points
Browse files Browse the repository at this point in the history
  • Loading branch information
fb55 committed Apr 8, 2021
1 parent fa76af5 commit 58c771b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ import type { Element, Node } from "domhandler";
import { getDocumentRoot, groupSelectors } from "./helpers";
import { Filter, isFilter, CheerioSelector, getLimit } from "./positionals";

// Re-export pseudo extension points
export { filters, pseudos, aliases } from "css-select";

/** Used to indicate a scope should be filtered. Might be ignored when filtering. */
const SCOPE_PSEUDO: PseudoSelector = {
type: "pseudo",
Expand Down

0 comments on commit 58c771b

Please sign in to comment.