@abaplint/core 2.85.49 → 2.85.50

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.
@@ -13,9 +13,10 @@ class InsertInternal {
13
13
  const initial = (0, combi_1.str)("INITIAL LINE");
14
14
  const into = (0, combi_1.seq)("INTO", (0, combi_1.opt)("TABLE"), expressions_1.Target);
15
15
  const to = (0, combi_1.seq)("TO", expressions_1.Source);
16
- const from = (0, combi_1.seq)("FROM", expressions_1.Source, (0, combi_1.opt)(to));
16
+ const from = (0, combi_1.seq)("FROM", expressions_1.Source);
17
+ const fromTo = (0, combi_1.seq)((0, combi_1.opt)(from), (0, combi_1.opt)(to));
17
18
  const foo = (0, combi_1.per)(into, ref, index, assigning);
18
- const lines = (0, combi_1.seq)("LINES OF", target, (0, combi_1.opt)(from));
19
+ const lines = (0, combi_1.seq)("LINES OF", target, (0, combi_1.opt)(fromTo));
19
20
  const src = (0, combi_1.alt)((0, combi_1.ver)(version_1.Version.v740sp02, expressions_1.Source), expressions_1.SimpleSource1);
20
21
  const tab = (0, combi_1.seq)("TABLE", expressions_1.Source);
21
22
  const ret = (0, combi_1.seq)("INSERT", (0, combi_1.altPrio)(tab, (0, combi_1.seq)((0, combi_1.altPrio)(initial, lines, src), foo)));
@@ -68,7 +68,7 @@ class Registry {
68
68
  }
69
69
  static abaplintVersion() {
70
70
  // magic, see build script "version.sh"
71
- return "2.85.49";
71
+ return "2.85.50";
72
72
  }
73
73
  getDDICReferences() {
74
74
  return this.references;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/core",
3
- "version": "2.85.49",
3
+ "version": "2.85.50",
4
4
  "description": "abaplint - Core API",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/abaplint.d.ts",
@@ -50,12 +50,12 @@
50
50
  "@types/mocha": "^9.1.0",
51
51
  "@types/node": "^17.0.23",
52
52
  "chai": "^4.3.6",
53
- "eslint": "^8.11.0",
53
+ "eslint": "^8.12.0",
54
54
  "mocha": "^9.2.2",
55
55
  "c8": "^7.11.0",
56
56
  "source-map-support": "^0.5.21",
57
57
  "ts-json-schema-generator": "^1.0.0",
58
- "typescript": "^4.6.2"
58
+ "typescript": "^4.6.3"
59
59
  },
60
60
  "dependencies": {
61
61
  "fast-xml-parser": "^4.0.7",