@abaplint/transpiler 2.5.61 → 2.5.63

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.
@@ -101,7 +101,7 @@ class SelectTranspiler {
101
101
  abap.statements.sort(${target}, {by: ${by}.map(k => { return {component: k}; })});
102
102
  await abap.statements.deleteInternal(${target}, {adjacent: true, by: ${by}});
103
103
  }
104
- abap.builtin.sy.get().dbcnt.set(${target}.getLength());
104
+ abap.builtin.sy.get().dbcnt.set(${target}.getArrayLength());
105
105
  }`;
106
106
  return new chunk_1.Chunk().append(code, node, traversal);
107
107
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/transpiler",
3
- "version": "2.5.61",
3
+ "version": "2.5.63",
4
4
  "description": "Transpiler",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/src/index.d.ts",