@abaplint/cli 2.102.9 → 2.102.10
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/cli.js +2 -2
- package/package.json +2 -2
package/build/cli.js
CHANGED
|
@@ -48556,7 +48556,7 @@ class Registry {
|
|
|
48556
48556
|
}
|
|
48557
48557
|
static abaplintVersion() {
|
|
48558
48558
|
// magic, see build script "version.sh"
|
|
48559
|
-
return "2.102.
|
|
48559
|
+
return "2.102.10";
|
|
48560
48560
|
}
|
|
48561
48561
|
getDDICReferences() {
|
|
48562
48562
|
return this.ddicReferences;
|
|
@@ -55739,7 +55739,7 @@ ${indentation} output = ${uniqueName}.\n`;
|
|
|
55739
55739
|
&& r.position.getName().toUpperCase() === "XSDBOOL") {
|
|
55740
55740
|
const token = r.position.getToken();
|
|
55741
55741
|
let source = undefined;
|
|
55742
|
-
for (const s of node.
|
|
55742
|
+
for (const s of node.findAllExpressionsRecursive(Expressions.Source)) {
|
|
55743
55743
|
if (s.getFirstToken().getStart().equals(token.getStart())) {
|
|
55744
55744
|
source = s;
|
|
55745
55745
|
break;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/cli",
|
|
3
|
-
"version": "2.102.
|
|
3
|
+
"version": "2.102.10",
|
|
4
4
|
"description": "abaplint - Command Line Interface",
|
|
5
5
|
"funding": "https://github.com/sponsors/larshp",
|
|
6
6
|
"bin": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"homepage": "https://abaplint.org",
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@abaplint/core": "^2.102.
|
|
41
|
+
"@abaplint/core": "^2.102.10",
|
|
42
42
|
"@types/chai": "^4.3.5",
|
|
43
43
|
"@types/glob": "^7.2.0",
|
|
44
44
|
"@types/minimist": "^1.2.2",
|