-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Polyfills #82
Comments
Thanks @zloirock ! Added that to the table |
I don't know about perf, but the bundle size for |
Gotta admit I was a little perplexed at how high the numbers looked for |
(Computing bundle size numbers absent a complete application is always going to be inaccurate due to optimizations and deduplication, and displaying them makes it really easy for people to draw inaccurate conclusions in both directions.) Thanks! I'll add es-shims and core-js to the readme; when you've published yours to npm, I'd love a PR to add it as well. |
Super happy to see this at Stage 3! 🎉
I noticed there's a polyfill under development at es-shims/RegExp.escape and available via NPM, and I've also made my own lightweight one: lionel-rowe/regexp-escape-polyfill. I'll probably add it to JSR and/or NPM at some point, but for now it's just a GitHub repo.
Benchmarks/comparison:
Anyway, feel free to add this info to the README etc.
The text was updated successfully, but these errors were encountered: