@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.
- package/build/src/traversal.js +0 -2
- package/package.json +1 -1
package/build/src/traversal.js
CHANGED
|
@@ -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()) {
|