Skip to content

Commit

Permalink
self descriptor is broken in Deno 1.45.3 (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jul 23, 2024
1 parent f997bdd commit bd574ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
- [`Symbol.asyncDispose`](https://github.com/tc39/proposal-explicit-resource-management) added and marked as supported from V8 ~ Chromium 127
- [`Promise.try`](https://github.com/tc39/proposal-promise-try) added and marked as supported [from V8 ~ Chromium 128](https://chromestatus.com/feature/6315704705089536)
- Added Deno [1.44](https://github.com/denoland/deno/releases/tag/v1.44.0) and [1.45](https://github.com/denoland/deno/releases/tag/v1.45.0) compat data mapping
- `self` descriptor [is broken in Deno 1.45.3](https://github.com/denoland/deno/issues/24683) (again)
- Added Electron 32 compat data mapping
- Added [Opera Android 83](https://forums.opera.com/topic/72570/opera-for-android-83) compat data mapping
- Added Oculus Quest Browser 34 compat data mapping
Expand Down
4 changes: 3 additions & 1 deletion packages/core-js-compat/src/data.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2633,7 +2633,9 @@ export const data = {
bun: '1.0.22',
chrome: '86',
// https://github.com/denoland/deno/issues/15765
deno: '1.29.3',
// broken in Deno 1.45.3 again:
// https://github.com/denoland/deno/issues/24683
// deno: '1.29.3',
// fails in early Chrome-based Edge
// edge: '12',
firefox: '31',
Expand Down

0 comments on commit bd574ca

Please sign in to comment.