@abaplint/cli 2.108.3 → 2.108.4

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 +2 -2
  2. package/package.json +2 -2
package/build/cli.js CHANGED
@@ -51494,7 +51494,7 @@ class Registry {
51494
51494
  }
51495
51495
  static abaplintVersion() {
51496
51496
  // magic, see build script "version.sh"
51497
- return "2.108.3";
51497
+ return "2.108.4";
51498
51498
  }
51499
51499
  getDDICReferences() {
51500
51500
  return this.ddicReferences;
@@ -54373,7 +54373,7 @@ FIND statement with MATCH COUNT is considered okay if subrc is not checked`,
54373
54373
  buildFix(file, statement) {
54374
54374
  return {
54375
54375
  description: "Add ##SUBRC_OK",
54376
- edit: edit_helper_1.EditHelper.insertAt(file, statement.getLastToken().getEnd(), " ##SUBRC_OK"),
54376
+ edit: edit_helper_1.EditHelper.insertAt(file, statement.getLastToken().getStart(), " ##SUBRC_OK"),
54377
54377
  };
54378
54378
  }
54379
54379
  runParsed(file) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/cli",
3
- "version": "2.108.3",
3
+ "version": "2.108.4",
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.108.3",
41
+ "@abaplint/core": "^2.108.4",
42
42
  "@types/chai": "^4.3.16",
43
43
  "@types/glob": "^8.1.0",
44
44
  "@types/minimist": "^1.2.5",