@abaplint/cli 2.119.4 → 2.119.5
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 -1
- package/package.json +2 -2
package/build/cli.js
CHANGED
|
@@ -37084,6 +37084,7 @@ class SyntaxLogic {
|
|
|
37084
37084
|
isSelectionEventBoundary(statement) {
|
|
37085
37085
|
return stuff_1.SELECTION_EVENTS.some(event => statement instanceof event)
|
|
37086
37086
|
|| statement instanceof Statements.Form
|
|
37087
|
+
|| statement instanceof Statements.Module
|
|
37087
37088
|
|| statement instanceof Statements.FunctionModule;
|
|
37088
37089
|
}
|
|
37089
37090
|
isSelectionEventBoundaryStructure(structure) {
|
|
@@ -56215,7 +56216,7 @@ class Registry {
|
|
|
56215
56216
|
}
|
|
56216
56217
|
static abaplintVersion() {
|
|
56217
56218
|
// magic, see build script "version.sh"
|
|
56218
|
-
return "2.119.
|
|
56219
|
+
return "2.119.5";
|
|
56219
56220
|
}
|
|
56220
56221
|
getDDICReferences() {
|
|
56221
56222
|
return this.ddicReferences;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/cli",
|
|
3
|
-
"version": "2.119.
|
|
3
|
+
"version": "2.119.5",
|
|
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.119.
|
|
41
|
+
"@abaplint/core": "^2.119.5",
|
|
42
42
|
"@types/chai": "^4.3.20",
|
|
43
43
|
"@types/minimist": "^1.2.5",
|
|
44
44
|
"@types/mocha": "^10.0.10",
|