dperini / nwsapi

Fast CSS Selectors API Engine
MIT License
103 stars 35 forks source link

Concatenated `:not` selector doesn't work since version `2.2.3` #85

Closed petschki closed 1 year ago

petschki commented 1 year ago

This selector works in version 2.2.2:

a[href]:not(.link-plain):not([href^="http://localhost"]):not([href^="#"])

Since version 2.2.3 we get:

SyntaxError: '.link-plain):not([href^="http://localhost"]' is not a valid selector

in our jest tests.

petschki commented 1 year ago

ah sorry, seems related https://github.com/dperini/nwsapi/issues/83