@idlizer/core 2.1.9-arktscgen-4 → 2.1.9-arktscgen-5

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.
@@ -100,7 +100,8 @@ export class MaterializedMethod extends PeerMethod {
100
100
  this.overloadIndex = index;
101
101
  }
102
102
  getOverloadPostfix() {
103
- return this.overloadIndex == undefined ? "" : `${this.overloadIndex}`;
103
+ var _a;
104
+ return `${(_a = this.overloadIndex) !== null && _a !== void 0 ? _a : ""}`;
104
105
  }
105
106
  }
106
107
  export function copyMaterializedMethod(method, overrides) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idlizer/core",
3
- "version": "2.1.9-arktscgen-4",
3
+ "version": "2.1.9-arktscgen-5",
4
4
  "description": "",
5
5
  "types": "build/lib/src/index.d.ts",
6
6
  "exports": {