Skip to content

Commit

Permalink
mark RegExp.prototype.flags as fixed from V8 ~ Chrome 111
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Feb 12, 2023
1 parent 6fe17a9 commit 081d6f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
- Improved some cases handling of array-replacer in `JSON.stringify` symbols handling fix
- Fixed many other old `JSON.{ parse, stringify }` bugs (numbers instead of strings as keys in replacer, handling negative zeroes, spaces, some more handling symbols cases, etc.)
- Fixed configurability and `ToString` conversion of some accessors
- `RegExp.prototype.flags` marked as fixed from V8 ~ Chrome 111
- Added Opera Android 73 compat data mapping
- Added TypeScript definitions to `core-js-builder`
- Added proper error on the excess number of trailing `=` in the `atob` polyfill
Expand Down
2 changes: 1 addition & 1 deletion packages/core-js-compat/src/data.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,7 @@ export const data = {
},
'es.regexp.flags': {
// modern V8 has a bug with the order getting of flags
// chrome: '62',
chrome: '111', // '62',
firefox: '78',
hermes: '0.4',
safari: '11.1',
Expand Down

0 comments on commit 081d6f8

Please sign in to comment.