dperini / nwsapi

Fast CSS Selectors API Engine
MIT License
105 stars 37 forks source link

v2.2.1 causing "Octal escape sequences are not allowed in strict mode." #58

Closed terwort closed 1 year ago

terwort commented 2 years ago

My jest tests randomly started failing with this error since it is a dependency on jsdom. After installing nwsapi directly into my project and setting to v2.2.0, it is now fixed. Could someone please hotfix this issue so I can remove the dependency directly from my project?

Screen Shot 2022-06-29 at 3 44 57 PM

dperini commented 1 year ago

@terwort I am closing this because thhere is no reproducible test case accompanying the description of the bug. Feel free to reopen this if you can provide such test code.