Skip to content

Commit 67b362f

Browse files
committed
mark AsyncDisposableStack bugs as fixed in Deno 2.3.2
1 parent f4d263b commit 67b362f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
- Iterators closing on early errors in `Iterator` helpers marked as implemented from FF141
6767
- `Array.prototype.with` marked as supported only from FF140 because it throws an incorrect exception when index coercion fails
6868
- `TypedArray.prototype.with` marked as unsupported in Bun and Safari because it should truncate negative fractional index to zero, but instead throws an error
69+
- `AsyncDisposableStack` bugs marked as fixed in Deno 2.3.2
6970
- `SuppressedError` bugs ([extra arguments support](https://github.com/oven-sh/bun/issues/9283) and [arity](https://github.com/oven-sh/bun/issues/9282)) marked as fixed in Bun 1.2.15
7071

7172
##### [3.42.0 - 2025.04.30](https://github.com/zloirock/core-js/releases/tag/v3.42.0)

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1455,7 +1455,6 @@ export const data = {
14551455
// added in 133, reverted in 134, https://issues.chromium.org/issues/42203506#comment25
14561456
// https://github.com/tc39/proposal-explicit-resource-management/issues/256, fixed in early 135
14571457
chrome: '136',
1458-
deno: false,
14591458
},
14601459
'es.async-iterator.async-dispose': { // `Promise` dependency should be loaded before
14611460
},

0 commit comments

Comments
 (0)