Skip to content

Commit 15b0998

Browse files
committed
1 parent 9018cdf commit 15b0998

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- [`Promise.try`](https://github.com/tc39/proposal-promise-try) marked as shipped from Safari 18.2
88
- [`Math.f16round` and `DataView.prototype.{ getFloat16, setFloat16 }`](https://github.com/tc39/proposal-float16array) marked as shipped from Safari 18.2
99
- [`Uint8Array` to / from base64 and hex proposal](https://github.com/tc39/proposal-arraybuffer-base64) methods marked as shipped from Safari 18.2
10+
- [`RegExp.escape`](https://github.com/tc39/proposal-regex-escaping) marked as shipped [from FF134](https://bugzilla.mozilla.org/show_bug.cgi?id=1918235)
1011
- [`Promise.try`](https://github.com/tc39/proposal-promise-try) marked as shipped from FF134
1112
- [`Symbol.dispose`, `Symbol.asyncDispose` and `Iterator.prototype[@@dispose]`](https://github.com/tc39/proposal-explicit-resource-management) marked as shipped from FF134
1213
- Fixed NodeJS version where `URL.parse` was added - 22.1 instead of 22.0

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2453,6 +2453,7 @@ export const data = {
24532453
},
24542454
'esnext.regexp.escape': {
24552455
bun: '1.1.22',
2456+
firefox: '134',
24562457
safari: '18.2',
24572458
},
24582459
'esnext.set.add-all': {

0 commit comments

Comments
 (0)