@abaplint/core 2.93.9 → 2.93.10

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.
@@ -7,7 +7,7 @@ const version_1 = require("../../../version");
7
7
  const field_chain_1 = require("./field_chain");
8
8
  class For extends combi_1.Expression {
9
9
  getRunnable() {
10
- const where = (0, combi_1.seq)("WHERE", _1.ComponentCond);
10
+ const where = (0, combi_1.seq)("WHERE (", _1.ComponentCond, ")");
11
11
  const from = (0, combi_1.seq)("FROM", _1.Source);
12
12
  const to = (0, combi_1.seq)("TO", _1.Source);
13
13
  const inn = (0, combi_1.seq)(_1.InlineLoopDefinition, (0, combi_1.optPrio)(from), (0, combi_1.optPrio)(to), (0, combi_1.optPrio)(where));
@@ -63,7 +63,7 @@ class Registry {
63
63
  }
64
64
  static abaplintVersion() {
65
65
  // magic, see build script "version.sh"
66
- return "2.93.9";
66
+ return "2.93.10";
67
67
  }
68
68
  getDDICReferences() {
69
69
  return this.references;
@@ -1291,7 +1291,7 @@ ${indentation} output = ${topTarget}.`;
1291
1291
  if (sourceName === undefined) {
1292
1292
  return undefined;
1293
1293
  }
1294
- const concat = node.concatTokens();
1294
+ const concat = node.concatTokens().toUpperCase();
1295
1295
  if (concat.includes(" REFERENCE INTO ")) {
1296
1296
  return undefined;
1297
1297
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/core",
3
- "version": "2.93.9",
3
+ "version": "2.93.10",
4
4
  "description": "abaplint - Core API",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/abaplint.d.ts",
@@ -49,7 +49,7 @@
49
49
  "@microsoft/api-extractor": "^7.29.5",
50
50
  "@types/chai": "^4.3.3",
51
51
  "@types/mocha": "^9.1.1",
52
- "@types/node": "^18.7.14",
52
+ "@types/node": "^18.7.15",
53
53
  "chai": "^4.3.6",
54
54
  "eslint": "^8.23.0",
55
55
  "mocha": "^10.0.0",