Skip to content

TypeScript 3.9.2

Compare
Choose a tag to compare
@DanielRosenwasser DanielRosenwasser released this 12 May 18:13
· 47 commits to master since this release

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)