TypeScript Sublime Plugin Versions Save

IO wrapper around TypeScript language services, allowing for easy consumption by editor plugins

4.8.2

1 year ago

This release updates TypeScript to 4.8 and provides syntax highlighting changes.

4.7.2

1 year ago

This release updates TypeScript to 4.7 and provides syntax highlighting changes.

4.6.2

2 years ago

This release updates TypeScript to 4.6 and provides syntax highlighting changes.

4.4.2

2 years ago

This release updates TypeScript to 4.4.2 and includes syntax highlighting fixes and updates for new language constructs

4.3.2

2 years ago

This release updates TypeScript to 4.3.2 and includes syntax highlighting fixes and updates for new language constructs.

4.2.2

3 years ago

This release updates TypeScript to 4.2.2 and includes syntax highlighting fixes and updates for new language constructs.

It also contains

3.9.2

3 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)

3.8.2

4 years ago

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:

3.7.2

4 years ago

This release updates TypeScript to 3.7.2 and includes syntax highlighting fixes, as well as support for new TypeScript syntax.

Thanks to @bertilnilsson, it also includes new options to change the way that errors are surfaced in Sublime Text. Errors can be displayed in the gutter using the error_icon setting, and errors can be set to use outlines with the error_outlined setting. See more information here.