Skip to content

Commit

Permalink
self descriptor is fixed in Deno 1.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Aug 22, 2024
1 parent c99367a commit 83a8fa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
##### Unreleased
- Compat data improvements:
- Added Deno [1.46](https://github.com/denoland/deno/releases/tag/v1.46.0) compat data mapping
- `self` descriptor [is fixed](https://github.com/denoland/deno/issues/24683) in Deno 1.46.0

##### [3.38.1 - 2024.08.20](https://github.com/zloirock/core-js/releases/tag/v3.38.1)
- Changes [v3.38.0...v3.38.1](https://github.com/zloirock/core-js/compare/v3.38.0...v3.38.1)
Expand Down
2 changes: 1 addition & 1 deletion packages/core-js-compat/src/data.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2678,7 +2678,7 @@ export const data = {
// https://github.com/denoland/deno/issues/15765
// broken in Deno 1.45.3 again:
// https://github.com/denoland/deno/issues/24683
// deno: '1.29.3',
deno: '1.46.0', // '1.29.3',
// fails in early Chrome-based Edge
// edge: '12',
firefox: '31',
Expand Down

0 comments on commit 83a8fa2

Please sign in to comment.