@abaplint/cli 2.113.130 → 2.113.131
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 +2 -2
- package/package.json +2 -2
package/build/cli.js
CHANGED
|
@@ -35020,7 +35020,7 @@ class Data {
|
|
|
35020
35020
|
else if (c instanceof nodes_1.StatementNode && ctyp instanceof Statements.Type) {
|
|
35021
35021
|
const found = new type_1.Type().runSyntax(c, input);
|
|
35022
35022
|
if (found) {
|
|
35023
|
-
input.scope.
|
|
35023
|
+
input.scope.addType(found);
|
|
35024
35024
|
}
|
|
35025
35025
|
}
|
|
35026
35026
|
else if (c instanceof nodes_1.StructureNode && ctyp instanceof Structures.Types) {
|
|
@@ -54354,7 +54354,7 @@ class Registry {
|
|
|
54354
54354
|
}
|
|
54355
54355
|
static abaplintVersion() {
|
|
54356
54356
|
// magic, see build script "version.sh"
|
|
54357
|
-
return "2.113.
|
|
54357
|
+
return "2.113.131";
|
|
54358
54358
|
}
|
|
54359
54359
|
getDDICReferences() {
|
|
54360
54360
|
return this.ddicReferences;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/cli",
|
|
3
|
-
"version": "2.113.
|
|
3
|
+
"version": "2.113.131",
|
|
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.113.
|
|
41
|
+
"@abaplint/core": "^2.113.131",
|
|
42
42
|
"@types/chai": "^4.3.20",
|
|
43
43
|
"@types/minimist": "^1.2.5",
|
|
44
44
|
"@types/mocha": "^10.0.10",
|