Add support for using
Declarations and Explicit Resource Management
#3840
GuestInCorle
started this conversation in
Ideas
Replies: 1 comment
-
A draft MR addressing it: #3841 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TypeScript 5.2 supports
using
Declarations and Explicit Resource Management.Now it's possible to write this:
Instead of this:
Beta Was this translation helpful? Give feedback.
All reactions