@abaplint/core 2.99.9 → 2.99.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.
@@ -113,6 +113,7 @@ class StatementParser {
113
113
  const concat = statement.concatTokens().toUpperCase();
114
114
  if (concat.startsWith("CALL METHOD ") === false
115
115
  && concat.startsWith("RAISE EXCEPTION TYPE ") === false
116
+ && concat.startsWith("READ TABLE ") === false
116
117
  && concat.startsWith("LOOP AT ") === false
117
118
  && concat.startsWith("CALL FUNCTION ") === false) {
118
119
  for (const { first, second } of this.buildSplits(statement.getTokens())) {
@@ -63,7 +63,7 @@ class Registry {
63
63
  }
64
64
  static abaplintVersion() {
65
65
  // magic, see build script "version.sh"
66
- return "2.99.9";
66
+ return "2.99.10";
67
67
  }
68
68
  getDDICReferences() {
69
69
  return this.references;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/core",
3
- "version": "2.99.9",
3
+ "version": "2.99.10",
4
4
  "description": "abaplint - Core API",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/abaplint.d.ts",
@@ -50,7 +50,7 @@
50
50
  "@microsoft/api-extractor": "^7.34.8",
51
51
  "@types/chai": "^4.3.5",
52
52
  "@types/mocha": "^10.0.1",
53
- "@types/node": "^20.1.1",
53
+ "@types/node": "^20.1.2",
54
54
  "chai": "^4.3.7",
55
55
  "eslint": "^8.40.0",
56
56
  "mocha": "^10.2.0",