Add await using Declarations and AsyncDisposableStack#3
Conversation
aac8318 to
af021fe
Compare
If you let me know when they tag a release, I'll bump esmeta. For now, that commit hasn't even landed on their |
e1022da to
3bf0948
Compare
3bf0948 to
140e02c
Compare
7b8d341 to
f14f8ba
Compare
|
@michaelficarra apparently es-meta/esmeta#134 was included in 0.3.3, though it doesn't show up in the release notes. |
|
@rbuckton It appears we are already using 0.3.3 in ecma262 CI: https://github.com/tc39/ecma262/blob/main/.github/workflows/esmeta-typecheck.yml#L27 Is there anything else I need to do here? |
57272ef to
716bb8a
Compare
It doesn't look like it, no. |
|
This should now be up to date with the current consensus spec text, so I will merge this into the main PR. |
using await Declarations and AsyncDisposableStackawait using Declarations and AsyncDisposableStack
This PR contains the Stage 2 specification text for Async Explicit Resource Management. If Async Explicit Resource Management advances to Stage 3, it's possible this may be merged with tc39#3000 to streamline advancement due to the layering of these proposals.
NOTE:
esmetachecks for this PR won't succeed until we've updated the build process to use a version ofesmetacontaining es-meta/esmeta#134.