roblox-ts / roblox-ts

A TypeScript-to-Luau Compiler for Roblox
https://roblox-ts.com/
MIT License
899 stars 130 forks source link

Add support for `using` statements #2616

Open osyrisrblx opened 7 months ago

osyrisrblx commented 7 months ago

https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-2.html#using-declarations-and-explicit-resource-management

Dionysusnu commented 7 months ago

Since this will involve [Symbol.dispose], it may be worth considering #1826 at the same time.