@abaplint/transpiler-cli 2.11.27 → 2.11.28
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/bundle.js +2 -2
- package/package.json +2 -2
package/build/bundle.js
CHANGED
|
@@ -78296,11 +78296,11 @@ class CastTranspiler {
|
|
|
78296
78296
|
if (lett !== undefined) {
|
|
78297
78297
|
throw new Error("CastTranspiler, Let todo");
|
|
78298
78298
|
}
|
|
78299
|
-
ret.appendString("await abap.statements.cast(")
|
|
78299
|
+
ret.appendString("(await abap.statements.cast(")
|
|
78300
78300
|
.appendString(target)
|
|
78301
78301
|
.appendString(", ")
|
|
78302
78302
|
.appendChunk(traversal.traverse(source))
|
|
78303
|
-
.append(")", node.getLastToken(), traversal);
|
|
78303
|
+
.append("))", node.getLastToken(), traversal);
|
|
78304
78304
|
return ret;
|
|
78305
78305
|
}
|
|
78306
78306
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/transpiler-cli",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.28",
|
|
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.113.173",
|
|
31
|
-
"@abaplint/transpiler": "^2.11.
|
|
31
|
+
"@abaplint/transpiler": "^2.11.28",
|
|
32
32
|
"@types/glob": "^8.1.0",
|
|
33
33
|
"@types/node": "^24.2.1",
|
|
34
34
|
"@types/progress": "^2.0.7",
|