@abaplint/core 2.94.1 → 2.94.2

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.
@@ -54,7 +54,7 @@ class Types {
54
54
  let qualifiedName = qualifiedNamePrefix + name.getStr();
55
55
  if (scope.getType() === _scope_type_1.ScopeType.ClassDefinition
56
56
  || scope.getType() === _scope_type_1.ScopeType.Interface) {
57
- qualifiedName = scope.getName() + "=>" + qualifiedNamePrefix + qualifiedName;
57
+ qualifiedName = scope.getName() + "=>" + qualifiedName;
58
58
  }
59
59
  return new _typed_identifier_1.TypedIdentifier(name, filename, new Basic.StructureType(components, qualifiedName));
60
60
  }
@@ -63,7 +63,7 @@ class Registry {
63
63
  }
64
64
  static abaplintVersion() {
65
65
  // magic, see build script "version.sh"
66
- return "2.94.1";
66
+ return "2.94.2";
67
67
  }
68
68
  getDDICReferences() {
69
69
  return this.references;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/core",
3
- "version": "2.94.1",
3
+ "version": "2.94.2",
4
4
  "description": "abaplint - Core API",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/abaplint.d.ts",