Skip to content

Commit dab8dde

Browse files
committedMar 9, 2025·
mark RegExp.escape as shipped from V8 ~ Chromium 136
https://issues.chromium.org/issues/353856236#comment17
1 parent 161a3dd commit dab8dde

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
##### Unreleased
33
- Compat data improvements:
44
- [Explicit Resource Management](https://github.com/tc39/proposal-explicit-resource-management) features disabled (again) in V8 ~ Chromium 135 and re-added in 136
5+
- [`RegExp.escape`](https://github.com/tc39/proposal-regex-escaping) marked as [shipped from V8 ~ Chromium 136](https://issues.chromium.org/issues/353856236#comment17)
56

67
##### [3.41.0 - 2025.03.01](https://github.com/zloirock/core-js/releases/tag/v3.41.0)
78
- Changes [v3.40.0...v3.41.0](https://github.com/zloirock/core-js/compare/v3.40.0...v3.41.0) (85 commits)

‎packages/core-js-compat/src/data.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -1483,6 +1483,7 @@ export const data = {
14831483
},
14841484
'es.regexp.escape': {
14851485
bun: '1.1.22',
1486+
chrome: '136',
14861487
firefox: '134',
14871488
safari: '18.2',
14881489
},

0 commit comments

Comments
 (0)
Please sign in to comment.