Experience-Monks / Experience-Monks/parse-selector

Support attributes and separators

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

I wonder if maintainer would be open for at least angular-compatible list of supported selectors https://angular.io/api/core/Directive#selector:

`element-name`: Select by element name.
`.class`: Select by class name.
`[attribute]`: Select by attribute name.
`[attribute=value]`: Select by attribute name and value.
`:not(sub_selector)`: Select only if the element does not match the sub_selector.
`selector1, selector2`: Select if either selector1 or selector2 matches.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.