@abaplint/cli 2.113.199 → 2.113.200
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 +6 -3
- package/package.json +2 -2
package/build/cli.js
CHANGED
|
@@ -26150,8 +26150,11 @@ class FilterBody {
|
|
|
26150
26150
|
source_1.Source.runSyntax(s, input);
|
|
26151
26151
|
}
|
|
26152
26152
|
}
|
|
26153
|
-
|
|
26154
|
-
|
|
26153
|
+
// todo
|
|
26154
|
+
if (node.findDirectTokenByText("EXCEPT") === undefined) {
|
|
26155
|
+
const rowType = type instanceof basic_1.TableType ? type.getRowType() : undefined;
|
|
26156
|
+
component_cond_1.ComponentCond.runSyntax(node.findDirectExpression(Expressions.ComponentCond), input, rowType);
|
|
26157
|
+
}
|
|
26155
26158
|
return type ? type : targetType;
|
|
26156
26159
|
}
|
|
26157
26160
|
}
|
|
@@ -54989,7 +54992,7 @@ class Registry {
|
|
|
54989
54992
|
}
|
|
54990
54993
|
static abaplintVersion() {
|
|
54991
54994
|
// magic, see build script "version.sh"
|
|
54992
|
-
return "2.113.
|
|
54995
|
+
return "2.113.200";
|
|
54993
54996
|
}
|
|
54994
54997
|
getDDICReferences() {
|
|
54995
54998
|
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.200",
|
|
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.200",
|
|
42
42
|
"@types/chai": "^4.3.20",
|
|
43
43
|
"@types/minimist": "^1.2.5",
|
|
44
44
|
"@types/mocha": "^10.0.10",
|