You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 6, 2022. It is now read-only.
Ensure escaped colons do not break selector transformations
* Add failing tests
* Use a regex for pseudo selectors searches
The regex is set up to ensure that escaped colons are not considered when looking for :not.
This slows down selector transformation by about 25%
* Cache generated regular expressions
This provides a pretty decent speedup. Overall selector matching is now slight slower by about 6% instead of 25%.
0 commit comments