Skip to content

Commit 80b2e80

Browse files
committed
add Deno 1.35 compat data mapping
1 parent 7cb301a commit 80b2e80

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
@@ -8,6 +8,7 @@
88
- New `URL` features: [`URL.canParse`](https://url.spec.whatwg.org/#dom-url-canparse), [`URLSearchParams.prototype.size`](https://url.spec.whatwg.org/#dom-urlsearchparams-size) and [`value` argument of `URLSearchParams.prototype.{ has, delete }`](https://url.spec.whatwg.org/#dom-urlsearchparams-delete) marked as [supported from Safari 17.0](https://developer.apple.com/documentation/safari-release-notes/safari-17-release-notes#Web-API)
99
- `value` argument of `URLSearchParams.prototype.{ has, delete }` marked as supported from [Deno 1.35](https://github.com/denoland/deno/pull/19654)
1010
- `AggregateError` and well-formed `JSON.stringify` marked as [supported React Native 0.72 Hermes](https://reactnative.dev/blog/2023/06/21/0.72-metro-package-exports-symlinks#more-ecmascript-support-in-hermes)
11+
- Added Deno 1.35 compat data mapping
1112
- Added Quest Browser 28 compat data mapping
1213
- Added missing NodeJS 12.16-12.22 compat data mapping
1314
- Updated Opera Android 76 compat data mapping

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

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ export default {
9494
[112, '1.32'],
9595
[114, '1.33'],
9696
[115, '1.34'],
97+
[116, '1.35'],
9798
],
9899
// https://releases.electronjs.org/
99100
// https://github.com/electron/electron/releases

0 commit comments

Comments
 (0)