summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/explicit_resource_management
AgeCommit message (Collapse)Author
2023-09-14feat: explicit resource management in TypeScript (#20506)David Sherret
This adds support for `using` and `await using` declarations in TypeScript only. We need to wait for v8 to support it for this to work in JS.