@abaplint/transpiler 2.11.22 → 2.11.23

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.
@@ -621,6 +621,14 @@ this.INTERNAL_ID = abap.internalIdCounter++;\n`;
621
621
  return abaplint.BasicTypes.StringType.get();
622
622
  case "xstring":
623
623
  return abaplint.BasicTypes.XStringType.get();
624
+ case "decfloat16":
625
+ return new abaplint.BasicTypes.DecFloat16Type();
626
+ case "decfloat34":
627
+ return new abaplint.BasicTypes.DecFloat34Type();
628
+ case "utclong":
629
+ return new abaplint.BasicTypes.UTCLongType();
630
+ case "int8":
631
+ return new abaplint.BasicTypes.Integer8Type();
624
632
  case "d":
625
633
  return new abaplint.BasicTypes.DateType();
626
634
  case "t":
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/transpiler",
3
- "version": "2.11.22",
3
+ "version": "2.11.23",
4
4
  "description": "Transpiler",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/src/index.d.ts",