@abaplint/transpiler-cli 2.10.53 → 2.10.54

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/abap_transpile CHANGED
@@ -1,2 +1,2 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env node
2
2
  require("./build/bundle");
package/build/bundle.js CHANGED
@@ -3071,7 +3071,7 @@ const combi_1 = __webpack_require__(/*! ../combi */ "./node_modules/@abaplint/co
3071
3071
  const tokens_1 = __webpack_require__(/*! ../../1_lexer/tokens */ "./node_modules/@abaplint/core/build/src/abap/1_lexer/tokens/index.js");
3072
3072
  class BlockName extends combi_1.Expression {
3073
3073
  getRunnable() {
3074
- const ret = (0, combi_1.seq)((0, combi_1.regex)(/^[\w%\$\*]+$/), (0, combi_1.starPrio)((0, combi_1.seq)((0, combi_1.tok)(tokens_1.Dash), (0, combi_1.regex)(/^[\w%\$\*]+$/))));
3074
+ const ret = (0, combi_1.seq)((0, combi_1.optPrio)((0, combi_1.tok)(tokens_1.WDash)), (0, combi_1.regex)(/^[\w%\$\*]+$/), (0, combi_1.starPrio)((0, combi_1.seq)((0, combi_1.tok)(tokens_1.Dash), (0, combi_1.regex)(/^[\w%\$\*]+$/))));
3075
3075
  return ret;
3076
3076
  }
3077
3077
  }
@@ -7499,7 +7499,7 @@ const combi_1 = __webpack_require__(/*! ../combi */ "./node_modules/@abaplint/co
7499
7499
  const _1 = __webpack_require__(/*! . */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/index.js");
7500
7500
  class SQLHints extends combi_1.Expression {
7501
7501
  getRunnable() {
7502
- const type = (0, combi_1.altPrio)("ORACLE", "ADABAS", "AS400", "DB2", "HDB", "MSSQLNT", "SYBASE", "DB6");
7502
+ const type = (0, combi_1.altPrio)("ORACLE", "ADABAS", "AS400", "DB2", "HDB", "MSSQLNT", "SYBASE", "DB6", "INFORMIX");
7503
7503
  const ret = (0, combi_1.seq)("%_HINTS", (0, combi_1.plus)((0, combi_1.seq)(type, (0, combi_1.alt)(_1.Constant, _1.FieldSub))));
7504
7504
  return ret;
7505
7505
  }
@@ -7874,7 +7874,8 @@ class StringTemplateFormatting extends combi_1.Expression {
7874
7874
  const decimals = (0, combi_1.seq)("DECIMALS =", _1.Source);
7875
7875
  const alpha = (0, combi_1.ver)(version_1.Version.v740sp02, (0, combi_1.seq)("ALPHA =", alphaOptions));
7876
7876
  const xsd = (0, combi_1.ver)(version_1.Version.v740sp02, (0, combi_1.seq)("XSD =", zeroXSDOptions));
7877
- const formatting = (0, combi_1.altPrio)((0, combi_1.seq)("TIME =", dateTimeOptions), (0, combi_1.seq)("DATE =", dateTimeOptions), (0, combi_1.seq)("CASE =", caseOptions), (0, combi_1.seq)("EXPONENT", _1.Source), (0, combi_1.seq)("ZERO =", zeroXSDOptions), xsd, (0, combi_1.seq)("STYLE =", styleOptions), (0, combi_1.seq)("CURRENCY =", _1.Source), (0, combi_1.seq)("COUNTRY =", _1.Source), (0, combi_1.per)(sign, number, decimals, width, pad, alpha, align), (0, combi_1.per)(timezone, timestamp));
7877
+ const country = (0, combi_1.seq)("COUNTRY =", _1.Source);
7878
+ const formatting = (0, combi_1.altPrio)((0, combi_1.seq)("TIME =", dateTimeOptions), (0, combi_1.seq)("DATE =", dateTimeOptions), (0, combi_1.seq)("CASE =", caseOptions), (0, combi_1.seq)("EXPONENT", _1.Source), (0, combi_1.seq)("ZERO =", zeroXSDOptions), xsd, (0, combi_1.seq)("STYLE =", styleOptions), (0, combi_1.seq)("CURRENCY =", _1.Source), (0, combi_1.per)(sign, number, decimals, width, pad, alpha, align, country), (0, combi_1.per)(timezone, timestamp));
7878
7879
  return formatting;
7879
7880
  }
7880
7881
  }
@@ -7966,7 +7967,7 @@ const combi_1 = __webpack_require__(/*! ../combi */ "./node_modules/@abaplint/co
7966
7967
  const tokens_1 = __webpack_require__(/*! ../../1_lexer/tokens */ "./node_modules/@abaplint/core/build/src/abap/1_lexer/tokens/index.js");
7967
7968
  class TableBody extends combi_1.Expression {
7968
7969
  getRunnable() {
7969
- const ret = (0, combi_1.seq)((0, combi_1.tok)(tokens_1.BracketLeft), (0, combi_1.tok)(tokens_1.BracketRightW));
7970
+ const ret = (0, combi_1.seq)((0, combi_1.tok)(tokens_1.BracketLeft), (0, combi_1.altPrio)((0, combi_1.tok)(tokens_1.BracketRightW), (0, combi_1.tok)(tokens_1.BracketRight)));
7970
7971
  return ret;
7971
7972
  }
7972
7973
  }
@@ -8988,9 +8989,9 @@ const expressions_1 = __webpack_require__(/*! ../expressions */ "./node_modules/
8988
8989
  class Add {
8989
8990
  getMatcher() {
8990
8991
  const to = (0, combi_1.seq)("TO", expressions_1.Target);
8991
- const accordingTo = (0, combi_1.seq)("ACCORDING TO", expressions_1.FieldSub);
8992
- const giving = (0, combi_1.seq)("GIVING", expressions_1.FieldSub, (0, combi_1.opt)(accordingTo));
8993
- const then = (0, combi_1.seq)("THEN", expressions_1.FieldSub, "UNTIL", expressions_1.FieldSub, (0, combi_1.alt)(giving, to));
8992
+ const accordingTo = (0, combi_1.seq)("ACCORDING TO", expressions_1.Source);
8993
+ const giving = (0, combi_1.seq)("GIVING", expressions_1.Source);
8994
+ const then = (0, combi_1.seq)("THEN", expressions_1.Source, "UNTIL", expressions_1.Source, (0, combi_1.opt)((0, combi_1.per)(giving, accordingTo)), (0, combi_1.opt)(to));
8994
8995
  const ret = (0, combi_1.seq)("ADD", expressions_1.Source, (0, combi_1.altPrio)(to, then));
8995
8996
  return ret;
8996
8997
  }
@@ -11031,7 +11032,7 @@ class Describe {
11031
11032
  const lineSize = (0, combi_1.seq)("LINE-SIZE", expressions_1.Target);
11032
11033
  const lineCount = (0, combi_1.seq)("LINE-COUNT", expressions_1.Target);
11033
11034
  const first = (0, combi_1.seq)("FIRST-LINE", expressions_1.Target);
11034
- const list = (0, combi_1.seq)("LIST", (0, combi_1.per)(lines, pages, index, line, page, top, first, lineSize, lineCount));
11035
+ const list = (0, combi_1.seq)("LIST", (0, combi_1.per)(lines, pages, index, line, page, top, first, tlines, lineSize, lineCount));
11035
11036
  const ret = (0, combi_1.seq)("DESCRIBE", (0, combi_1.altPrio)(table, field, distance, list));
11036
11037
  return (0, combi_1.verNot)(version_1.Version.Cloud, ret);
11037
11038
  }
@@ -11111,6 +11112,33 @@ exports.Do = Do;
11111
11112
 
11112
11113
  /***/ }),
11113
11114
 
11115
+ /***/ "./node_modules/@abaplint/core/build/src/abap/2_statements/statements/dynpro_loop.js":
11116
+ /*!*******************************************************************************************!*\
11117
+ !*** ./node_modules/@abaplint/core/build/src/abap/2_statements/statements/dynpro_loop.js ***!
11118
+ \*******************************************************************************************/
11119
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
11120
+
11121
+ "use strict";
11122
+
11123
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
11124
+ exports.DynproLoop = void 0;
11125
+ const combi_1 = __webpack_require__(/*! ../combi */ "./node_modules/@abaplint/core/build/src/abap/2_statements/combi.js");
11126
+ const simple_source2_1 = __webpack_require__(/*! ../expressions/simple_source2 */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/simple_source2.js");
11127
+ class DynproLoop {
11128
+ getMatcher() {
11129
+ const into = (0, combi_1.seq)("INTO", simple_source2_1.SimpleSource2);
11130
+ const cursor = (0, combi_1.seq)("CURSOR", simple_source2_1.SimpleSource2);
11131
+ const withControl = (0, combi_1.seq)("WITH CONTROL", simple_source2_1.SimpleSource2);
11132
+ const from = (0, combi_1.seq)("FROM", simple_source2_1.SimpleSource2);
11133
+ const to = (0, combi_1.seq)("TO", simple_source2_1.SimpleSource2);
11134
+ return (0, combi_1.seq)("LOOP AT", simple_source2_1.SimpleSource2, (0, combi_1.per)(into, withControl, cursor, from, to));
11135
+ }
11136
+ }
11137
+ exports.DynproLoop = DynproLoop;
11138
+ //# sourceMappingURL=dynpro_loop.js.map
11139
+
11140
+ /***/ }),
11141
+
11114
11142
  /***/ "./node_modules/@abaplint/core/build/src/abap/2_statements/statements/editor_call.js":
11115
11143
  /*!*******************************************************************************************!*\
11116
11144
  !*** ./node_modules/@abaplint/core/build/src/abap/2_statements/statements/editor_call.js ***!
@@ -12036,9 +12064,10 @@ const version_1 = __webpack_require__(/*! ../../../version */ "./node_modules/@a
12036
12064
  const tokens_1 = __webpack_require__(/*! ../../1_lexer/tokens */ "./node_modules/@abaplint/core/build/src/abap/1_lexer/tokens/index.js");
12037
12065
  class Field {
12038
12066
  getMatcher() {
12039
- const module = (0, combi_1.seq)("MODULE", expressions_1.FormName, (0, combi_1.opt)((0, combi_1.alt)("ON INPUT", "ON REQUEST")));
12067
+ const module = (0, combi_1.seq)("MODULE", expressions_1.FormName, (0, combi_1.opt)((0, combi_1.alt)("ON INPUT", "ON REQUEST", "ON CHAIN-REQUEST")));
12040
12068
  const values = (0, combi_1.seq)("VALUES", (0, combi_1.tok)(tokens_1.WParenLeft), "BETWEEN", expressions_1.Constant, "AND", expressions_1.Constant, (0, combi_1.tok)(tokens_1.ParenRightW));
12041
- const ret = (0, combi_1.seq)("FIELD", expressions_1.FieldChain, (0, combi_1.opt)((0, combi_1.alt)(module, values)));
12069
+ const wit = (0, combi_1.seq)("WITH", expressions_1.FieldChain);
12070
+ const ret = (0, combi_1.seq)("FIELD", expressions_1.FieldChain, (0, combi_1.opt)((0, combi_1.altPrio)(module, values, wit)));
12042
12071
  return (0, combi_1.verNot)(version_1.Version.Cloud, ret);
12043
12072
  }
12044
12073
  }
@@ -12831,7 +12860,8 @@ class Import {
12831
12860
  const table = (0, combi_1.seq)("INTERNAL TABLE", expressions_1.Source);
12832
12861
  const shared = (0, combi_1.seq)((0, combi_1.alt)("SHARED MEMORY", "SHARED BUFFER"), cluster, (0, combi_1.per)(dto, client, id));
12833
12862
  const database = (0, combi_1.seq)("DATABASE", cluster, (0, combi_1.per)(dto, client, id, using));
12834
- const source = (0, combi_1.alt)(buffer, memory, database, table, shared);
12863
+ const logfile = (0, combi_1.seq)("LOGFILE ID", expressions_1.Source);
12864
+ const source = (0, combi_1.alt)(buffer, memory, database, table, shared, logfile);
12835
12865
  const to = (0, combi_1.plus)((0, combi_1.seq)(expressions_1.ComponentChainSimple, (0, combi_1.alt)("TO", "INTO"), expressions_1.Target));
12836
12866
  const toeq = (0, combi_1.plus)((0, combi_1.seq)((0, combi_1.alt)(expressions_1.ComponentChainSimple, expressions_1.FieldSymbol), "=", expressions_1.Target));
12837
12867
  const target = (0, combi_1.alt)(toeq, to, expressions_1.Dynamic, (0, combi_1.plus)(expressions_1.Target));
@@ -13189,6 +13219,7 @@ __exportStar(__webpack_require__(/*! ./raise_entity_event */ "./node_modules/@ab
13189
13219
  __exportStar(__webpack_require__(/*! ./refresh_control */ "./node_modules/@abaplint/core/build/src/abap/2_statements/statements/refresh_control.js"), exports);
13190
13220
  __exportStar(__webpack_require__(/*! ./delete_dynpro */ "./node_modules/@abaplint/core/build/src/abap/2_statements/statements/delete_dynpro.js"), exports);
13191
13221
  __exportStar(__webpack_require__(/*! ./generate_dynpro */ "./node_modules/@abaplint/core/build/src/abap/2_statements/statements/generate_dynpro.js"), exports);
13222
+ __exportStar(__webpack_require__(/*! ./process_on_help_request */ "./node_modules/@abaplint/core/build/src/abap/2_statements/statements/process_on_help_request.js"), exports);
13192
13223
  __exportStar(__webpack_require__(/*! ./detail */ "./node_modules/@abaplint/core/build/src/abap/2_statements/statements/detail.js"), exports);
13193
13224
  __exportStar(__webpack_require__(/*! ./editor_call */ "./node_modules/@abaplint/core/build/src/abap/2_statements/statements/editor_call.js"), exports);
13194
13225
  __exportStar(__webpack_require__(/*! ./break */ "./node_modules/@abaplint/core/build/src/abap/2_statements/statements/break.js"), exports);
@@ -13227,6 +13258,7 @@ __exportStar(__webpack_require__(/*! ./get_parameter */ "./node_modules/@abaplin
13227
13258
  __exportStar(__webpack_require__(/*! ./create_data */ "./node_modules/@abaplint/core/build/src/abap/2_statements/statements/create_data.js"), exports);
13228
13259
  __exportStar(__webpack_require__(/*! ./set_country */ "./node_modules/@abaplint/core/build/src/abap/2_statements/statements/set_country.js"), exports);
13229
13260
  __exportStar(__webpack_require__(/*! ./function_module */ "./node_modules/@abaplint/core/build/src/abap/2_statements/statements/function_module.js"), exports);
13261
+ __exportStar(__webpack_require__(/*! ./dynpro_loop */ "./node_modules/@abaplint/core/build/src/abap/2_statements/statements/dynpro_loop.js"), exports);
13230
13262
  __exportStar(__webpack_require__(/*! ./type_pools */ "./node_modules/@abaplint/core/build/src/abap/2_statements/statements/type_pools.js"), exports);
13231
13263
  __exportStar(__webpack_require__(/*! ./type_pool */ "./node_modules/@abaplint/core/build/src/abap/2_statements/statements/type_pool.js"), exports);
13232
13264
  __exportStar(__webpack_require__(/*! ./wait */ "./node_modules/@abaplint/core/build/src/abap/2_statements/statements/wait.js"), exports);
@@ -14282,7 +14314,7 @@ class OpenDataset {
14282
14314
  const linetype = (0, combi_1.altPrio)("SMART", "NATIVE", "UNIX");
14283
14315
  const feed = (0, combi_1.seq)("WITH", linetype, "LINEFEED");
14284
14316
  const windows = (0, combi_1.str)("WITH WINDOWS LINEFEED");
14285
- const ret = (0, combi_1.seq)("OPEN DATASET", expressions_1.Source, (0, combi_1.per)(direction, type, mode, wbom, replacement, filter, encoding, pos, message, ignoring, bom, code, feed, windows));
14317
+ const ret = (0, combi_1.seq)("OPEN DATASET", expressions_1.Source, (0, combi_1.opt)((0, combi_1.per)(direction, type, mode, wbom, replacement, filter, encoding, pos, message, ignoring, bom, code, feed, windows)));
14286
14318
  return (0, combi_1.verNot)(version_1.Version.Cloud, ret);
14287
14319
  }
14288
14320
  }
@@ -14357,7 +14389,7 @@ class Parameter {
14357
14389
  const para = (0, combi_1.altPrio)("PARAMETER", "PARAMETERS");
14358
14390
  const def = (0, combi_1.seq)("DEFAULT", (0, combi_1.altPrio)(expressions_1.Constant, expressions_1.FieldChain));
14359
14391
  const radio = (0, combi_1.seq)("RADIOBUTTON GROUP", expressions_1.RadioGroupName);
14360
- const type = (0, combi_1.seq)((0, combi_1.altPrio)("TYPE", "LIKE"), (0, combi_1.altPrio)(expressions_1.TypeName, expressions_1.Dynamic));
14392
+ const type = (0, combi_1.seq)((0, combi_1.altPrio)("TYPE", "LIKE"), (0, combi_1.altPrio)(expressions_1.TypeName, expressions_1.Dynamic), (0, combi_1.optPrio)(expressions_1.FieldOffset), (0, combi_1.optPrio)(expressions_1.FieldLength));
14361
14393
  const memory = (0, combi_1.seq)("MEMORY ID", expressions_1.SimpleSource1);
14362
14394
  const listbox = (0, combi_1.str)("AS LISTBOX");
14363
14395
  const cmd = (0, combi_1.seq)("USER-COMMAND", (0, combi_1.regex)(/^[\w\?\/]+$/));
@@ -14530,6 +14562,28 @@ exports.ProcessBeforeOutput = ProcessBeforeOutput;
14530
14562
 
14531
14563
  /***/ }),
14532
14564
 
14565
+ /***/ "./node_modules/@abaplint/core/build/src/abap/2_statements/statements/process_on_help_request.js":
14566
+ /*!*******************************************************************************************************!*\
14567
+ !*** ./node_modules/@abaplint/core/build/src/abap/2_statements/statements/process_on_help_request.js ***!
14568
+ \*******************************************************************************************************/
14569
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
14570
+
14571
+ "use strict";
14572
+
14573
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
14574
+ exports.ProcessOnHelpRequest = void 0;
14575
+ const combi_1 = __webpack_require__(/*! ../combi */ "./node_modules/@abaplint/core/build/src/abap/2_statements/combi.js");
14576
+ const version_1 = __webpack_require__(/*! ../../../version */ "./node_modules/@abaplint/core/build/src/version.js");
14577
+ class ProcessOnHelpRequest {
14578
+ getMatcher() {
14579
+ return (0, combi_1.verNot)(version_1.Version.Cloud, "PROCESS ON HELP-REQUEST");
14580
+ }
14581
+ }
14582
+ exports.ProcessOnHelpRequest = ProcessOnHelpRequest;
14583
+ //# sourceMappingURL=process_on_help_request.js.map
14584
+
14585
+ /***/ }),
14586
+
14533
14587
  /***/ "./node_modules/@abaplint/core/build/src/abap/2_statements/statements/process_on_value_request.js":
14534
14588
  /*!********************************************************************************************************!*\
14535
14589
  !*** ./node_modules/@abaplint/core/build/src/abap/2_statements/statements/process_on_value_request.js ***!
@@ -14768,7 +14822,7 @@ const version_1 = __webpack_require__(/*! ../../../version */ "./node_modules/@a
14768
14822
  class Ranges {
14769
14823
  getMatcher() {
14770
14824
  const occurs = (0, combi_1.seq)("OCCURS", expressions_1.Source);
14771
- const ret = (0, combi_1.seq)("RANGES", expressions_1.SimpleName, "FOR", expressions_1.SimpleFieldChain2, (0, combi_1.opt)(occurs));
14825
+ const ret = (0, combi_1.seq)("RANGES", expressions_1.SimpleName, "FOR", expressions_1.SimpleFieldChain2, (0, combi_1.optPrio)(occurs), (0, combi_1.optPrio)(expressions_1.FieldLength));
14772
14826
  return (0, combi_1.verNot)(version_1.Version.Cloud, ret);
14773
14827
  }
14774
14828
  }
@@ -15841,7 +15895,7 @@ const expressions_1 = __webpack_require__(/*! ../expressions */ "./node_modules/
15841
15895
  const version_1 = __webpack_require__(/*! ../../../version */ "./node_modules/@abaplint/core/build/src/version.js");
15842
15896
  class SetProperty {
15843
15897
  getMatcher() {
15844
- const ret = (0, combi_1.seq)("SET PROPERTY OF", expressions_1.Source, (0, combi_1.alt)(expressions_1.Constant, expressions_1.Field), "=", expressions_1.Source, (0, combi_1.optPrio)("NO FLUSH"), (0, combi_1.opt)(expressions_1.OLEExporting));
15898
+ const ret = (0, combi_1.seq)("SET PROPERTY OF", expressions_1.Source, (0, combi_1.alt)(expressions_1.Constant, expressions_1.Field), "=", expressions_1.Source, (0, combi_1.optPrio)("NO FLUSH"), (0, combi_1.opt)(expressions_1.OLEExporting), (0, combi_1.opt)("QUEUEONLY"));
15845
15899
  return (0, combi_1.verNot)(version_1.Version.Cloud, ret);
15846
15900
  }
15847
15901
  }
@@ -16143,7 +16197,7 @@ class Static {
16143
16197
  getMatcher() {
16144
16198
  const p = (0, combi_1.opt)((0, combi_1.per)(Expressions.Type, Expressions.Value, Expressions.Length, Expressions.Decimals));
16145
16199
  const type = (0, combi_1.seq)((0, combi_1.opt)(Expressions.ConstantFieldLength), p);
16146
- const ret = (0, combi_1.seq)((0, combi_1.alt)("STATIC", "STATICS"), Expressions.DefinitionName, (0, combi_1.alt)(type, Expressions.TypeTable));
16200
+ const ret = (0, combi_1.seq)((0, combi_1.alt)("STATIC", "STATICS"), Expressions.DefinitionName, (0, combi_1.optPrio)(Expressions.ConstantFieldLength), (0, combi_1.alt)(type, Expressions.TypeTable));
16147
16201
  return ret;
16148
16202
  }
16149
16203
  }
@@ -16257,11 +16311,13 @@ class Submit {
16257
16311
  const newList = (0, combi_1.seq)("NEW LIST IDENTIFICATION", expressions_1.Source);
16258
16312
  const layout = (0, combi_1.seq)("LAYOUT", expressions_1.Source);
16259
16313
  const cover = (0, combi_1.seq)("SAP COVER PAGE", expressions_1.Source);
16314
+ const copies = (0, combi_1.seq)("COPIES", expressions_1.Source);
16315
+ const datasetExpiration = (0, combi_1.seq)("DATASET EXPIRATION", expressions_1.Source);
16260
16316
  const keep = (0, combi_1.seq)("KEEP IN SPOOL", expressions_1.Source);
16261
16317
  const imm = (0, combi_1.seq)("IMMEDIATELY", expressions_1.Source);
16262
16318
  const dest = (0, combi_1.seq)("DESTINATION", expressions_1.Source);
16263
16319
  const language = (0, combi_1.seq)("LANGUAGE", expressions_1.Source);
16264
- const perm = (0, combi_1.per)((0, combi_1.plus)(awith), selectionTable, (0, combi_1.plus)(awith), spool, lineSize, lineCount, archive, user, sset, ssetp, keep, cover, imm, layout, dest, language, free, newList, uss, "TO SAP-SPOOL", "WITHOUT SPOOL DYNPRO", "VIA SELECTION-SCREEN", exporting, expressions_1.AndReturn, job);
16320
+ const perm = (0, combi_1.per)((0, combi_1.plus)(awith), selectionTable, (0, combi_1.plus)(awith), spool, lineSize, lineCount, archive, user, sset, ssetp, keep, cover, imm, layout, dest, language, free, newList, uss, copies, datasetExpiration, "TO SAP-SPOOL", "WITHOUT SPOOL DYNPRO", "VIA SELECTION-SCREEN", exporting, expressions_1.AndReturn, job);
16265
16321
  const ret = (0, combi_1.seq)("SUBMIT", prog, (0, combi_1.opt)(perm));
16266
16322
  return (0, combi_1.verNot)(version_1.Version.Cloud, ret);
16267
16323
  }
@@ -18168,7 +18224,7 @@ const Structures = __webpack_require__(/*! ./ */ "./node_modules/@abaplint/core/
18168
18224
  const _combi_1 = __webpack_require__(/*! ./_combi */ "./node_modules/@abaplint/core/build/src/abap/3_structures/structures/_combi.js");
18169
18225
  class DynproLogic {
18170
18226
  getMatcher() {
18171
- return (0, _combi_1.seq)((0, _combi_1.sub)(Structures.ProcessBeforeOutput), (0, _combi_1.sub)(Structures.ProcessAfterInput), (0, _combi_1.opt)((0, _combi_1.sub)(Structures.ProcessOnValueRequest)));
18227
+ return (0, _combi_1.seq)((0, _combi_1.sub)(Structures.ProcessBeforeOutput), (0, _combi_1.sub)(Structures.ProcessAfterInput), (0, _combi_1.opt)((0, _combi_1.sub)(Structures.ProcessOnValueRequest)), (0, _combi_1.opt)((0, _combi_1.sub)(Structures.ProcessOnHelpRequest)));
18172
18228
  }
18173
18229
  }
18174
18230
  exports.DynproLogic = DynproLogic;
@@ -18176,6 +18232,28 @@ exports.DynproLogic = DynproLogic;
18176
18232
 
18177
18233
  /***/ }),
18178
18234
 
18235
+ /***/ "./node_modules/@abaplint/core/build/src/abap/3_structures/structures/dynpro_loop.js":
18236
+ /*!*******************************************************************************************!*\
18237
+ !*** ./node_modules/@abaplint/core/build/src/abap/3_structures/structures/dynpro_loop.js ***!
18238
+ \*******************************************************************************************/
18239
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
18240
+
18241
+ "use strict";
18242
+
18243
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
18244
+ exports.DynproLoop = void 0;
18245
+ const Statements = __webpack_require__(/*! ../../2_statements/statements */ "./node_modules/@abaplint/core/build/src/abap/2_statements/statements/index.js");
18246
+ const _combi_1 = __webpack_require__(/*! ./_combi */ "./node_modules/@abaplint/core/build/src/abap/3_structures/structures/_combi.js");
18247
+ class DynproLoop {
18248
+ getMatcher() {
18249
+ return (0, _combi_1.beginEnd)((0, _combi_1.sta)(Statements.DynproLoop), (0, _combi_1.star)((0, _combi_1.sta)(Statements.Module)), (0, _combi_1.sta)(Statements.EndLoop));
18250
+ }
18251
+ }
18252
+ exports.DynproLoop = DynproLoop;
18253
+ //# sourceMappingURL=dynpro_loop.js.map
18254
+
18255
+ /***/ }),
18256
+
18179
18257
  /***/ "./node_modules/@abaplint/core/build/src/abap/3_structures/structures/else.js":
18180
18258
  /*!************************************************************************************!*\
18181
18259
  !*** ./node_modules/@abaplint/core/build/src/abap/3_structures/structures/else.js ***!
@@ -18435,6 +18513,8 @@ __exportStar(__webpack_require__(/*! ./provide */ "./node_modules/@abaplint/core
18435
18513
  __exportStar(__webpack_require__(/*! ./public_section */ "./node_modules/@abaplint/core/build/src/abap/3_structures/structures/public_section.js"), exports);
18436
18514
  __exportStar(__webpack_require__(/*! ./section_contents */ "./node_modules/@abaplint/core/build/src/abap/3_structures/structures/section_contents.js"), exports);
18437
18515
  __exportStar(__webpack_require__(/*! ./select */ "./node_modules/@abaplint/core/build/src/abap/3_structures/structures/select.js"), exports);
18516
+ __exportStar(__webpack_require__(/*! ./process_on_help_request */ "./node_modules/@abaplint/core/build/src/abap/3_structures/structures/process_on_help_request.js"), exports);
18517
+ __exportStar(__webpack_require__(/*! ./dynpro_loop */ "./node_modules/@abaplint/core/build/src/abap/3_structures/structures/dynpro_loop.js"), exports);
18438
18518
  __exportStar(__webpack_require__(/*! ./statics */ "./node_modules/@abaplint/core/build/src/abap/3_structures/structures/statics.js"), exports);
18439
18519
  __exportStar(__webpack_require__(/*! ./test_injection */ "./node_modules/@abaplint/core/build/src/abap/3_structures/structures/test_injection.js"), exports);
18440
18520
  __exportStar(__webpack_require__(/*! ./test_seam */ "./node_modules/@abaplint/core/build/src/abap/3_structures/structures/test_seam.js"), exports);
@@ -18698,9 +18778,10 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
18698
18778
  exports.ProcessBeforeOutput = void 0;
18699
18779
  const Statements = __webpack_require__(/*! ../../2_statements/statements */ "./node_modules/@abaplint/core/build/src/abap/2_statements/statements/index.js");
18700
18780
  const _combi_1 = __webpack_require__(/*! ./_combi */ "./node_modules/@abaplint/core/build/src/abap/3_structures/structures/_combi.js");
18781
+ const dynpro_loop_1 = __webpack_require__(/*! ./dynpro_loop */ "./node_modules/@abaplint/core/build/src/abap/3_structures/structures/dynpro_loop.js");
18701
18782
  class ProcessBeforeOutput {
18702
18783
  getMatcher() {
18703
- const pbo = (0, _combi_1.star)((0, _combi_1.alt)((0, _combi_1.sta)(Statements.Module), (0, _combi_1.sta)(Statements.Field), (0, _combi_1.sta)(Statements.CallSubscreen)));
18784
+ const pbo = (0, _combi_1.star)((0, _combi_1.alt)((0, _combi_1.sta)(Statements.Module), (0, _combi_1.sta)(Statements.Field), (0, _combi_1.sta)(Statements.CallSubscreen), (0, _combi_1.sub)(dynpro_loop_1.DynproLoop)));
18704
18785
  return (0, _combi_1.seq)((0, _combi_1.sta)(Statements.ProcessBeforeOutput), pbo);
18705
18786
  }
18706
18787
  }
@@ -18709,6 +18790,29 @@ exports.ProcessBeforeOutput = ProcessBeforeOutput;
18709
18790
 
18710
18791
  /***/ }),
18711
18792
 
18793
+ /***/ "./node_modules/@abaplint/core/build/src/abap/3_structures/structures/process_on_help_request.js":
18794
+ /*!*******************************************************************************************************!*\
18795
+ !*** ./node_modules/@abaplint/core/build/src/abap/3_structures/structures/process_on_help_request.js ***!
18796
+ \*******************************************************************************************************/
18797
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
18798
+
18799
+ "use strict";
18800
+
18801
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
18802
+ exports.ProcessOnHelpRequest = void 0;
18803
+ const Statements = __webpack_require__(/*! ../../2_statements/statements */ "./node_modules/@abaplint/core/build/src/abap/2_statements/statements/index.js");
18804
+ const _combi_1 = __webpack_require__(/*! ./_combi */ "./node_modules/@abaplint/core/build/src/abap/3_structures/structures/_combi.js");
18805
+ class ProcessOnHelpRequest {
18806
+ getMatcher() {
18807
+ const pov = (0, _combi_1.star)((0, _combi_1.sta)(Statements.Field));
18808
+ return (0, _combi_1.seq)((0, _combi_1.sta)(Statements.ProcessOnHelpRequest), pov);
18809
+ }
18810
+ }
18811
+ exports.ProcessOnHelpRequest = ProcessOnHelpRequest;
18812
+ //# sourceMappingURL=process_on_help_request.js.map
18813
+
18814
+ /***/ }),
18815
+
18712
18816
  /***/ "./node_modules/@abaplint/core/build/src/abap/3_structures/structures/process_on_value_request.js":
18713
18817
  /*!********************************************************************************************************!*\
18714
18818
  !*** ./node_modules/@abaplint/core/build/src/abap/3_structures/structures/process_on_value_request.js ***!
@@ -45495,6 +45599,37 @@ exports.AuthorizationObjectExtension = AuthorizationObjectExtension;
45495
45599
 
45496
45600
  /***/ }),
45497
45601
 
45602
+ /***/ "./node_modules/@abaplint/core/build/src/objects/badi_definition.js":
45603
+ /*!**************************************************************************!*\
45604
+ !*** ./node_modules/@abaplint/core/build/src/objects/badi_definition.js ***!
45605
+ \**************************************************************************/
45606
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
45607
+
45608
+ "use strict";
45609
+
45610
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
45611
+ exports.BADIDefinition = void 0;
45612
+ const _abstract_object_1 = __webpack_require__(/*! ./_abstract_object */ "./node_modules/@abaplint/core/build/src/objects/_abstract_object.js");
45613
+ class BADIDefinition extends _abstract_object_1.AbstractObject {
45614
+ getType() {
45615
+ return "SXSD";
45616
+ }
45617
+ getAllowedNaming() {
45618
+ return {
45619
+ maxLength: 30,
45620
+ allowNamespace: true,
45621
+ };
45622
+ }
45623
+ getDescription() {
45624
+ // todo
45625
+ return undefined;
45626
+ }
45627
+ }
45628
+ exports.BADIDefinition = BADIDefinition;
45629
+ //# sourceMappingURL=badi_definition.js.map
45630
+
45631
+ /***/ }),
45632
+
45498
45633
  /***/ "./node_modules/@abaplint/core/build/src/objects/behavior_definition.js":
45499
45634
  /*!******************************************************************************!*\
45500
45635
  !*** ./node_modules/@abaplint/core/build/src/objects/behavior_definition.js ***!
@@ -47162,6 +47297,37 @@ exports.EnhancementSpot = EnhancementSpot;
47162
47297
 
47163
47298
  /***/ }),
47164
47299
 
47300
+ /***/ "./node_modules/@abaplint/core/build/src/objects/entity_type.js":
47301
+ /*!**********************************************************************!*\
47302
+ !*** ./node_modules/@abaplint/core/build/src/objects/entity_type.js ***!
47303
+ \**********************************************************************/
47304
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
47305
+
47306
+ "use strict";
47307
+
47308
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
47309
+ exports.EntityType = void 0;
47310
+ const _abstract_object_1 = __webpack_require__(/*! ./_abstract_object */ "./node_modules/@abaplint/core/build/src/objects/_abstract_object.js");
47311
+ class EntityType extends _abstract_object_1.AbstractObject {
47312
+ getType() {
47313
+ return "UENO";
47314
+ }
47315
+ getAllowedNaming() {
47316
+ return {
47317
+ maxLength: 200,
47318
+ allowNamespace: true,
47319
+ };
47320
+ }
47321
+ getDescription() {
47322
+ // todo
47323
+ return undefined;
47324
+ }
47325
+ }
47326
+ exports.EntityType = EntityType;
47327
+ //# sourceMappingURL=entity_type.js.map
47328
+
47329
+ /***/ }),
47330
+
47165
47331
  /***/ "./node_modules/@abaplint/core/build/src/objects/event_binding.js":
47166
47332
  /*!************************************************************************!*\
47167
47333
  !*** ./node_modules/@abaplint/core/build/src/objects/event_binding.js ***!
@@ -48253,6 +48419,7 @@ __exportStar(__webpack_require__(/*! ./abap_query_functional_area */ "./node_mod
48253
48419
  __exportStar(__webpack_require__(/*! ./abap_query_query */ "./node_modules/@abaplint/core/build/src/objects/abap_query_query.js"), exports);
48254
48420
  __exportStar(__webpack_require__(/*! ./activation_variant */ "./node_modules/@abaplint/core/build/src/objects/activation_variant.js"), exports);
48255
48421
  __exportStar(__webpack_require__(/*! ./api_release_state */ "./node_modules/@abaplint/core/build/src/objects/api_release_state.js"), exports);
48422
+ __exportStar(__webpack_require__(/*! ./application_descriptors_fiori */ "./node_modules/@abaplint/core/build/src/objects/application_descriptors_fiori.js"), exports);
48256
48423
  __exportStar(__webpack_require__(/*! ./application_job_catalog_entry */ "./node_modules/@abaplint/core/build/src/objects/application_job_catalog_entry.js"), exports);
48257
48424
  __exportStar(__webpack_require__(/*! ./application_job_template */ "./node_modules/@abaplint/core/build/src/objects/application_job_template.js"), exports);
48258
48425
  __exportStar(__webpack_require__(/*! ./application_log_object */ "./node_modules/@abaplint/core/build/src/objects/application_log_object.js"), exports);
@@ -48261,11 +48428,11 @@ __exportStar(__webpack_require__(/*! ./atc_check_category */ "./node_modules/@ab
48261
48428
  __exportStar(__webpack_require__(/*! ./atc_check_object */ "./node_modules/@abaplint/core/build/src/objects/atc_check_object.js"), exports);
48262
48429
  __exportStar(__webpack_require__(/*! ./atc_check_variant */ "./node_modules/@abaplint/core/build/src/objects/atc_check_variant.js"), exports);
48263
48430
  __exportStar(__webpack_require__(/*! ./authorization_check_field */ "./node_modules/@abaplint/core/build/src/objects/authorization_check_field.js"), exports);
48264
- __exportStar(__webpack_require__(/*! ./application_descriptors_fiori */ "./node_modules/@abaplint/core/build/src/objects/application_descriptors_fiori.js"), exports);
48265
48431
  __exportStar(__webpack_require__(/*! ./authorization_group */ "./node_modules/@abaplint/core/build/src/objects/authorization_group.js"), exports);
48266
48432
  __exportStar(__webpack_require__(/*! ./authorization_object_class */ "./node_modules/@abaplint/core/build/src/objects/authorization_object_class.js"), exports);
48267
48433
  __exportStar(__webpack_require__(/*! ./authorization_object_extension */ "./node_modules/@abaplint/core/build/src/objects/authorization_object_extension.js"), exports);
48268
48434
  __exportStar(__webpack_require__(/*! ./authorization_object */ "./node_modules/@abaplint/core/build/src/objects/authorization_object.js"), exports);
48435
+ __exportStar(__webpack_require__(/*! ./badi_definition */ "./node_modules/@abaplint/core/build/src/objects/badi_definition.js"), exports);
48269
48436
  __exportStar(__webpack_require__(/*! ./behavior_definition */ "./node_modules/@abaplint/core/build/src/objects/behavior_definition.js"), exports);
48270
48437
  __exportStar(__webpack_require__(/*! ./brf_plus_system_application */ "./node_modules/@abaplint/core/build/src/objects/brf_plus_system_application.js"), exports);
48271
48438
  __exportStar(__webpack_require__(/*! ./bsp_application */ "./node_modules/@abaplint/core/build/src/objects/bsp_application.js"), exports);
@@ -48303,6 +48470,7 @@ __exportStar(__webpack_require__(/*! ./ecatt_test_data_container */ "./node_modu
48303
48470
  __exportStar(__webpack_require__(/*! ./ecatt_test_script */ "./node_modules/@abaplint/core/build/src/objects/ecatt_test_script.js"), exports);
48304
48471
  __exportStar(__webpack_require__(/*! ./enhancement_implementation */ "./node_modules/@abaplint/core/build/src/objects/enhancement_implementation.js"), exports);
48305
48472
  __exportStar(__webpack_require__(/*! ./enhancement_spot */ "./node_modules/@abaplint/core/build/src/objects/enhancement_spot.js"), exports);
48473
+ __exportStar(__webpack_require__(/*! ./entity_type */ "./node_modules/@abaplint/core/build/src/objects/entity_type.js"), exports);
48306
48474
  __exportStar(__webpack_require__(/*! ./event_binding */ "./node_modules/@abaplint/core/build/src/objects/event_binding.js"), exports);
48307
48475
  __exportStar(__webpack_require__(/*! ./event_binding */ "./node_modules/@abaplint/core/build/src/objects/event_binding.js"), exports);
48308
48476
  __exportStar(__webpack_require__(/*! ./event_consumer */ "./node_modules/@abaplint/core/build/src/objects/event_consumer.js"), exports);
@@ -48331,6 +48499,7 @@ __exportStar(__webpack_require__(/*! ./icf_service */ "./node_modules/@abaplint/
48331
48499
  __exportStar(__webpack_require__(/*! ./idoc_extension */ "./node_modules/@abaplint/core/build/src/objects/idoc_extension.js"), exports);
48332
48500
  __exportStar(__webpack_require__(/*! ./idoc */ "./node_modules/@abaplint/core/build/src/objects/idoc.js"), exports);
48333
48501
  __exportStar(__webpack_require__(/*! ./inbound_service */ "./node_modules/@abaplint/core/build/src/objects/inbound_service.js"), exports);
48502
+ __exportStar(__webpack_require__(/*! ./info_area */ "./node_modules/@abaplint/core/build/src/objects/info_area.js"), exports);
48334
48503
  __exportStar(__webpack_require__(/*! ./info_object */ "./node_modules/@abaplint/core/build/src/objects/info_object.js"), exports);
48335
48504
  __exportStar(__webpack_require__(/*! ./interface */ "./node_modules/@abaplint/core/build/src/objects/interface.js"), exports);
48336
48505
  __exportStar(__webpack_require__(/*! ./lock_object */ "./node_modules/@abaplint/core/build/src/objects/lock_object.js"), exports);
@@ -48404,10 +48573,42 @@ __exportStar(__webpack_require__(/*! ./web_dynpro_application */ "./node_modules
48404
48573
  __exportStar(__webpack_require__(/*! ./web_dynpro_component_configuration */ "./node_modules/@abaplint/core/build/src/objects/web_dynpro_component_configuration.js"), exports);
48405
48574
  __exportStar(__webpack_require__(/*! ./web_dynpro_component */ "./node_modules/@abaplint/core/build/src/objects/web_dynpro_component.js"), exports);
48406
48575
  __exportStar(__webpack_require__(/*! ./web_mime */ "./node_modules/@abaplint/core/build/src/objects/web_mime.js"), exports);
48576
+ __exportStar(__webpack_require__(/*! ./web_reporting_template */ "./node_modules/@abaplint/core/build/src/objects/web_reporting_template.js"), exports);
48407
48577
  //# sourceMappingURL=index.js.map
48408
48578
 
48409
48579
  /***/ }),
48410
48580
 
48581
+ /***/ "./node_modules/@abaplint/core/build/src/objects/info_area.js":
48582
+ /*!********************************************************************!*\
48583
+ !*** ./node_modules/@abaplint/core/build/src/objects/info_area.js ***!
48584
+ \********************************************************************/
48585
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
48586
+
48587
+ "use strict";
48588
+
48589
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
48590
+ exports.InfoArea = void 0;
48591
+ const _abstract_object_1 = __webpack_require__(/*! ./_abstract_object */ "./node_modules/@abaplint/core/build/src/objects/_abstract_object.js");
48592
+ class InfoArea extends _abstract_object_1.AbstractObject {
48593
+ getType() {
48594
+ return "AREA";
48595
+ }
48596
+ getAllowedNaming() {
48597
+ return {
48598
+ maxLength: 30,
48599
+ allowNamespace: true,
48600
+ };
48601
+ }
48602
+ getDescription() {
48603
+ // todo
48604
+ return undefined;
48605
+ }
48606
+ }
48607
+ exports.InfoArea = InfoArea;
48608
+ //# sourceMappingURL=info_area.js.map
48609
+
48610
+ /***/ }),
48611
+
48411
48612
  /***/ "./node_modules/@abaplint/core/build/src/objects/info_object.js":
48412
48613
  /*!**********************************************************************!*\
48413
48614
  !*** ./node_modules/@abaplint/core/build/src/objects/info_object.js ***!
@@ -52357,6 +52558,37 @@ exports.WebMIME = WebMIME;
52357
52558
 
52358
52559
  /***/ }),
52359
52560
 
52561
+ /***/ "./node_modules/@abaplint/core/build/src/objects/web_reporting_template.js":
52562
+ /*!*********************************************************************************!*\
52563
+ !*** ./node_modules/@abaplint/core/build/src/objects/web_reporting_template.js ***!
52564
+ \*********************************************************************************/
52565
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
52566
+
52567
+ "use strict";
52568
+
52569
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
52570
+ exports.WebReportingTemplate = void 0;
52571
+ const _abstract_object_1 = __webpack_require__(/*! ./_abstract_object */ "./node_modules/@abaplint/core/build/src/objects/_abstract_object.js");
52572
+ class WebReportingTemplate extends _abstract_object_1.AbstractObject {
52573
+ getType() {
52574
+ return "W3HT";
52575
+ }
52576
+ getAllowedNaming() {
52577
+ return {
52578
+ maxLength: 30,
52579
+ allowNamespace: true,
52580
+ };
52581
+ }
52582
+ getDescription() {
52583
+ // todo
52584
+ return undefined;
52585
+ }
52586
+ }
52587
+ exports.WebReportingTemplate = WebReportingTemplate;
52588
+ //# sourceMappingURL=web_reporting_template.js.map
52589
+
52590
+ /***/ }),
52591
+
52360
52592
  /***/ "./node_modules/@abaplint/core/build/src/position.js":
52361
52593
  /*!***********************************************************!*\
52362
52594
  !*** ./node_modules/@abaplint/core/build/src/position.js ***!
@@ -52841,7 +53073,7 @@ class Registry {
52841
53073
  }
52842
53074
  static abaplintVersion() {
52843
53075
  // magic, see build script "version.sh"
52844
- return "2.113.114";
53076
+ return "2.113.117";
52845
53077
  }
52846
53078
  getDDICReferences() {
52847
53079
  return this.ddicReferences;
@@ -76155,7 +76387,7 @@ class IncludeGraph {
76155
76387
  }
76156
76388
  }
76157
76389
  else if (found.include === false) {
76158
- const issue = issue_1.Issue.atStatement(f, s, "Not possible to INCLUDE a main program", new check_include_1.CheckInclude().getMetadata().key, severity_1.Severity.Error);
76390
+ const issue = issue_1.Issue.atStatement(f, s, "Not possible to INCLUDE a main program, " + name, new check_include_1.CheckInclude().getMetadata().key, severity_1.Severity.Error);
76159
76391
  this.issues.push(issue);
76160
76392
  }
76161
76393
  else {
@@ -81612,6 +81844,7 @@ exports.CallTranspiler = void 0;
81612
81844
  const abaplint = __webpack_require__(/*! @abaplint/core */ "./node_modules/@abaplint/core/build/src/index.js");
81613
81845
  const chunk_1 = __webpack_require__(/*! ../chunk */ "./node_modules/@abaplint/transpiler/build/src/chunk.js");
81614
81846
  const expressions_1 = __webpack_require__(/*! ../expressions */ "./node_modules/@abaplint/transpiler/build/src/expressions/index.js");
81847
+ const feature_flags_1 = __webpack_require__(/*! ../feature_flags */ "./node_modules/@abaplint/transpiler/build/src/feature_flags.js");
81615
81848
  class CallTranspiler {
81616
81849
  transpile(node, traversal) {
81617
81850
  const chain = node.findDirectExpression(abaplint.Expressions.MethodCallChain);
@@ -81672,6 +81905,21 @@ class CallTranspiler {
81672
81905
  else if (ms.startsWith("await super.get()")) {
81673
81906
  ms = ms.replace("await super.get()", "await super");
81674
81907
  }
81908
+ if (nameToken) {
81909
+ const scope = traversal.findCurrentScopeByToken(nameToken);
81910
+ if (feature_flags_1.FEATURE_FLAGS.private === true
81911
+ && m?.def.getVisibility() === abaplint.Visibility.Private
81912
+ && m.def.isStatic() === false) {
81913
+ const id = scope?.getParent()?.getParent()?.getIdentifier();
81914
+ if (id?.stype === abaplint.ScopeType.ClassImplementation
81915
+ && m.def.getClassName().toUpperCase() === id.sname.toUpperCase()) {
81916
+ ms = ms.replace("await this.", "await this.#");
81917
+ }
81918
+ else {
81919
+ throw new Error("CallTranspiler, todo, refactor CALL");
81920
+ }
81921
+ }
81922
+ }
81675
81923
  return new chunk_1.Chunk().appendString(ms).appendString("(" + body + ")" + post + ";");
81676
81924
  }
81677
81925
  throw new Error("CallTranspiler, todo");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/transpiler-cli",
3
- "version": "2.10.53",
3
+ "version": "2.10.54",
4
4
  "description": "Transpiler - Command Line Interface",
5
5
  "funding": "https://github.com/sponsors/larshp",
6
6
  "bin": {
@@ -27,10 +27,10 @@
27
27
  "author": "abaplint",
28
28
  "license": "MIT",
29
29
  "devDependencies": {
30
- "@abaplint/core": "^2.113.114",
31
- "@abaplint/transpiler": "^2.10.53",
30
+ "@abaplint/core": "^2.113.117",
31
+ "@abaplint/transpiler": "^2.10.54",
32
32
  "@types/glob": "^8.1.0",
33
- "@types/node": "^22.15.18",
33
+ "@types/node": "^22.15.19",
34
34
  "@types/progress": "^2.0.7",
35
35
  "glob": "=7.2.0",
36
36
  "progress": "^2.0.3",
package/schema.json DELETED
@@ -1,161 +0,0 @@
1
- {
2
- "$ref": "#/definitions/ITranspilerConfig",
3
- "$schema": "http://json-schema.org/draft-07/schema#",
4
- "definitions": {
5
- "ITranspilerConfig": {
6
- "additionalProperties": false,
7
- "properties": {
8
- "input_filter": {
9
- "description": "list of regex, case insensitive, empty gives all files, positive list",
10
- "items": {
11
- "type": "string"
12
- },
13
- "type": "array"
14
- },
15
- "input_folder": {
16
- "anyOf": [
17
- {
18
- "type": "string"
19
- },
20
- {
21
- "items": {
22
- "type": "string"
23
- },
24
- "type": "array"
25
- }
26
- ]
27
- },
28
- "lib": {
29
- "deprecated": true,
30
- "description": "to be deprecated, \"lib\", use \"libs\" instead",
31
- "type": "string"
32
- },
33
- "libs": {
34
- "items": {
35
- "additionalProperties": false,
36
- "properties": {
37
- "files": {
38
- "anyOf": [
39
- {
40
- "type": "string"
41
- },
42
- {
43
- "items": {
44
- "type": "string"
45
- },
46
- "type": "array"
47
- }
48
- ]
49
- },
50
- "folder": {
51
- "type": "string"
52
- },
53
- "url": {
54
- "type": "string"
55
- }
56
- },
57
- "type": "object"
58
- },
59
- "type": "array"
60
- },
61
- "options": {
62
- "$ref": "#/definitions/ITranspilerOptions"
63
- },
64
- "output_folder": {
65
- "type": "string"
66
- },
67
- "write_source_map": {
68
- "type": "boolean"
69
- },
70
- "write_unit_tests": {
71
- "type": "boolean"
72
- }
73
- },
74
- "required": [
75
- "input_folder",
76
- "output_folder",
77
- "options"
78
- ],
79
- "type": "object"
80
- },
81
- "ITranspilerOptions": {
82
- "additionalProperties": false,
83
- "properties": {
84
- "addCommonJS": {
85
- "description": "adds common js modules",
86
- "type": "boolean"
87
- },
88
- "addFilenames": {
89
- "description": "adds filenames as comments in the output js",
90
- "type": "boolean"
91
- },
92
- "extraSetup": {
93
- "description": "extra setup script to be executed during initialization",
94
- "type": "string"
95
- },
96
- "ignoreSourceMap": {
97
- "description": "ignore source map",
98
- "type": "boolean"
99
- },
100
- "ignoreSyntaxCheck": {
101
- "description": "ignore syntax check, used for internal testing",
102
- "type": "boolean"
103
- },
104
- "keywords": {
105
- "description": "list of keywords to rename, if not supplied default will be used",
106
- "items": {
107
- "type": "string"
108
- },
109
- "type": "array"
110
- },
111
- "skip": {
112
- "$ref": "#/definitions/TestMethodList",
113
- "description": "list of unit tests to skip"
114
- },
115
- "skipConstants": {
116
- "description": "skip outputing constants, used for internal testing",
117
- "type": "boolean"
118
- },
119
- "skipReposrc": {
120
- "description": "dont insert into REPOSRC",
121
- "type": "boolean"
122
- },
123
- "unknownTypes": {
124
- "$ref": "#/definitions/UnknownTypesEnum",
125
- "description": "sets behavior for unknown types, either fail at compile- or run-time"
126
- }
127
- },
128
- "type": "object"
129
- },
130
- "TestMethodList": {
131
- "items": {
132
- "additionalProperties": false,
133
- "properties": {
134
- "class": {
135
- "type": "string"
136
- },
137
- "method": {
138
- "type": "string"
139
- },
140
- "object": {
141
- "type": "string"
142
- }
143
- },
144
- "required": [
145
- "object",
146
- "class",
147
- "method"
148
- ],
149
- "type": "object"
150
- },
151
- "type": "array"
152
- },
153
- "UnknownTypesEnum": {
154
- "enum": [
155
- "compileError",
156
- "runtimeError"
157
- ],
158
- "type": "string"
159
- }
160
- }
161
- }