TypeScript v3.9.2 Release Notes

Release Date: 2020-05-12 // almost 4 years ago
  • ๐Ÿš€ This release updates TypeScript to 3.9.2 and includes syntax highlighting fixes and updates for new language constructs.

    • ๐Ÿ”Œ Correctly load Sublime settings in certain scenarios (#741, thanks to @aNickPlx)
    • ๐Ÿ”Œ Correclty use log.debug instead of print, which avoids emitting to the console (#742, thanks to @evandrocoan)

Previous changes from v3.8.2

  • ๐Ÿš€ This release updates TypeScript to 3.8.2 and includes syntax highlighting fixes and updates for new language constructs.

    โž• Additionally, it contains the following fixes and improvements:

    • ๐Ÿ”Œ Provides a copy link for hover tooltips (#724, thanks to @kylebebak)
    • ๐Ÿ”Œ Provides a more Sublime-like experience for tabbing through completions (#733, thanks to @matthandlersux)
    • ๐Ÿ”Œ Correctly displays Signature Help when started from subl (#734, thanks to @adill)
    • Provides the node_args, tsserver_args, and tsserver_env options (#730, thanks to @mattbroussard)