@abaplint/cli 2.113.31 → 2.113.32
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 +4 -1
- package/package.json +3 -3
package/build/cli.js
CHANGED
|
@@ -35627,6 +35627,9 @@ class StatementFlow {
|
|
|
35627
35627
|
graph.addEdge(caseName, graph.getEnd(), flow_graph_1.FLOW_EDGE_TYPE.undefined);
|
|
35628
35628
|
}
|
|
35629
35629
|
}
|
|
35630
|
+
else if (type instanceof Structures.Define) {
|
|
35631
|
+
// do nothing
|
|
35632
|
+
}
|
|
35630
35633
|
else {
|
|
35631
35634
|
console.dir("StatementFlow,todo, " + n.get().constructor.name);
|
|
35632
35635
|
}
|
|
@@ -52890,7 +52893,7 @@ class Registry {
|
|
|
52890
52893
|
}
|
|
52891
52894
|
static abaplintVersion() {
|
|
52892
52895
|
// magic, see build script "version.sh"
|
|
52893
|
-
return "2.113.
|
|
52896
|
+
return "2.113.32";
|
|
52894
52897
|
}
|
|
52895
52898
|
getDDICReferences() {
|
|
52896
52899
|
return this.ddicReferences;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/cli",
|
|
3
|
-
"version": "2.113.
|
|
3
|
+
"version": "2.113.32",
|
|
4
4
|
"description": "abaplint - Command Line Interface",
|
|
5
5
|
"funding": "https://github.com/sponsors/larshp",
|
|
6
6
|
"bin": {
|
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
},
|
|
39
39
|
"homepage": "https://abaplint.org",
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@abaplint/core": "^2.113.
|
|
41
|
+
"@abaplint/core": "^2.113.32",
|
|
42
42
|
"@types/chai": "^4.3.20",
|
|
43
43
|
"@types/glob": "^8.1.0",
|
|
44
44
|
"@types/minimist": "^1.2.5",
|
|
45
45
|
"@types/mocha": "^10.0.9",
|
|
46
|
-
"@types/node": "^22.8.
|
|
46
|
+
"@types/node": "^22.8.2",
|
|
47
47
|
"@types/progress": "^2.0.7",
|
|
48
48
|
"chai": "^4.5.0",
|
|
49
49
|
"chalk": "^5.3.0",
|