Describe the problem
TypeScript 5.2 adds support for the upcoming Explicit Resource Management feature in ECMAScript.
However, using that syntax in .svelte files with <script lang="ts"> currently throws a svelte(js_parse_error).

As a workaround, the using declarations can be used in a neighboring .ts file that is imported by the .svelte file.
Describe the proposed solution
It would be nice if using declarations would be supported directly in .svelte files using lang="ts".
Importance
would make my life easier