@abaplint/transpiler-cli 2.12.17 → 2.12.18

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.
Files changed (2) hide show
  1. package/build/bundle.js +3 -0
  2. package/package.json +2 -2
package/build/bundle.js CHANGED
@@ -78819,6 +78819,9 @@ class CallTransformationOptionsTranspiler {
78819
78819
  const res = new chunk_1.Chunk().appendString("{");
78820
78820
  for (const c of node.getChildren()) {
78821
78821
  if (c.get() instanceof abaplint.Expressions.Field || c.get() instanceof abaplint.Expressions.Integer) {
78822
+ if (res.getCode() !== "{") {
78823
+ res.appendString(",");
78824
+ }
78822
78825
  res.appendString(c.concatTokens());
78823
78826
  }
78824
78827
  else if (c.get() instanceof abaplint.Expressions.Source) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/transpiler-cli",
3
- "version": "2.12.17",
3
+ "version": "2.12.18",
4
4
  "description": "Transpiler - Command Line Interface",
5
5
  "funding": "https://github.com/sponsors/larshp",
6
6
  "bin": {
@@ -28,7 +28,7 @@
28
28
  "license": "MIT",
29
29
  "devDependencies": {
30
30
  "@abaplint/core": "^2.114.8",
31
- "@abaplint/transpiler": "^2.12.17",
31
+ "@abaplint/transpiler": "^2.12.18",
32
32
  "@types/glob": "^8.1.0",
33
33
  "@types/node": "^24.10.2",
34
34
  "@types/progress": "^2.0.7",