@abaplint/cli 2.113.65 → 2.113.66
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 -1
- package/package.json +2 -2
package/build/cli.js
CHANGED
|
@@ -35726,6 +35726,7 @@ class StatementFlow {
|
|
|
35726
35726
|
else if (type instanceof Structures.Data
|
|
35727
35727
|
|| type instanceof Structures.Constants
|
|
35728
35728
|
|| type instanceof Structures.Statics
|
|
35729
|
+
|| type instanceof Structures.ExecSQL
|
|
35729
35730
|
|| type instanceof Structures.Types) {
|
|
35730
35731
|
// these doesnt affect control flow, so just take the first statement
|
|
35731
35732
|
const statement = n.getFirstStatement();
|
|
@@ -53217,7 +53218,7 @@ class Registry {
|
|
|
53217
53218
|
}
|
|
53218
53219
|
static abaplintVersion() {
|
|
53219
53220
|
// magic, see build script "version.sh"
|
|
53220
|
-
return "2.113.
|
|
53221
|
+
return "2.113.66";
|
|
53221
53222
|
}
|
|
53222
53223
|
getDDICReferences() {
|
|
53223
53224
|
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.66",
|
|
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.113.
|
|
41
|
+
"@abaplint/core": "^2.113.66",
|
|
42
42
|
"@types/chai": "^4.3.20",
|
|
43
43
|
"@types/glob": "^8.1.0",
|
|
44
44
|
"@types/minimist": "^1.2.5",
|