@gi-tcg/gts-transpiler 0.6.1 → 0.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1633,6 +1633,7 @@ const DEFAULT_VOLAR_MAPPING_DATA = {
1633
1633
  completion: true,
1634
1634
  format: true,
1635
1635
  navigation: true,
1636
+ semantic: true,
1636
1637
  structure: true,
1637
1638
  verification: true
1638
1639
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gi-tcg/gts-transpiler",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/piovium/gts.git"
@@ -17,6 +17,7 @@ export const DEFAULT_VOLAR_MAPPING_DATA: CodeInformation = {
17
17
  completion: true,
18
18
  format: true,
19
19
  navigation: true,
20
+ semantic: true,
20
21
  structure: true,
21
22
  verification: true,
22
23
  };