Typescript 5.2 — No More Memory Leaks
<blockquote>
<p>If you need a reason to use ES2020 in your project, Typescript 5.1 while it will go outside beta state will be a great opportunity. ES2022 is required for Typescript 5.1 to work.</p>
<p>Typescript 5.1 Beta offers some interesting improvements relaxing strict rules, helping out JSX developers. The language service is more helpful, also for JSDoc writers. Several performance improvements boost Typescript speed a little bit. It’s a great release!</p>
</blockquote>
<p>Now, after four months we get another Typescript version, 5.2, ans personally I have high expectations for it, even thought it was developed during the main holiday season.</p>
<h1>Faster Recursive Type Checking</h1>
<p>If you’re using code or libraries that use recursive types, you’ll be able to see some performance improvements with Typescript 5.2. In tests it is 33% performance boost.</p>
<p><a href="https://tomaszs2.medium.com/typescript-5-2-no-more-memory-leaks-5ecdb7a822b">Click Here</a></p>