@abaplint/cli 2.102.40 → 2.102.41
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 +3 -3
- package/package.json +2 -2
package/build/cli.js
CHANGED
|
@@ -4638,7 +4638,7 @@ const version_1 = __webpack_require__(/*! ../../../version */ "./node_modules/@a
|
|
|
4638
4638
|
const combi_1 = __webpack_require__(/*! ../combi */ "./node_modules/@abaplint/core/build/src/abap/2_statements/combi.js");
|
|
4639
4639
|
class FindType extends combi_1.Expression {
|
|
4640
4640
|
getRunnable() {
|
|
4641
|
-
return (0, combi_1.opt)((0, combi_1.alt)("REGEX", "SUBSTRING", (0, combi_1.ver)(version_1.Version.v755, "PCRE")));
|
|
4641
|
+
return (0, combi_1.opt)((0, combi_1.alt)("REGEX", "SUBSTRING", (0, combi_1.ver)(version_1.Version.v755, "PCRE", version_1.Version.OpenABAP)));
|
|
4642
4642
|
}
|
|
4643
4643
|
}
|
|
4644
4644
|
exports.FindType = FindType;
|
|
@@ -14167,7 +14167,7 @@ const expressions_1 = __webpack_require__(/*! ../expressions */ "./node_modules/
|
|
|
14167
14167
|
const version_1 = __webpack_require__(/*! ../../../version */ "./node_modules/@abaplint/core/build/src/version.js");
|
|
14168
14168
|
class OpenCursor {
|
|
14169
14169
|
getMatcher() {
|
|
14170
|
-
const ret = (0, combi_1.seq)("OPEN CURSOR", (0, combi_1.optPrio)("WITH HOLD"), expressions_1.SQLTarget, "FOR", expressions_1.Select
|
|
14170
|
+
const ret = (0, combi_1.seq)("OPEN CURSOR", (0, combi_1.optPrio)("WITH HOLD"), expressions_1.SQLTarget, "FOR", expressions_1.Select);
|
|
14171
14171
|
return (0, combi_1.verNot)(version_1.Version.Cloud, ret);
|
|
14172
14172
|
}
|
|
14173
14173
|
}
|
|
@@ -48893,7 +48893,7 @@ class Registry {
|
|
|
48893
48893
|
}
|
|
48894
48894
|
static abaplintVersion() {
|
|
48895
48895
|
// magic, see build script "version.sh"
|
|
48896
|
-
return "2.102.
|
|
48896
|
+
return "2.102.41";
|
|
48897
48897
|
}
|
|
48898
48898
|
getDDICReferences() {
|
|
48899
48899
|
return this.ddicReferences;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/cli",
|
|
3
|
-
"version": "2.102.
|
|
3
|
+
"version": "2.102.41",
|
|
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.41",
|
|
42
42
|
"@types/chai": "^4.3.6",
|
|
43
43
|
"@types/glob": "^7.2.0",
|
|
44
44
|
"@types/minimist": "^1.2.2",
|