@abaplint/cli 2.115.0 → 2.115.1
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 -9
- package/package.json +2 -2
package/build/cli.js
CHANGED
|
@@ -55074,7 +55074,7 @@ class Registry {
|
|
|
55074
55074
|
}
|
|
55075
55075
|
static abaplintVersion() {
|
|
55076
55076
|
// magic, see build script "version.sh"
|
|
55077
|
-
return "2.115.
|
|
55077
|
+
return "2.115.1";
|
|
55078
55078
|
}
|
|
55079
55079
|
getDDICReferences() {
|
|
55080
55080
|
return this.ddicReferences;
|
|
@@ -65534,7 +65534,6 @@ const issue_1 = __webpack_require__(/*! ../issue */ "./node_modules/@abaplint/co
|
|
|
65534
65534
|
const _abap_rule_1 = __webpack_require__(/*! ./_abap_rule */ "./node_modules/@abaplint/core/build/src/rules/_abap_rule.js");
|
|
65535
65535
|
const _basic_rule_config_1 = __webpack_require__(/*! ./_basic_rule_config */ "./node_modules/@abaplint/core/build/src/rules/_basic_rule_config.js");
|
|
65536
65536
|
const _irule_1 = __webpack_require__(/*! ./_irule */ "./node_modules/@abaplint/core/build/src/rules/_irule.js");
|
|
65537
|
-
const objects_1 = __webpack_require__(/*! ../objects */ "./node_modules/@abaplint/core/build/src/objects/index.js");
|
|
65538
65537
|
class IdenticalMoveConf extends _basic_rule_config_1.BasicRuleConfig {
|
|
65539
65538
|
}
|
|
65540
65539
|
exports.IdenticalMoveConf = IdenticalMoveConf;
|
|
@@ -65561,15 +65560,9 @@ lv_value = 5.`,
|
|
|
65561
65560
|
setConfig(conf) {
|
|
65562
65561
|
this.conf = conf;
|
|
65563
65562
|
}
|
|
65564
|
-
runParsed(file,
|
|
65563
|
+
runParsed(file, _obj) {
|
|
65565
65564
|
var _a, _b;
|
|
65566
65565
|
const issues = [];
|
|
65567
|
-
if (!(obj instanceof objects_1.Class)) {
|
|
65568
|
-
return [];
|
|
65569
|
-
}
|
|
65570
|
-
else if (file !== obj.getMainABAPFile()) {
|
|
65571
|
-
return [];
|
|
65572
|
-
}
|
|
65573
65566
|
for (const statement of file.getStatements()) {
|
|
65574
65567
|
const statementType = statement.get();
|
|
65575
65568
|
if (statementType instanceof Statements.Move) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/cli",
|
|
3
|
-
"version": "2.115.
|
|
3
|
+
"version": "2.115.1",
|
|
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.115.
|
|
41
|
+
"@abaplint/core": "^2.115.1",
|
|
42
42
|
"@types/chai": "^4.3.20",
|
|
43
43
|
"@types/minimist": "^1.2.5",
|
|
44
44
|
"@types/mocha": "^10.0.10",
|