-
-
Notifications
You must be signed in to change notification settings - Fork 277
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
Use of Symbol breaks IE and older browser support #254
Comments
xregexp.com is currently out of date and only lists pre-v4 versions at http://xregexp.com/history/. This is on me to upgrade since the documentation is not currently open source. :'( I aim to fix this but am not able to provide a timeline at this time. XRegExp moved to only support ES5+ browsers in v4.0.0. Looks like use of |
…e about antique platforms where those polyfills are needed! This is the commits list that's being reverted here: SHA-1: 7a16887 * Polyfill Symbol with @babel/plugin-transform-runtime This should fix slevithan#254 See https://babeljs.io/docs/en/babel-plugin-transform-runtime SHA-1: e83ce58 * Merge remote-tracking branch 'remotes/slevithan-original/master' # Conflicts: # .babelrc # package-lock.json # package.json SHA-1: cce9e7c * regenerate library files
I didn't see this issue in 4.1.1, but it looks like 4.2.0 uses Symbol, which is certainly not compatible with the older browsers listed on regexp.com (Internet Explorer 5.5+, Firefox 1.5+, Chrome, Safari 3+, and Opera 11+)
The text was updated successfully, but these errors were encountered: