@abaplint/transpiler 2.7.157 → 2.7.159

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.
@@ -112,7 +112,8 @@ class TranspileTypes {
112
112
  // if not supplied its a Character(1)
113
113
  resolved = "Character";
114
114
  }
115
- else if (type instanceof abaplint.BasicTypes.AnyType) {
115
+ else if (type instanceof abaplint.BasicTypes.AnyType
116
+ || type instanceof abaplint.BasicTypes.DataType) {
116
117
  // if not supplied its a Character(4)
117
118
  resolved = "Character";
118
119
  extra = "4";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/transpiler",
3
- "version": "2.7.157",
3
+ "version": "2.7.159",
4
4
  "description": "Transpiler",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/src/index.d.ts",
@@ -29,7 +29,7 @@
29
29
  "author": "abaplint",
30
30
  "license": "MIT",
31
31
  "dependencies": {
32
- "@abaplint/core": "^2.105.18",
32
+ "@abaplint/core": "^2.105.20",
33
33
  "source-map": "^0.7.4"
34
34
  },
35
35
  "devDependencies": {