@abaplint/transpiler 2.0.40 → 2.0.43
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.
|
@@ -106,6 +106,9 @@ class TranspileTypes {
|
|
|
106
106
|
else if (type instanceof abaplint.BasicTypes.FloatType) {
|
|
107
107
|
resolved = "Float";
|
|
108
108
|
}
|
|
109
|
+
else if (type instanceof abaplint.BasicTypes.FloatingPointType) {
|
|
110
|
+
resolved = "Float";
|
|
111
|
+
}
|
|
109
112
|
else if (type instanceof abaplint.BasicTypes.DecFloat34Type) {
|
|
110
113
|
resolved = "DecFloat34";
|
|
111
114
|
}
|