@abaplint/cli 2.102.18 → 2.102.20
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.
- package/build/cli.js +3 -3
- 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.
|
|
40529
|
+
for (const e of ref.resolved.getRaising()) {
|
|
40530
40530
|
if (this.isDynamicException(e, top)) {
|
|
40531
40531
|
if (text === "") {
|
|
40532
40532
|
text = "Dynamic Exceptions: ";
|
|
@@ -40539,7 +40539,7 @@ class CodeLens {
|
|
|
40539
40539
|
}
|
|
40540
40540
|
if (text !== "") {
|
|
40541
40541
|
ret.push({
|
|
40542
|
-
range: _lsp_utils_1.LSPUtils.tokenToRange(ref.
|
|
40542
|
+
range: _lsp_utils_1.LSPUtils.tokenToRange(ref.position.getToken()),
|
|
40543
40543
|
command: LServer.Command.create(text, "")
|
|
40544
40544
|
});
|
|
40545
40545
|
}
|
|
@@ -48689,7 +48689,7 @@ class Registry {
|
|
|
48689
48689
|
}
|
|
48690
48690
|
static abaplintVersion() {
|
|
48691
48691
|
// magic, see build script "version.sh"
|
|
48692
|
-
return "2.102.
|
|
48692
|
+
return "2.102.20";
|
|
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.
|
|
3
|
+
"version": "2.102.20",
|
|
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.
|
|
41
|
+
"@abaplint/core": "^2.102.20",
|
|
42
42
|
"@types/chai": "^4.3.5",
|
|
43
43
|
"@types/glob": "^7.2.0",
|
|
44
44
|
"@types/minimist": "^1.2.2",
|