August 2022 (version 1.54.0)

Welcome to the new DeepScan updates. We love the way TypeScript adds new features. We will never stop to make your TypeScript better.

Please kindly go ahead with the highlights for the latest release.

TypeScript 4.7 Support

  • Support instantiation expression
  • Support extends constraint on infer type variables
  • Support in and out variance annotations on type parameters

Bug Fixes

  • A false alarm for SYNTAX_ERROR may occur at TypeScript type alias declarations with no spaces around the = character
  • A false alarm for SYNTAX_ERROR may occur when TypeScript generics are used at optional calls
  • A false alarm for UNUSED_IMPORT may occur when TypeScript generics are used at optional calls
  • A false alarm for UNUSED_IMPORT may occur when TypeScript optional types are used inside tuple types
  • Refresh dashboard message is not showing when a project modification occurs