Skip to content

Commit f4d263b

Browse files
committed
add Deno 2.3.2 compat data mapping
1 parent 89dc3b4 commit f4d263b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
- Added some missed dependencies to `/iterator/flat-map` entries
5959
- Compat data improvements:
6060
- [`Error.isError`](https://github.com/tc39/proposal-is-error) marked not supported in Node because of [a bug](https://github.com/nodejs/node/issues/56497)
61-
- Added [Deno 2.3](https://github.com/denoland/deno/releases/tag/v2.3.0) compat data mapping
61+
- Added [Deno 2.3](https://github.com/denoland/deno/releases/tag/v2.3.0) and [Deno 2.3.2](https://github.com/denoland/deno/releases/tag/v2.3.2) compat data mapping
6262
- Updated Electron 37 compat data mapping
6363
- `Set.prototype.difference` marked as not supported in Safari and supported only from Bun 1.2.5 because of [a bug](https://bugs.webkit.org/show_bug.cgi?id=288595)
6464
- `Set.prototype.{ symmetricDifference, union }` marked as not supported in Safari and supported only from Bun 1.2.5 because of [a bug](https://bugs.webkit.org/show_bug.cgi?id=289430)

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ export default {
116116
[130, '2.1'],
117117
[134, '2.2'],
118118
[135, '2.3'],
119+
[137, '2.3.2'],
119120
],
120121
// https://releases.electronjs.org/
121122
// https://github.com/electron/electron/releases

0 commit comments

Comments
 (0)