@abaplint/transpiler-cli 2.13.61 → 2.13.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 +110 -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);
|
|
@@ -114954,6 +114998,7 @@ __exportStar(__webpack_require__(/*! ./receive */ "./node_modules/@abaplint/tran
|
|
|
114954
114998
|
__exportStar(__webpack_require__(/*! ./refresh */ "./node_modules/@abaplint/transpiler/build/src/statements/refresh.js"), exports);
|
|
114955
114999
|
__exportStar(__webpack_require__(/*! ./replace */ "./node_modules/@abaplint/transpiler/build/src/statements/replace.js"), exports);
|
|
114956
115000
|
__exportStar(__webpack_require__(/*! ./report */ "./node_modules/@abaplint/transpiler/build/src/statements/report.js"), exports);
|
|
115001
|
+
__exportStar(__webpack_require__(/*! ./reserve */ "./node_modules/@abaplint/transpiler/build/src/statements/reserve.js"), exports);
|
|
114957
115002
|
__exportStar(__webpack_require__(/*! ./retry */ "./node_modules/@abaplint/transpiler/build/src/statements/retry.js"), exports);
|
|
114958
115003
|
__exportStar(__webpack_require__(/*! ./return */ "./node_modules/@abaplint/transpiler/build/src/statements/return.js"), exports);
|
|
114959
115004
|
__exportStar(__webpack_require__(/*! ./rollback */ "./node_modules/@abaplint/transpiler/build/src/statements/rollback.js"), exports);
|
|
@@ -114963,6 +115008,7 @@ __exportStar(__webpack_require__(/*! ./select_option */ "./node_modules/@abaplin
|
|
|
114963
115008
|
__exportStar(__webpack_require__(/*! ./select */ "./node_modules/@abaplint/transpiler/build/src/statements/select.js"), exports);
|
|
114964
115009
|
__exportStar(__webpack_require__(/*! ./selection_screen */ "./node_modules/@abaplint/transpiler/build/src/statements/selection_screen.js"), exports);
|
|
114965
115010
|
__exportStar(__webpack_require__(/*! ./set_bit */ "./node_modules/@abaplint/transpiler/build/src/statements/set_bit.js"), exports);
|
|
115011
|
+
__exportStar(__webpack_require__(/*! ./set_blank */ "./node_modules/@abaplint/transpiler/build/src/statements/set_blank.js"), exports);
|
|
114966
115012
|
__exportStar(__webpack_require__(/*! ./set_dataset */ "./node_modules/@abaplint/transpiler/build/src/statements/set_dataset.js"), exports);
|
|
114967
115013
|
__exportStar(__webpack_require__(/*! ./set_extended_check */ "./node_modules/@abaplint/transpiler/build/src/statements/set_extended_check.js"), exports);
|
|
114968
115014
|
__exportStar(__webpack_require__(/*! ./set_handler */ "./node_modules/@abaplint/transpiler/build/src/statements/set_handler.js"), exports);
|
|
@@ -114989,6 +115035,7 @@ __exportStar(__webpack_require__(/*! ./system_call */ "./node_modules/@abaplint/
|
|
|
114989
115035
|
__exportStar(__webpack_require__(/*! ./tables */ "./node_modules/@abaplint/transpiler/build/src/statements/tables.js"), exports);
|
|
114990
115036
|
__exportStar(__webpack_require__(/*! ./transfer */ "./node_modules/@abaplint/transpiler/build/src/statements/transfer.js"), exports);
|
|
114991
115037
|
__exportStar(__webpack_require__(/*! ./translate */ "./node_modules/@abaplint/transpiler/build/src/statements/translate.js"), exports);
|
|
115038
|
+
__exportStar(__webpack_require__(/*! ./top_of_page */ "./node_modules/@abaplint/transpiler/build/src/statements/top_of_page.js"), exports);
|
|
114992
115039
|
__exportStar(__webpack_require__(/*! ./truncate_dataset */ "./node_modules/@abaplint/transpiler/build/src/statements/truncate_dataset.js"), exports);
|
|
114993
115040
|
__exportStar(__webpack_require__(/*! ./try */ "./node_modules/@abaplint/transpiler/build/src/statements/try.js"), exports);
|
|
114994
115041
|
__exportStar(__webpack_require__(/*! ./type_pools */ "./node_modules/@abaplint/transpiler/build/src/statements/type_pools.js"), exports);
|
|
@@ -117437,6 +117484,27 @@ exports.ReportTranspiler = ReportTranspiler;
|
|
|
117437
117484
|
|
|
117438
117485
|
/***/ },
|
|
117439
117486
|
|
|
117487
|
+
/***/ "./node_modules/@abaplint/transpiler/build/src/statements/reserve.js"
|
|
117488
|
+
/*!***************************************************************************!*\
|
|
117489
|
+
!*** ./node_modules/@abaplint/transpiler/build/src/statements/reserve.js ***!
|
|
117490
|
+
\***************************************************************************/
|
|
117491
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
117492
|
+
|
|
117493
|
+
"use strict";
|
|
117494
|
+
|
|
117495
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
117496
|
+
exports.ReserveTranspiler = void 0;
|
|
117497
|
+
const chunk_1 = __webpack_require__(/*! ../chunk */ "./node_modules/@abaplint/transpiler/build/src/chunk.js");
|
|
117498
|
+
class ReserveTranspiler {
|
|
117499
|
+
transpile(_node, _traversal) {
|
|
117500
|
+
return new chunk_1.Chunk(`throw new Error("RESERVE, not supported, transpiler");`);
|
|
117501
|
+
}
|
|
117502
|
+
}
|
|
117503
|
+
exports.ReserveTranspiler = ReserveTranspiler;
|
|
117504
|
+
//# sourceMappingURL=reserve.js.map
|
|
117505
|
+
|
|
117506
|
+
/***/ },
|
|
117507
|
+
|
|
117440
117508
|
/***/ "./node_modules/@abaplint/transpiler/build/src/statements/retry.js"
|
|
117441
117509
|
/*!*************************************************************************!*\
|
|
117442
117510
|
!*** ./node_modules/@abaplint/transpiler/build/src/statements/retry.js ***!
|
|
@@ -118001,6 +118069,27 @@ exports.SetBitTranspiler = SetBitTranspiler;
|
|
|
118001
118069
|
|
|
118002
118070
|
/***/ },
|
|
118003
118071
|
|
|
118072
|
+
/***/ "./node_modules/@abaplint/transpiler/build/src/statements/set_blank.js"
|
|
118073
|
+
/*!*****************************************************************************!*\
|
|
118074
|
+
!*** ./node_modules/@abaplint/transpiler/build/src/statements/set_blank.js ***!
|
|
118075
|
+
\*****************************************************************************/
|
|
118076
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
118077
|
+
|
|
118078
|
+
"use strict";
|
|
118079
|
+
|
|
118080
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
118081
|
+
exports.SetBlankTranspiler = void 0;
|
|
118082
|
+
const chunk_1 = __webpack_require__(/*! ../chunk */ "./node_modules/@abaplint/transpiler/build/src/chunk.js");
|
|
118083
|
+
class SetBlankTranspiler {
|
|
118084
|
+
transpile(_node, _traversal) {
|
|
118085
|
+
return new chunk_1.Chunk(`throw new Error("SET BLANK LINES, not supported, transpiler");`);
|
|
118086
|
+
}
|
|
118087
|
+
}
|
|
118088
|
+
exports.SetBlankTranspiler = SetBlankTranspiler;
|
|
118089
|
+
//# sourceMappingURL=set_blank.js.map
|
|
118090
|
+
|
|
118091
|
+
/***/ },
|
|
118092
|
+
|
|
118004
118093
|
/***/ "./node_modules/@abaplint/transpiler/build/src/statements/set_dataset.js"
|
|
118005
118094
|
/*!*******************************************************************************!*\
|
|
118006
118095
|
!*** ./node_modules/@abaplint/transpiler/build/src/statements/set_dataset.js ***!
|
|
@@ -118905,6 +118994,27 @@ exports.TablesTranspiler = TablesTranspiler;
|
|
|
118905
118994
|
|
|
118906
118995
|
/***/ },
|
|
118907
118996
|
|
|
118997
|
+
/***/ "./node_modules/@abaplint/transpiler/build/src/statements/top_of_page.js"
|
|
118998
|
+
/*!*******************************************************************************!*\
|
|
118999
|
+
!*** ./node_modules/@abaplint/transpiler/build/src/statements/top_of_page.js ***!
|
|
119000
|
+
\*******************************************************************************/
|
|
119001
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
119002
|
+
|
|
119003
|
+
"use strict";
|
|
119004
|
+
|
|
119005
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
119006
|
+
exports.TopOfPageTranspiler = void 0;
|
|
119007
|
+
const chunk_1 = __webpack_require__(/*! ../chunk */ "./node_modules/@abaplint/transpiler/build/src/chunk.js");
|
|
119008
|
+
class TopOfPageTranspiler {
|
|
119009
|
+
transpile(_node, _traversal) {
|
|
119010
|
+
return new chunk_1.Chunk(`throw new Error("TOP-OF-PAGE, not supported, transpiler");`);
|
|
119011
|
+
}
|
|
119012
|
+
}
|
|
119013
|
+
exports.TopOfPageTranspiler = TopOfPageTranspiler;
|
|
119014
|
+
//# sourceMappingURL=top_of_page.js.map
|
|
119015
|
+
|
|
119016
|
+
/***/ },
|
|
119017
|
+
|
|
118908
119018
|
/***/ "./node_modules/@abaplint/transpiler/build/src/statements/transfer.js"
|
|
118909
119019
|
/*!****************************************************************************!*\
|
|
118910
119020
|
!*** ./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.63",
|
|
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.63",
|
|
32
32
|
"@types/glob": "^8.1.0",
|
|
33
33
|
"@types/node": "^24.13.3",
|
|
34
34
|
"@types/progress": "^2.0.7",
|