Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Releases: sheetalkamat/TypeScript-TmLanguage-VsCode

v0.0.11

06 Dec 23:32
Compare
Choose a tag to compare

v0.0.10

18 Nov 23:52
Compare
Choose a tag to compare

v0.0.9

11 Nov 22:44
Compare
Choose a tag to compare

Mapped type support that gets added by microsoft/TypeScript#12114

v0.0.8

08 Nov 21:45
Compare
Choose a tag to compare
Updated version

v0.0.7

01 Nov 22:54
Compare
Choose a tag to compare
Updated version

v0.0.6

21 Oct 22:09
Compare
Choose a tag to compare
Update the version

v0.0.5

17 Oct 18:14
Compare
Choose a tag to compare
  • Allow Class. in jsdoc handles
  • Support default initializers in destructuring
  • Fix modifier detection in fields and parameters.
  • Update arrow detection.
  • Update variable and destructuring pattern.
  • Remove all usages of \G from grammar to make sure Sublime and vscode don't differ in experience

v0.0.4

10 Oct 20:53
Compare
Choose a tag to compare
  • Handle the { after case clause
  • Handle when the last short hand property assignment of object literal ends with } on new line
  • Rest and spread operator support

v0.0.3

04 Oct 18:46
Compare
Choose a tag to compare
  • Handles the new and constructor method starts by making sure they are not properties
  • Renames the scope for jsx evaluated expression code to meta.embedded.expression
  • Handles the jsx tags from expression context and from jsx context separately since inspection of surrounding context is not needed when already in jsx context
  • Fixes issue with javascript highlighting disappearing

v0.0.2

29 Sep 22:12
Compare
Choose a tag to compare
Updated grammar to Microsoft/TypeScript-TmLanguage@01aab15