@abaplint/transpiler-cli 2.2.10 → 2.2.11

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 +1 -1
  2. package/package.json +2 -2
package/build/bundle.js CHANGED
@@ -14481,7 +14481,7 @@ eval("\r\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\r\n
14481
14481
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
14482
14482
 
14483
14483
  "use strict";
14484
- eval("\r\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\r\nexports.GetParameterTranspiler = void 0;\r\nconst chunk_1 = __webpack_require__(/*! ../chunk */ \"./node_modules/@abaplint/transpiler/build/src/chunk.js\");\r\nclass GetParameterTranspiler {\r\n transpile(_node, _traversal) {\r\n return new chunk_1.Chunk(`throw new Error(\"GetParameter, transpiler todo\");`);\r\n }\r\n}\r\nexports.GetParameterTranspiler = GetParameterTranspiler;\r\n//# sourceMappingURL=get_parameter.js.map\n\n//# sourceURL=webpack://@abaplint/transpiler-cli/./node_modules/@abaplint/transpiler/build/src/statements/get_parameter.js?");
14484
+ eval("\r\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\r\nexports.GetParameterTranspiler = 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 GetParameterTranspiler {\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 return new chunk_1.Chunk(`abap.statements.getParameter(`)\r\n .appendChunk(source)\r\n .appendString(\",\")\r\n .appendChunk(target)\r\n .appendString(\");\");\r\n }\r\n}\r\nexports.GetParameterTranspiler = GetParameterTranspiler;\r\n//# sourceMappingURL=get_parameter.js.map\n\n//# sourceURL=webpack://@abaplint/transpiler-cli/./node_modules/@abaplint/transpiler/build/src/statements/get_parameter.js?");
14485
14485
 
14486
14486
  /***/ }),
14487
14487
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/transpiler-cli",
3
- "version": "2.2.10",
3
+ "version": "2.2.11",
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.2.10",
28
+ "@abaplint/transpiler": "^2.2.11",
29
29
  "@types/glob": "^7.2.0",
30
30
  "glob": "=7.2.0",
31
31
  "@types/progress": "^2.0.5",