@abaplint/cli 2.102.18 → 2.102.19

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
@@ -40526,7 +40526,7 @@ class CodeLens {
40526
40526
  continue;
40527
40527
  }
40528
40528
  let text = "";
40529
- for (const e of ref.resolved.getExceptions()) {
40529
+ for (const e of ref.resolved.getRaising()) {
40530
40530
  if (this.isDynamicException(e, top)) {
40531
40531
  if (text === "") {
40532
40532
  text = "Dynamic Exceptions: ";
@@ -48689,7 +48689,7 @@ class Registry {
48689
48689
  }
48690
48690
  static abaplintVersion() {
48691
48691
  // magic, see build script "version.sh"
48692
- return "2.102.18";
48692
+ return "2.102.19";
48693
48693
  }
48694
48694
  getDDICReferences() {
48695
48695
  return this.ddicReferences;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/cli",
3
- "version": "2.102.18",
3
+ "version": "2.102.19",
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.102.18",
41
+ "@abaplint/core": "^2.102.19",
42
42
  "@types/chai": "^4.3.5",
43
43
  "@types/glob": "^7.2.0",
44
44
  "@types/minimist": "^1.2.2",