@abaplint/transpiler-cli 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.
- package/build/bundle.js +8 -0
- package/package.json +2 -2
package/build/bundle.js
CHANGED
|
@@ -90642,6 +90642,14 @@ this.INTERNAL_ID = abap.internalIdCounter++;\n`;
|
|
|
90642
90642
|
return abaplint.BasicTypes.StringType.get();
|
|
90643
90643
|
case "xstring":
|
|
90644
90644
|
return abaplint.BasicTypes.XStringType.get();
|
|
90645
|
+
case "decfloat16":
|
|
90646
|
+
return new abaplint.BasicTypes.DecFloat16Type();
|
|
90647
|
+
case "decfloat34":
|
|
90648
|
+
return new abaplint.BasicTypes.DecFloat34Type();
|
|
90649
|
+
case "utclong":
|
|
90650
|
+
return new abaplint.BasicTypes.UTCLongType();
|
|
90651
|
+
case "int8":
|
|
90652
|
+
return new abaplint.BasicTypes.Integer8Type();
|
|
90645
90653
|
case "d":
|
|
90646
90654
|
return new abaplint.BasicTypes.DateType();
|
|
90647
90655
|
case "t":
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/transpiler-cli",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.23",
|
|
4
4
|
"description": "Transpiler - Command Line Interface",
|
|
5
5
|
"funding": "https://github.com/sponsors/larshp",
|
|
6
6
|
"bin": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"license": "MIT",
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@abaplint/core": "^2.113.167",
|
|
31
|
-
"@abaplint/transpiler": "^2.11.
|
|
31
|
+
"@abaplint/transpiler": "^2.11.23",
|
|
32
32
|
"@types/glob": "^8.1.0",
|
|
33
33
|
"@types/node": "^24.2.1",
|
|
34
34
|
"@types/progress": "^2.0.7",
|