jquery / sizzle

A sizzlin' hot selector engine.
https://sizzlejs.com
Other
6.29k stars 951 forks source link

Optimize id and class with escaping characters #415

Closed NN--- closed 6 years ago

NN--- commented 6 years ago

Improved regex from #414. It is simple regex to match escaping in addition to current logic.

Fixes https://github.com/jquery/jquery/issues/3937

NN--- commented 6 years ago

Will you accept PR?

timmywil commented 6 years ago

Thank you for the contribution, but the cost is too high and we're not looking to expand rquickExpr.