@abaplint/transpiler 2.1.91 → 2.1.92

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.
@@ -257,8 +257,6 @@ class Traversal {
257
257
  ret += `await super.constructor_(INPUT);\n`;
258
258
  }
259
259
  const cName = Traversal.escapeClassName(def.getName().toLowerCase());
260
- ret += "this.INTERNAL_TYPE = " + cName + ".INTERNAL_TYPE;\n";
261
- ret += "this.IMPLEMENTED_INTERFACES = " + cName + ".IMPLEMENTED_INTERFACES;\n";
262
260
  ret += "this.me = new abap.types.ABAPObject();\n";
263
261
  ret += "this.me.set(this);\n";
264
262
  for (const a of def.getAttributes().getAll()) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/transpiler",
3
- "version": "2.1.91",
3
+ "version": "2.1.92",
4
4
  "description": "Transpiler",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/src/index.d.ts",