@abaplint/cli 2.120.12 → 2.120.13

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
@@ -46652,7 +46652,7 @@ class Write {
46652
46652
  if (target) {
46653
46653
  const targetType = target_1.Target.runSyntax(target, input);
46654
46654
  if (new _type_utils_1.TypeUtils(input.scope).isCharLikeField(targetType) === false) {
46655
- const message = `"${target.getFirstToken().getStr()}" must be a character-like field (data type C, N, D, or T)`;
46655
+ const message = `"${target.concatTokens()}" must be a character-like field (data type C, N, D, or T, got "${targetType === null || targetType === void 0 ? void 0 : targetType.constructor.name}")`;
46656
46656
  input.issues.push((0, _syntax_input_1.syntaxIssue)(input, target.getFirstToken(), message));
46657
46657
  }
46658
46658
  }
@@ -69431,7 +69431,7 @@ class Registry {
69431
69431
  }
69432
69432
  static abaplintVersion() {
69433
69433
  // magic, see build script "version.js"
69434
- return "2.120.12";
69434
+ return "2.120.13";
69435
69435
  }
69436
69436
  getDDICReferences() {
69437
69437
  return this.ddicReferences;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/cli",
3
- "version": "2.120.12",
3
+ "version": "2.120.13",
4
4
  "description": "abaplint - Command Line Interface",
5
5
  "funding": "https://github.com/sponsors/larshp",
6
6
  "bin": {
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "homepage": "https://abaplint.org",
41
41
  "devDependencies": {
42
- "@abaplint/core": "^2.120.12",
42
+ "@abaplint/core": "^2.120.13",
43
43
  "@types/chai": "^4.3.20",
44
44
  "@types/minimist": "^1.2.5",
45
45
  "@types/mocha": "^10.0.10",