@abaplint/transpiler-cli 2.7.62 → 2.7.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.
- package/build/bundle.js +4 -2
- package/package.json +3 -3
package/build/bundle.js
CHANGED
|
@@ -74026,8 +74026,10 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
|
74026
74026
|
exports.CallTransactionTranspiler = void 0;
|
|
74027
74027
|
const chunk_1 = __webpack_require__(/*! ../chunk */ "./node_modules/@abaplint/transpiler/build/src/chunk.js");
|
|
74028
74028
|
class CallTransactionTranspiler {
|
|
74029
|
-
transpile(
|
|
74030
|
-
|
|
74029
|
+
transpile(node, traversal) {
|
|
74030
|
+
const ret = new chunk_1.Chunk();
|
|
74031
|
+
ret.append("abap.statements.callTransaction();", node, traversal);
|
|
74032
|
+
return ret;
|
|
74031
74033
|
}
|
|
74032
74034
|
}
|
|
74033
74035
|
exports.CallTransactionTranspiler = CallTransactionTranspiler;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/transpiler-cli",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.63",
|
|
4
4
|
"description": "Transpiler - Command Line Interface",
|
|
5
5
|
"funding": "https://github.com/sponsors/larshp",
|
|
6
6
|
"bin": {
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
"author": "abaplint",
|
|
27
27
|
"license": "MIT",
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@abaplint/transpiler": "^2.7.
|
|
29
|
+
"@abaplint/transpiler": "^2.7.63",
|
|
30
30
|
"@types/glob": "^7.2.0",
|
|
31
31
|
"glob": "=7.2.0",
|
|
32
32
|
"@types/progress": "^2.0.5",
|
|
33
|
-
"@types/node": "^20.4.
|
|
33
|
+
"@types/node": "^20.4.7",
|
|
34
34
|
"@abaplint/core": "^2.102.14",
|
|
35
35
|
"progress": "^2.0.3",
|
|
36
36
|
"webpack": "^5.88.2",
|