Wednesday, October 9, 2024

New Features in TypeScript 2.5

Microsoft has unveiled a release candidate for TypeScript 2.5, its alternative to JavaScript. Key new features in the release include the following:

  • Enhancements for try/catch statements
  • Support for imports when using the Node module-resolution strategy
  • The preserveSymlinks compiler flag
  • Other compiler improvements

Developers can access the release candidate through NuGet or NPM.

View article

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends & analysis

Popular Articles

Featured