@abaplint/transpiler-cli 2.3.2 → 2.3.4
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 +1 -1
- package/package.json +2 -2
package/build/bundle.js
CHANGED
|
@@ -14063,7 +14063,7 @@ eval("\r\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\r\n
|
|
|
14063
14063
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
14064
14064
|
|
|
14065
14065
|
"use strict";
|
|
14066
|
-
eval("\r\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\r\nexports.CollectTranspiler = void 0;\r\nconst chunk_1 = __webpack_require__(/*! ../chunk */ \"./node_modules/@abaplint/transpiler/build/src/chunk.js\");\r\nclass CollectTranspiler {\r\n transpile(
|
|
14066
|
+
eval("\r\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\r\nexports.CollectTranspiler = void 0;\r\nconst abaplint = __webpack_require__(/*! @abaplint/core */ \"./node_modules/@abaplint/core/build/src/index.js\");\r\nconst chunk_1 = __webpack_require__(/*! ../chunk */ \"./node_modules/@abaplint/transpiler/build/src/chunk.js\");\r\nclass CollectTranspiler {\r\n transpile(node, traversal) {\r\n const source = traversal.traverse(node.findDirectExpression(abaplint.Expressions.Source));\r\n const target = traversal.traverse(node.findDirectExpression(abaplint.Expressions.Target));\r\n const fstarget = node.findDirectExpression(abaplint.Expressions.FSTarget);\r\n if (fstarget) {\r\n return new chunk_1.Chunk(`throw new Error(\"Collect, transpiler todo\");`);\r\n }\r\n return new chunk_1.Chunk()\r\n .appendString(\"abap.statements.collect(\")\r\n .appendChunk(source)\r\n .appendString(\",\")\r\n .appendChunk(target)\r\n .appendString(\");\");\r\n }\r\n}\r\nexports.CollectTranspiler = CollectTranspiler;\r\n//# sourceMappingURL=collect.js.map\n\n//# sourceURL=webpack://@abaplint/transpiler-cli/./node_modules/@abaplint/transpiler/build/src/statements/collect.js?");
|
|
14067
14067
|
|
|
14068
14068
|
/***/ }),
|
|
14069
14069
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/transpiler-cli",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.4",
|
|
4
4
|
"description": "Transpiler - Command Line Interface",
|
|
5
5
|
"bin": {
|
|
6
6
|
"abap_transpile": "./abap_transpile"
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"author": "abaplint",
|
|
26
26
|
"license": "MIT",
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@abaplint/transpiler": "^2.3.
|
|
28
|
+
"@abaplint/transpiler": "^2.3.4",
|
|
29
29
|
"@types/glob": "^7.2.0",
|
|
30
30
|
"glob": "=7.2.0",
|
|
31
31
|
"@types/progress": "^2.0.5",
|