@abaplint/transpiler-cli 2.13.61 → 2.13.62
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 +88 -0
- package/package.json +2 -2
package/build/bundle.js
CHANGED
|
@@ -113635,6 +113635,27 @@ exports.EndMethodTranspiler = EndMethodTranspiler;
|
|
|
113635
113635
|
|
|
113636
113636
|
/***/ },
|
|
113637
113637
|
|
|
113638
|
+
/***/ "./node_modules/@abaplint/transpiler/build/src/statements/end_of_page.js"
|
|
113639
|
+
/*!*******************************************************************************!*\
|
|
113640
|
+
!*** ./node_modules/@abaplint/transpiler/build/src/statements/end_of_page.js ***!
|
|
113641
|
+
\*******************************************************************************/
|
|
113642
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
113643
|
+
|
|
113644
|
+
"use strict";
|
|
113645
|
+
|
|
113646
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
113647
|
+
exports.EndOfPageTranspiler = void 0;
|
|
113648
|
+
const chunk_1 = __webpack_require__(/*! ../chunk */ "./node_modules/@abaplint/transpiler/build/src/chunk.js");
|
|
113649
|
+
class EndOfPageTranspiler {
|
|
113650
|
+
transpile(_node, _traversal) {
|
|
113651
|
+
return new chunk_1.Chunk(`throw new Error("END-OF-PAGE, not supported, transpiler");`);
|
|
113652
|
+
}
|
|
113653
|
+
}
|
|
113654
|
+
exports.EndOfPageTranspiler = EndOfPageTranspiler;
|
|
113655
|
+
//# sourceMappingURL=end_of_page.js.map
|
|
113656
|
+
|
|
113657
|
+
/***/ },
|
|
113658
|
+
|
|
113638
113659
|
/***/ "./node_modules/@abaplint/transpiler/build/src/statements/end_of_selection.js"
|
|
113639
113660
|
/*!************************************************************************************!*\
|
|
113640
113661
|
!*** ./node_modules/@abaplint/transpiler/build/src/statements/end_of_selection.js ***!
|
|
@@ -114177,6 +114198,27 @@ exports.FormTranspiler = FormTranspiler;
|
|
|
114177
114198
|
|
|
114178
114199
|
/***/ },
|
|
114179
114200
|
|
|
114201
|
+
/***/ "./node_modules/@abaplint/transpiler/build/src/statements/format.js"
|
|
114202
|
+
/*!**************************************************************************!*\
|
|
114203
|
+
!*** ./node_modules/@abaplint/transpiler/build/src/statements/format.js ***!
|
|
114204
|
+
\**************************************************************************/
|
|
114205
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
114206
|
+
|
|
114207
|
+
"use strict";
|
|
114208
|
+
|
|
114209
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
114210
|
+
exports.FormatTranspiler = void 0;
|
|
114211
|
+
const chunk_1 = __webpack_require__(/*! ../chunk */ "./node_modules/@abaplint/transpiler/build/src/chunk.js");
|
|
114212
|
+
class FormatTranspiler {
|
|
114213
|
+
transpile(_node, _traversal) {
|
|
114214
|
+
return new chunk_1.Chunk(`throw new Error("FORMAT, not supported, transpiler");`);
|
|
114215
|
+
}
|
|
114216
|
+
}
|
|
114217
|
+
exports.FormatTranspiler = FormatTranspiler;
|
|
114218
|
+
//# sourceMappingURL=format.js.map
|
|
114219
|
+
|
|
114220
|
+
/***/ },
|
|
114221
|
+
|
|
114180
114222
|
/***/ "./node_modules/@abaplint/transpiler/build/src/statements/free.js"
|
|
114181
114223
|
/*!************************************************************************!*\
|
|
114182
114224
|
!*** ./node_modules/@abaplint/transpiler/build/src/statements/free.js ***!
|
|
@@ -114894,6 +114936,7 @@ __exportStar(__webpack_require__(/*! ./end_form */ "./node_modules/@abaplint/tra
|
|
|
114894
114936
|
__exportStar(__webpack_require__(/*! ./end_if */ "./node_modules/@abaplint/transpiler/build/src/statements/end_if.js"), exports);
|
|
114895
114937
|
__exportStar(__webpack_require__(/*! ./end_loop */ "./node_modules/@abaplint/transpiler/build/src/statements/end_loop.js"), exports);
|
|
114896
114938
|
__exportStar(__webpack_require__(/*! ./end_method */ "./node_modules/@abaplint/transpiler/build/src/statements/end_method.js"), exports);
|
|
114939
|
+
__exportStar(__webpack_require__(/*! ./end_of_page */ "./node_modules/@abaplint/transpiler/build/src/statements/end_of_page.js"), exports);
|
|
114897
114940
|
__exportStar(__webpack_require__(/*! ./end_try */ "./node_modules/@abaplint/transpiler/build/src/statements/end_try.js"), exports);
|
|
114898
114941
|
__exportStar(__webpack_require__(/*! ./end_while */ "./node_modules/@abaplint/transpiler/build/src/statements/end_while.js"), exports);
|
|
114899
114942
|
__exportStar(__webpack_require__(/*! ./enhancement_point */ "./node_modules/@abaplint/transpiler/build/src/statements/enhancement_point.js"), exports);
|
|
@@ -114906,6 +114949,7 @@ __exportStar(__webpack_require__(/*! ./find */ "./node_modules/@abaplint/transpi
|
|
|
114906
114949
|
__exportStar(__webpack_require__(/*! ./form */ "./node_modules/@abaplint/transpiler/build/src/statements/form.js"), exports);
|
|
114907
114950
|
__exportStar(__webpack_require__(/*! ./free_memory */ "./node_modules/@abaplint/transpiler/build/src/statements/free_memory.js"), exports);
|
|
114908
114951
|
__exportStar(__webpack_require__(/*! ./free */ "./node_modules/@abaplint/transpiler/build/src/statements/free.js"), exports);
|
|
114952
|
+
__exportStar(__webpack_require__(/*! ./format */ "./node_modules/@abaplint/transpiler/build/src/statements/format.js"), exports);
|
|
114909
114953
|
__exportStar(__webpack_require__(/*! ./function_pool */ "./node_modules/@abaplint/transpiler/build/src/statements/function_pool.js"), exports);
|
|
114910
114954
|
__exportStar(__webpack_require__(/*! ./get_bit */ "./node_modules/@abaplint/transpiler/build/src/statements/get_bit.js"), exports);
|
|
114911
114955
|
__exportStar(__webpack_require__(/*! ./get_dataset */ "./node_modules/@abaplint/transpiler/build/src/statements/get_dataset.js"), exports);
|
|
@@ -114963,6 +115007,7 @@ __exportStar(__webpack_require__(/*! ./select_option */ "./node_modules/@abaplin
|
|
|
114963
115007
|
__exportStar(__webpack_require__(/*! ./select */ "./node_modules/@abaplint/transpiler/build/src/statements/select.js"), exports);
|
|
114964
115008
|
__exportStar(__webpack_require__(/*! ./selection_screen */ "./node_modules/@abaplint/transpiler/build/src/statements/selection_screen.js"), exports);
|
|
114965
115009
|
__exportStar(__webpack_require__(/*! ./set_bit */ "./node_modules/@abaplint/transpiler/build/src/statements/set_bit.js"), exports);
|
|
115010
|
+
__exportStar(__webpack_require__(/*! ./set_blank */ "./node_modules/@abaplint/transpiler/build/src/statements/set_blank.js"), exports);
|
|
114966
115011
|
__exportStar(__webpack_require__(/*! ./set_dataset */ "./node_modules/@abaplint/transpiler/build/src/statements/set_dataset.js"), exports);
|
|
114967
115012
|
__exportStar(__webpack_require__(/*! ./set_extended_check */ "./node_modules/@abaplint/transpiler/build/src/statements/set_extended_check.js"), exports);
|
|
114968
115013
|
__exportStar(__webpack_require__(/*! ./set_handler */ "./node_modules/@abaplint/transpiler/build/src/statements/set_handler.js"), exports);
|
|
@@ -114989,6 +115034,7 @@ __exportStar(__webpack_require__(/*! ./system_call */ "./node_modules/@abaplint/
|
|
|
114989
115034
|
__exportStar(__webpack_require__(/*! ./tables */ "./node_modules/@abaplint/transpiler/build/src/statements/tables.js"), exports);
|
|
114990
115035
|
__exportStar(__webpack_require__(/*! ./transfer */ "./node_modules/@abaplint/transpiler/build/src/statements/transfer.js"), exports);
|
|
114991
115036
|
__exportStar(__webpack_require__(/*! ./translate */ "./node_modules/@abaplint/transpiler/build/src/statements/translate.js"), exports);
|
|
115037
|
+
__exportStar(__webpack_require__(/*! ./top_of_page */ "./node_modules/@abaplint/transpiler/build/src/statements/top_of_page.js"), exports);
|
|
114992
115038
|
__exportStar(__webpack_require__(/*! ./truncate_dataset */ "./node_modules/@abaplint/transpiler/build/src/statements/truncate_dataset.js"), exports);
|
|
114993
115039
|
__exportStar(__webpack_require__(/*! ./try */ "./node_modules/@abaplint/transpiler/build/src/statements/try.js"), exports);
|
|
114994
115040
|
__exportStar(__webpack_require__(/*! ./type_pools */ "./node_modules/@abaplint/transpiler/build/src/statements/type_pools.js"), exports);
|
|
@@ -118001,6 +118047,27 @@ exports.SetBitTranspiler = SetBitTranspiler;
|
|
|
118001
118047
|
|
|
118002
118048
|
/***/ },
|
|
118003
118049
|
|
|
118050
|
+
/***/ "./node_modules/@abaplint/transpiler/build/src/statements/set_blank.js"
|
|
118051
|
+
/*!*****************************************************************************!*\
|
|
118052
|
+
!*** ./node_modules/@abaplint/transpiler/build/src/statements/set_blank.js ***!
|
|
118053
|
+
\*****************************************************************************/
|
|
118054
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
118055
|
+
|
|
118056
|
+
"use strict";
|
|
118057
|
+
|
|
118058
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
118059
|
+
exports.SetBlankTranspiler = void 0;
|
|
118060
|
+
const chunk_1 = __webpack_require__(/*! ../chunk */ "./node_modules/@abaplint/transpiler/build/src/chunk.js");
|
|
118061
|
+
class SetBlankTranspiler {
|
|
118062
|
+
transpile(_node, _traversal) {
|
|
118063
|
+
return new chunk_1.Chunk(`throw new Error("SET BLANK LINES, not supported, transpiler");`);
|
|
118064
|
+
}
|
|
118065
|
+
}
|
|
118066
|
+
exports.SetBlankTranspiler = SetBlankTranspiler;
|
|
118067
|
+
//# sourceMappingURL=set_blank.js.map
|
|
118068
|
+
|
|
118069
|
+
/***/ },
|
|
118070
|
+
|
|
118004
118071
|
/***/ "./node_modules/@abaplint/transpiler/build/src/statements/set_dataset.js"
|
|
118005
118072
|
/*!*******************************************************************************!*\
|
|
118006
118073
|
!*** ./node_modules/@abaplint/transpiler/build/src/statements/set_dataset.js ***!
|
|
@@ -118905,6 +118972,27 @@ exports.TablesTranspiler = TablesTranspiler;
|
|
|
118905
118972
|
|
|
118906
118973
|
/***/ },
|
|
118907
118974
|
|
|
118975
|
+
/***/ "./node_modules/@abaplint/transpiler/build/src/statements/top_of_page.js"
|
|
118976
|
+
/*!*******************************************************************************!*\
|
|
118977
|
+
!*** ./node_modules/@abaplint/transpiler/build/src/statements/top_of_page.js ***!
|
|
118978
|
+
\*******************************************************************************/
|
|
118979
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
118980
|
+
|
|
118981
|
+
"use strict";
|
|
118982
|
+
|
|
118983
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
118984
|
+
exports.TopOfPageTranspiler = void 0;
|
|
118985
|
+
const chunk_1 = __webpack_require__(/*! ../chunk */ "./node_modules/@abaplint/transpiler/build/src/chunk.js");
|
|
118986
|
+
class TopOfPageTranspiler {
|
|
118987
|
+
transpile(_node, _traversal) {
|
|
118988
|
+
return new chunk_1.Chunk(`throw new Error("TOP-OF-PAGE, not supported, transpiler");`);
|
|
118989
|
+
}
|
|
118990
|
+
}
|
|
118991
|
+
exports.TopOfPageTranspiler = TopOfPageTranspiler;
|
|
118992
|
+
//# sourceMappingURL=top_of_page.js.map
|
|
118993
|
+
|
|
118994
|
+
/***/ },
|
|
118995
|
+
|
|
118908
118996
|
/***/ "./node_modules/@abaplint/transpiler/build/src/statements/transfer.js"
|
|
118909
118997
|
/*!****************************************************************************!*\
|
|
118910
118998
|
!*** ./node_modules/@abaplint/transpiler/build/src/statements/transfer.js ***!
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/transpiler-cli",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.62",
|
|
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.120.37",
|
|
31
|
-
"@abaplint/transpiler": "^2.13.
|
|
31
|
+
"@abaplint/transpiler": "^2.13.61",
|
|
32
32
|
"@types/glob": "^8.1.0",
|
|
33
33
|
"@types/node": "^24.13.3",
|
|
34
34
|
"@types/progress": "^2.0.7",
|