@abaplint/transpiler 2.1.64 → 2.1.65

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.
@@ -339,7 +339,7 @@ class Traversal {
339
339
  const concat = c.concatTokens();
340
340
  if (concat.includes("~")) {
341
341
  const [iname, aname] = concat.split("~");
342
- const intf = scope.findInterfaceDefinition(iname);
342
+ const intf = this.findInterfaceDefinition(iname, scope);
343
343
  context = (_b = intf === null || intf === void 0 ? void 0 : intf.getAttributes().findByName(aname)) === null || _b === void 0 ? void 0 : _b.getType();
344
344
  }
345
345
  else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/transpiler",
3
- "version": "2.1.64",
3
+ "version": "2.1.65",
4
4
  "description": "Transpiler",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/src/index.d.ts",