@abaplint/cli 2.102.39 → 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.
Files changed (2) hide show
  1. package/build/cli.js +6 -6
  2. 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;
@@ -10176,7 +10176,7 @@ const expressions_1 = __webpack_require__(/*! ../expressions */ "./node_modules/
10176
10176
  const version_1 = __webpack_require__(/*! ../../../version */ "./node_modules/@abaplint/core/build/src/version.js");
10177
10177
  class CloseCursor {
10178
10178
  getMatcher() {
10179
- const ret = (0, combi_1.seq)("CLOSE CURSOR", expressions_1.SQLSource);
10179
+ const ret = (0, combi_1.seq)("CLOSE CURSOR", expressions_1.SQLSourceSimple);
10180
10180
  return (0, combi_1.verNot)(version_1.Version.Cloud, ret);
10181
10181
  }
10182
10182
  }
@@ -11992,8 +11992,8 @@ const version_1 = __webpack_require__(/*! ../../../version */ "./node_modules/@a
11992
11992
  const sql_into_structure_1 = __webpack_require__(/*! ../expressions/sql_into_structure */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/sql_into_structure.js");
11993
11993
  class FetchNextCursor {
11994
11994
  getMatcher() {
11995
- const size = (0, combi_1.seq)("PACKAGE SIZE", expressions_1.SQLSource);
11996
- const ret = (0, combi_1.seq)("FETCH NEXT CURSOR", expressions_1.SQLSource, (0, combi_1.alt)(sql_into_structure_1.SQLIntoStructure, expressions_1.SQLIntoTable), (0, combi_1.opt)(size));
11995
+ const size = (0, combi_1.seq)("PACKAGE SIZE", expressions_1.SQLSourceSimple);
11996
+ const ret = (0, combi_1.seq)("FETCH NEXT CURSOR", expressions_1.SQLSourceSimple, (0, combi_1.alt)(sql_into_structure_1.SQLIntoStructure, expressions_1.SQLIntoTable), (0, combi_1.optPrio)(size));
11997
11997
  return (0, combi_1.verNot)(version_1.Version.Cloud, ret);
11998
11998
  }
11999
11999
  }
@@ -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, (0, combi_1.optPrio)(expressions_1.SQLHints));
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.39";
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.39",
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.39",
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",