@abaplint/core 2.101.25 → 2.101.26
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/src/registry.js
CHANGED
|
@@ -1602,15 +1602,12 @@ ${indentation}${uniqueName}`;
|
|
|
1602
1602
|
if (!(low.get() instanceof _statement_1.Unknown)) {
|
|
1603
1603
|
return undefined;
|
|
1604
1604
|
}
|
|
1605
|
-
else if (!(high.get() instanceof Statements.Move)) {
|
|
1606
|
-
return undefined;
|
|
1607
|
-
}
|
|
1608
1605
|
for (const child of high.findAllExpressionsRecursive(Expressions.StringTemplate)) {
|
|
1609
1606
|
const templateTokens = child.getChildren();
|
|
1610
1607
|
if (templateTokens.length !== 3
|
|
1611
1608
|
|| templateTokens[0].getFirstToken().getStr() !== "|{"
|
|
1612
1609
|
|| templateTokens[2].getFirstToken().getStr() !== "}|") {
|
|
1613
|
-
|
|
1610
|
+
continue;
|
|
1614
1611
|
}
|
|
1615
1612
|
const templateSource = child.findDirectExpression(Expressions.StringTemplateSource);
|
|
1616
1613
|
const formatting = (_a = templateSource === null || templateSource === void 0 ? void 0 : templateSource.findDirectExpression(Expressions.StringTemplateFormatting)) === null || _a === void 0 ? void 0 : _a.concatTokens();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/core",
|
|
3
|
-
"version": "2.101.
|
|
3
|
+
"version": "2.101.26",
|
|
4
4
|
"description": "abaplint - Core API",
|
|
5
5
|
"main": "build/src/index.js",
|
|
6
6
|
"typings": "build/abaplint.d.ts",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"typescript": "^5.1.3"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"fast-xml-parser": "^4.2.
|
|
66
|
+
"fast-xml-parser": "^4.2.5",
|
|
67
67
|
"json5": "^2.2.3",
|
|
68
68
|
"vscode-languageserver-types": "^3.17.3"
|
|
69
69
|
}
|