css-selector-parser
Version:
Powerful and compliant CSS selector parser.
5 lines (4 loc) • 496 B
TypeScript
export { createParser, Parser, ParserError } from './parser.js';
export { render } from './render.js';
export { ast, AstAttribute, AstClassName, AstEntity, AstFactory, AstFormula, AstFormulaOfSelector, AstId, AstNamespaceName, AstNestingSelector, AstNoNamespace, AstPseudoClass, AstPseudoElement, AstRule, AstSelector, AstString, AstSubstitution, AstTagName, AstWildcardNamespace, AstWildcardTag } from './ast.js';
export { CssLevel, CssModule, SyntaxDefinition } from './syntax-definitions.js';