keithamus / eslint-plugin-escompat

Report errors for code which wont work in browsers without transpiling
MIT License
30 stars 6 forks source link

Safari now supports lookbehind assertions #20

Closed luis-f-lins closed 1 month ago

luis-f-lins commented 4 months ago

Safari started supporting lookbehind assertions starting in version 16.4.

image

I've tried to create a PR to fix lib/index.js but the repo won't let me create a new branch in remote.

keithamus commented 4 months ago

PRs welcome!