Skip to content

Commit

Permalink
add Deno 1.38 compat data mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Nov 1, 2023
1 parent e6fc1e1 commit c6e43a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Changelog
##### Unreleased
- Nothing
- Compat data improvements:
- Added Deno 1.38 compat data mapping

##### [3.33.2 - 2023.10.31](https://github.com/zloirock/core-js/releases/tag/v3.33.2)
- Simplified `structuredClone` polyfill, avoided second tree pass in cases of transferring
Expand Down
1 change: 1 addition & 0 deletions packages/core-js-compat/src/mapping.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export default {
[116, '1.36'],
// [117, '1.36.2'], reverted to 11.6 in 1.36.3
[118, '1.37'],
[120, '1.38'],
],
// https://releases.electronjs.org/
// https://github.com/electron/electron/releases
Expand Down

0 comments on commit c6e43a1

Please sign in to comment.