@abaplint/cli 2.113.107 → 2.113.108

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 +6 -2
  2. package/package.json +3 -3
package/build/cli.js CHANGED
@@ -8942,7 +8942,7 @@ class StringTemplateFormatting extends combi_1.Expression {
8942
8942
  const alphaOptions = (0, combi_1.altPrio)("OUT", "RAW", "IN", _1.Source);
8943
8943
  const alignOptions = (0, combi_1.altPrio)("LEFT", "RIGHT", "CENTER", _1.Source, dynamic_1.Dynamic);
8944
8944
  const dateTimeOptions = (0, combi_1.altPrio)("RAW", "ISO", "USER", "ENVIRONMENT", _1.Source, dynamic_1.Dynamic);
8945
- const timeStampOptions = (0, combi_1.altPrio)("SPACE", "ISO", "USER", "ENVIRONMENT", _1.Source);
8945
+ const timeStampOptions = (0, combi_1.altPrio)("SPACE", "ISO", "USER", "ENVIRONMENT", _1.Source, dynamic_1.Dynamic);
8946
8946
  const numberOptions = (0, combi_1.altPrio)("RAW", "USER", "ENVIRONMENT", _1.Source, dynamic_1.Dynamic);
8947
8947
  const signOptions = (0, combi_1.altPrio)("LEFT", "LEFTPLUS", "LEFTSPACE", "RIGHT", "RIGHTPLUS", "RIGHTSPACE", _1.Source);
8948
8948
  const caseOptions = (0, combi_1.altPrio)("RAW", "UPPER", "LOWER", _1.Source, dynamic_1.Dynamic);
@@ -39810,6 +39810,7 @@ class MethodDefinition extends _identifier_1.Identifier {
39810
39810
  throw new Error("MethodDefinition, expected MethodDef as part of input node");
39811
39811
  }
39812
39812
  super(found.getFirstToken(), input.filename);
39813
+ this.className = input.scope.getName();
39813
39814
  this.redefinition = false;
39814
39815
  if (node.findDirectExpression(Expressions.Redefinition)) {
39815
39816
  this.redefinition = true;
@@ -39862,6 +39863,9 @@ class MethodDefinition extends _identifier_1.Identifier {
39862
39863
  getVisibility() {
39863
39864
  return this.visibility;
39864
39865
  }
39866
+ getClassName() {
39867
+ return this.className;
39868
+ }
39865
39869
  isRedefinition() {
39866
39870
  return this.redefinition;
39867
39871
  }
@@ -53852,7 +53856,7 @@ class Registry {
53852
53856
  }
53853
53857
  static abaplintVersion() {
53854
53858
  // magic, see build script "version.sh"
53855
- return "2.113.107";
53859
+ return "2.113.108";
53856
53860
  }
53857
53861
  getDDICReferences() {
53858
53862
  return this.ddicReferences;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/cli",
3
- "version": "2.113.107",
3
+ "version": "2.113.108",
4
4
  "description": "abaplint - Command Line Interface",
5
5
  "funding": "https://github.com/sponsors/larshp",
6
6
  "bin": {
@@ -38,12 +38,12 @@
38
38
  },
39
39
  "homepage": "https://abaplint.org",
40
40
  "devDependencies": {
41
- "@abaplint/core": "^2.113.107",
41
+ "@abaplint/core": "^2.113.108",
42
42
  "@types/chai": "^4.3.20",
43
43
  "@types/glob": "^8.1.0",
44
44
  "@types/minimist": "^1.2.5",
45
45
  "@types/mocha": "^10.0.10",
46
- "@types/node": "^22.13.10",
46
+ "@types/node": "^22.13.13",
47
47
  "@types/progress": "^2.0.7",
48
48
  "chai": "^4.5.0",
49
49
  "chalk": "^5.4.1",