@abaplint/core 2.102.45 → 2.102.46
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.
|
@@ -305,11 +305,10 @@ class TypeUtils {
|
|
|
305
305
|
}
|
|
306
306
|
}
|
|
307
307
|
else if (source instanceof basic_1.IntegerType) {
|
|
308
|
-
if (target instanceof basic_1.StringType
|
|
309
|
-
|| target instanceof basic_1.PackedType) {
|
|
308
|
+
if (target instanceof basic_1.StringType) {
|
|
310
309
|
return false;
|
|
311
310
|
}
|
|
312
|
-
else if (target instanceof basic_1.Integer8Type) {
|
|
311
|
+
else if (target instanceof basic_1.Integer8Type || target instanceof basic_1.PackedType) {
|
|
313
312
|
if (((_h = source.getAbstractTypeData()) === null || _h === void 0 ? void 0 : _h.derivedFromConstant) === true) {
|
|
314
313
|
return true;
|
|
315
314
|
}
|
package/build/src/registry.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/core",
|
|
3
|
-
"version": "2.102.
|
|
3
|
+
"version": "2.102.46",
|
|
4
4
|
"description": "abaplint - Core API",
|
|
5
5
|
"main": "build/src/index.js",
|
|
6
6
|
"typings": "build/abaplint.d.ts",
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
"@microsoft/api-extractor": "^7.37.0",
|
|
54
54
|
"@types/chai": "^4.3.6",
|
|
55
55
|
"@types/mocha": "^10.0.1",
|
|
56
|
-
"@types/node": "^20.6.
|
|
56
|
+
"@types/node": "^20.6.5",
|
|
57
57
|
"chai": "^4.3.8",
|
|
58
|
-
"eslint": "^8.
|
|
58
|
+
"eslint": "^8.50.0",
|
|
59
59
|
"mocha": "^10.2.0",
|
|
60
60
|
"c8": "^8.0.1",
|
|
61
61
|
"source-map-support": "^0.5.21",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"typescript": "^5.2.2"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"fast-xml-parser": "^4.3.
|
|
66
|
+
"fast-xml-parser": "^4.3.1",
|
|
67
67
|
"json5": "^2.2.3",
|
|
68
68
|
"vscode-languageserver-types": "^3.17.3"
|
|
69
69
|
}
|