@abaplint/cli 2.113.115 → 2.113.117
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/cli.js +63 -21
- package/package.json +3 -3
package/build/cli.js
CHANGED
|
@@ -8583,7 +8583,7 @@ const combi_1 = __webpack_require__(/*! ../combi */ "./node_modules/@abaplint/co
|
|
|
8583
8583
|
const _1 = __webpack_require__(/*! . */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/index.js");
|
|
8584
8584
|
class SQLHints extends combi_1.Expression {
|
|
8585
8585
|
getRunnable() {
|
|
8586
|
-
const type = (0, combi_1.altPrio)("ORACLE", "ADABAS", "AS400", "DB2", "HDB", "MSSQLNT", "SYBASE", "DB6");
|
|
8586
|
+
const type = (0, combi_1.altPrio)("ORACLE", "ADABAS", "AS400", "DB2", "HDB", "MSSQLNT", "SYBASE", "DB6", "INFORMIX");
|
|
8587
8587
|
const ret = (0, combi_1.seq)("%_HINTS", (0, combi_1.plus)((0, combi_1.seq)(type, (0, combi_1.alt)(_1.Constant, _1.FieldSub))));
|
|
8588
8588
|
return ret;
|
|
8589
8589
|
}
|
|
@@ -8958,7 +8958,8 @@ class StringTemplateFormatting extends combi_1.Expression {
|
|
|
8958
8958
|
const decimals = (0, combi_1.seq)("DECIMALS =", _1.Source);
|
|
8959
8959
|
const alpha = (0, combi_1.ver)(version_1.Version.v740sp02, (0, combi_1.seq)("ALPHA =", alphaOptions));
|
|
8960
8960
|
const xsd = (0, combi_1.ver)(version_1.Version.v740sp02, (0, combi_1.seq)("XSD =", zeroXSDOptions));
|
|
8961
|
-
const
|
|
8961
|
+
const country = (0, combi_1.seq)("COUNTRY =", _1.Source);
|
|
8962
|
+
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));
|
|
8962
8963
|
return formatting;
|
|
8963
8964
|
}
|
|
8964
8965
|
}
|
|
@@ -9050,7 +9051,7 @@ const combi_1 = __webpack_require__(/*! ../combi */ "./node_modules/@abaplint/co
|
|
|
9050
9051
|
const tokens_1 = __webpack_require__(/*! ../../1_lexer/tokens */ "./node_modules/@abaplint/core/build/src/abap/1_lexer/tokens/index.js");
|
|
9051
9052
|
class TableBody extends combi_1.Expression {
|
|
9052
9053
|
getRunnable() {
|
|
9053
|
-
const ret = (0, combi_1.seq)((0, combi_1.tok)(tokens_1.BracketLeft), (0, combi_1.tok)(tokens_1.BracketRightW));
|
|
9054
|
+
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)));
|
|
9054
9055
|
return ret;
|
|
9055
9056
|
}
|
|
9056
9057
|
}
|
|
@@ -10072,9 +10073,9 @@ const expressions_1 = __webpack_require__(/*! ../expressions */ "./node_modules/
|
|
|
10072
10073
|
class Add {
|
|
10073
10074
|
getMatcher() {
|
|
10074
10075
|
const to = (0, combi_1.seq)("TO", expressions_1.Target);
|
|
10075
|
-
const accordingTo = (0, combi_1.seq)("ACCORDING TO", expressions_1.
|
|
10076
|
-
const giving = (0, combi_1.seq)("GIVING", expressions_1.
|
|
10077
|
-
const then = (0, combi_1.seq)("THEN", expressions_1.
|
|
10076
|
+
const accordingTo = (0, combi_1.seq)("ACCORDING TO", expressions_1.Source);
|
|
10077
|
+
const giving = (0, combi_1.seq)("GIVING", expressions_1.Source);
|
|
10078
|
+
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));
|
|
10078
10079
|
const ret = (0, combi_1.seq)("ADD", expressions_1.Source, (0, combi_1.altPrio)(to, then));
|
|
10079
10080
|
return ret;
|
|
10080
10081
|
}
|
|
@@ -12209,7 +12210,12 @@ const combi_1 = __webpack_require__(/*! ../combi */ "./node_modules/@abaplint/co
|
|
|
12209
12210
|
const simple_source2_1 = __webpack_require__(/*! ../expressions/simple_source2 */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/simple_source2.js");
|
|
12210
12211
|
class DynproLoop {
|
|
12211
12212
|
getMatcher() {
|
|
12212
|
-
|
|
12213
|
+
const into = (0, combi_1.seq)("INTO", simple_source2_1.SimpleSource2);
|
|
12214
|
+
const cursor = (0, combi_1.seq)("CURSOR", simple_source2_1.SimpleSource2);
|
|
12215
|
+
const withControl = (0, combi_1.seq)("WITH CONTROL", simple_source2_1.SimpleSource2);
|
|
12216
|
+
const from = (0, combi_1.seq)("FROM", simple_source2_1.SimpleSource2);
|
|
12217
|
+
const to = (0, combi_1.seq)("TO", simple_source2_1.SimpleSource2);
|
|
12218
|
+
return (0, combi_1.seq)("LOOP AT", simple_source2_1.SimpleSource2, (0, combi_1.per)(into, withControl, cursor, from, to));
|
|
12213
12219
|
}
|
|
12214
12220
|
}
|
|
12215
12221
|
exports.DynproLoop = DynproLoop;
|
|
@@ -13144,7 +13150,8 @@ class Field {
|
|
|
13144
13150
|
getMatcher() {
|
|
13145
13151
|
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")));
|
|
13146
13152
|
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));
|
|
13147
|
-
const
|
|
13153
|
+
const wit = (0, combi_1.seq)("WITH", expressions_1.FieldChain);
|
|
13154
|
+
const ret = (0, combi_1.seq)("FIELD", expressions_1.FieldChain, (0, combi_1.opt)((0, combi_1.altPrio)(module, values, wit)));
|
|
13148
13155
|
return (0, combi_1.verNot)(version_1.Version.Cloud, ret);
|
|
13149
13156
|
}
|
|
13150
13157
|
}
|
|
@@ -13937,7 +13944,8 @@ class Import {
|
|
|
13937
13944
|
const table = (0, combi_1.seq)("INTERNAL TABLE", expressions_1.Source);
|
|
13938
13945
|
const shared = (0, combi_1.seq)((0, combi_1.alt)("SHARED MEMORY", "SHARED BUFFER"), cluster, (0, combi_1.per)(dto, client, id));
|
|
13939
13946
|
const database = (0, combi_1.seq)("DATABASE", cluster, (0, combi_1.per)(dto, client, id, using));
|
|
13940
|
-
const
|
|
13947
|
+
const logfile = (0, combi_1.seq)("LOGFILE ID", expressions_1.Source);
|
|
13948
|
+
const source = (0, combi_1.alt)(buffer, memory, database, table, shared, logfile);
|
|
13941
13949
|
const to = (0, combi_1.plus)((0, combi_1.seq)(expressions_1.ComponentChainSimple, (0, combi_1.alt)("TO", "INTO"), expressions_1.Target));
|
|
13942
13950
|
const toeq = (0, combi_1.plus)((0, combi_1.seq)((0, combi_1.alt)(expressions_1.ComponentChainSimple, expressions_1.FieldSymbol), "=", expressions_1.Target));
|
|
13943
13951
|
const target = (0, combi_1.alt)(toeq, to, expressions_1.Dynamic, (0, combi_1.plus)(expressions_1.Target));
|
|
@@ -15465,7 +15473,7 @@ class Parameter {
|
|
|
15465
15473
|
const para = (0, combi_1.altPrio)("PARAMETER", "PARAMETERS");
|
|
15466
15474
|
const def = (0, combi_1.seq)("DEFAULT", (0, combi_1.altPrio)(expressions_1.Constant, expressions_1.FieldChain));
|
|
15467
15475
|
const radio = (0, combi_1.seq)("RADIOBUTTON GROUP", expressions_1.RadioGroupName);
|
|
15468
|
-
const type = (0, combi_1.seq)((0, combi_1.altPrio)("TYPE", "LIKE"), (0, combi_1.altPrio)(expressions_1.TypeName, expressions_1.Dynamic));
|
|
15476
|
+
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));
|
|
15469
15477
|
const memory = (0, combi_1.seq)("MEMORY ID", expressions_1.SimpleSource1);
|
|
15470
15478
|
const listbox = (0, combi_1.str)("AS LISTBOX");
|
|
15471
15479
|
const cmd = (0, combi_1.seq)("USER-COMMAND", (0, combi_1.regex)(/^[\w\?\/]+$/));
|
|
@@ -15898,7 +15906,7 @@ const version_1 = __webpack_require__(/*! ../../../version */ "./node_modules/@a
|
|
|
15898
15906
|
class Ranges {
|
|
15899
15907
|
getMatcher() {
|
|
15900
15908
|
const occurs = (0, combi_1.seq)("OCCURS", expressions_1.Source);
|
|
15901
|
-
const ret = (0, combi_1.seq)("RANGES", expressions_1.SimpleName, "FOR", expressions_1.SimpleFieldChain2, (0, combi_1.
|
|
15909
|
+
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));
|
|
15902
15910
|
return (0, combi_1.verNot)(version_1.Version.Cloud, ret);
|
|
15903
15911
|
}
|
|
15904
15912
|
}
|
|
@@ -16971,7 +16979,7 @@ const expressions_1 = __webpack_require__(/*! ../expressions */ "./node_modules/
|
|
|
16971
16979
|
const version_1 = __webpack_require__(/*! ../../../version */ "./node_modules/@abaplint/core/build/src/version.js");
|
|
16972
16980
|
class SetProperty {
|
|
16973
16981
|
getMatcher() {
|
|
16974
|
-
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));
|
|
16982
|
+
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"));
|
|
16975
16983
|
return (0, combi_1.verNot)(version_1.Version.Cloud, ret);
|
|
16976
16984
|
}
|
|
16977
16985
|
}
|
|
@@ -17273,7 +17281,7 @@ class Static {
|
|
|
17273
17281
|
getMatcher() {
|
|
17274
17282
|
const p = (0, combi_1.opt)((0, combi_1.per)(Expressions.Type, Expressions.Value, Expressions.Length, Expressions.Decimals));
|
|
17275
17283
|
const type = (0, combi_1.seq)((0, combi_1.opt)(Expressions.ConstantFieldLength), p);
|
|
17276
|
-
const ret = (0, combi_1.seq)((0, combi_1.alt)("STATIC", "STATICS"), Expressions.DefinitionName, (0, combi_1.alt)(type, Expressions.TypeTable));
|
|
17284
|
+
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));
|
|
17277
17285
|
return ret;
|
|
17278
17286
|
}
|
|
17279
17287
|
}
|
|
@@ -17387,11 +17395,13 @@ class Submit {
|
|
|
17387
17395
|
const newList = (0, combi_1.seq)("NEW LIST IDENTIFICATION", expressions_1.Source);
|
|
17388
17396
|
const layout = (0, combi_1.seq)("LAYOUT", expressions_1.Source);
|
|
17389
17397
|
const cover = (0, combi_1.seq)("SAP COVER PAGE", expressions_1.Source);
|
|
17398
|
+
const copies = (0, combi_1.seq)("COPIES", expressions_1.Source);
|
|
17399
|
+
const datasetExpiration = (0, combi_1.seq)("DATASET EXPIRATION", expressions_1.Source);
|
|
17390
17400
|
const keep = (0, combi_1.seq)("KEEP IN SPOOL", expressions_1.Source);
|
|
17391
17401
|
const imm = (0, combi_1.seq)("IMMEDIATELY", expressions_1.Source);
|
|
17392
17402
|
const dest = (0, combi_1.seq)("DESTINATION", expressions_1.Source);
|
|
17393
17403
|
const language = (0, combi_1.seq)("LANGUAGE", expressions_1.Source);
|
|
17394
|
-
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);
|
|
17404
|
+
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);
|
|
17395
17405
|
const ret = (0, combi_1.seq)("SUBMIT", prog, (0, combi_1.opt)(perm));
|
|
17396
17406
|
return (0, combi_1.verNot)(version_1.Version.Cloud, ret);
|
|
17397
17407
|
}
|
|
@@ -49493,6 +49503,7 @@ __exportStar(__webpack_require__(/*! ./abap_query_functional_area */ "./node_mod
|
|
|
49493
49503
|
__exportStar(__webpack_require__(/*! ./abap_query_query */ "./node_modules/@abaplint/core/build/src/objects/abap_query_query.js"), exports);
|
|
49494
49504
|
__exportStar(__webpack_require__(/*! ./activation_variant */ "./node_modules/@abaplint/core/build/src/objects/activation_variant.js"), exports);
|
|
49495
49505
|
__exportStar(__webpack_require__(/*! ./api_release_state */ "./node_modules/@abaplint/core/build/src/objects/api_release_state.js"), exports);
|
|
49506
|
+
__exportStar(__webpack_require__(/*! ./application_descriptors_fiori */ "./node_modules/@abaplint/core/build/src/objects/application_descriptors_fiori.js"), exports);
|
|
49496
49507
|
__exportStar(__webpack_require__(/*! ./application_job_catalog_entry */ "./node_modules/@abaplint/core/build/src/objects/application_job_catalog_entry.js"), exports);
|
|
49497
49508
|
__exportStar(__webpack_require__(/*! ./application_job_template */ "./node_modules/@abaplint/core/build/src/objects/application_job_template.js"), exports);
|
|
49498
49509
|
__exportStar(__webpack_require__(/*! ./application_log_object */ "./node_modules/@abaplint/core/build/src/objects/application_log_object.js"), exports);
|
|
@@ -49501,11 +49512,11 @@ __exportStar(__webpack_require__(/*! ./atc_check_category */ "./node_modules/@ab
|
|
|
49501
49512
|
__exportStar(__webpack_require__(/*! ./atc_check_object */ "./node_modules/@abaplint/core/build/src/objects/atc_check_object.js"), exports);
|
|
49502
49513
|
__exportStar(__webpack_require__(/*! ./atc_check_variant */ "./node_modules/@abaplint/core/build/src/objects/atc_check_variant.js"), exports);
|
|
49503
49514
|
__exportStar(__webpack_require__(/*! ./authorization_check_field */ "./node_modules/@abaplint/core/build/src/objects/authorization_check_field.js"), exports);
|
|
49504
|
-
__exportStar(__webpack_require__(/*! ./application_descriptors_fiori */ "./node_modules/@abaplint/core/build/src/objects/application_descriptors_fiori.js"), exports);
|
|
49505
49515
|
__exportStar(__webpack_require__(/*! ./authorization_group */ "./node_modules/@abaplint/core/build/src/objects/authorization_group.js"), exports);
|
|
49506
49516
|
__exportStar(__webpack_require__(/*! ./authorization_object_class */ "./node_modules/@abaplint/core/build/src/objects/authorization_object_class.js"), exports);
|
|
49507
49517
|
__exportStar(__webpack_require__(/*! ./authorization_object_extension */ "./node_modules/@abaplint/core/build/src/objects/authorization_object_extension.js"), exports);
|
|
49508
49518
|
__exportStar(__webpack_require__(/*! ./authorization_object */ "./node_modules/@abaplint/core/build/src/objects/authorization_object.js"), exports);
|
|
49519
|
+
__exportStar(__webpack_require__(/*! ./badi_definition */ "./node_modules/@abaplint/core/build/src/objects/badi_definition.js"), exports);
|
|
49509
49520
|
__exportStar(__webpack_require__(/*! ./behavior_definition */ "./node_modules/@abaplint/core/build/src/objects/behavior_definition.js"), exports);
|
|
49510
49521
|
__exportStar(__webpack_require__(/*! ./brf_plus_system_application */ "./node_modules/@abaplint/core/build/src/objects/brf_plus_system_application.js"), exports);
|
|
49511
49522
|
__exportStar(__webpack_require__(/*! ./bsp_application */ "./node_modules/@abaplint/core/build/src/objects/bsp_application.js"), exports);
|
|
@@ -49518,8 +49529,6 @@ __exportStar(__webpack_require__(/*! ./business_function_set_assignment */ "./no
|
|
|
49518
49529
|
__exportStar(__webpack_require__(/*! ./business_object_model */ "./node_modules/@abaplint/core/build/src/objects/business_object_model.js"), exports);
|
|
49519
49530
|
__exportStar(__webpack_require__(/*! ./business_object_type */ "./node_modules/@abaplint/core/build/src/objects/business_object_type.js"), exports);
|
|
49520
49531
|
__exportStar(__webpack_require__(/*! ./cds_metadata_extension */ "./node_modules/@abaplint/core/build/src/objects/cds_metadata_extension.js"), exports);
|
|
49521
|
-
__exportStar(__webpack_require__(/*! ./badi_definition */ "./node_modules/@abaplint/core/build/src/objects/badi_definition.js"), exports);
|
|
49522
|
-
__exportStar(__webpack_require__(/*! ./entity_type */ "./node_modules/@abaplint/core/build/src/objects/entity_type.js"), exports);
|
|
49523
49532
|
__exportStar(__webpack_require__(/*! ./cds_type */ "./node_modules/@abaplint/core/build/src/objects/cds_type.js"), exports);
|
|
49524
49533
|
__exportStar(__webpack_require__(/*! ./change_document */ "./node_modules/@abaplint/core/build/src/objects/change_document.js"), exports);
|
|
49525
49534
|
__exportStar(__webpack_require__(/*! ./chapter_of_book_structure */ "./node_modules/@abaplint/core/build/src/objects/chapter_of_book_structure.js"), exports);
|
|
@@ -49545,6 +49554,7 @@ __exportStar(__webpack_require__(/*! ./ecatt_test_data_container */ "./node_modu
|
|
|
49545
49554
|
__exportStar(__webpack_require__(/*! ./ecatt_test_script */ "./node_modules/@abaplint/core/build/src/objects/ecatt_test_script.js"), exports);
|
|
49546
49555
|
__exportStar(__webpack_require__(/*! ./enhancement_implementation */ "./node_modules/@abaplint/core/build/src/objects/enhancement_implementation.js"), exports);
|
|
49547
49556
|
__exportStar(__webpack_require__(/*! ./enhancement_spot */ "./node_modules/@abaplint/core/build/src/objects/enhancement_spot.js"), exports);
|
|
49557
|
+
__exportStar(__webpack_require__(/*! ./entity_type */ "./node_modules/@abaplint/core/build/src/objects/entity_type.js"), exports);
|
|
49548
49558
|
__exportStar(__webpack_require__(/*! ./event_binding */ "./node_modules/@abaplint/core/build/src/objects/event_binding.js"), exports);
|
|
49549
49559
|
__exportStar(__webpack_require__(/*! ./event_binding */ "./node_modules/@abaplint/core/build/src/objects/event_binding.js"), exports);
|
|
49550
49560
|
__exportStar(__webpack_require__(/*! ./event_consumer */ "./node_modules/@abaplint/core/build/src/objects/event_consumer.js"), exports);
|
|
@@ -49558,7 +49568,6 @@ __exportStar(__webpack_require__(/*! ./gateway_model_metadata */ "./node_modules
|
|
|
49558
49568
|
__exportStar(__webpack_require__(/*! ./gateway_model */ "./node_modules/@abaplint/core/build/src/objects/gateway_model.js"), exports);
|
|
49559
49569
|
__exportStar(__webpack_require__(/*! ./gateway_project */ "./node_modules/@abaplint/core/build/src/objects/gateway_project.js"), exports);
|
|
49560
49570
|
__exportStar(__webpack_require__(/*! ./gateway_service_groups_metadata */ "./node_modules/@abaplint/core/build/src/objects/gateway_service_groups_metadata.js"), exports);
|
|
49561
|
-
__exportStar(__webpack_require__(/*! ./web_reporting_template */ "./node_modules/@abaplint/core/build/src/objects/web_reporting_template.js"), exports);
|
|
49562
49571
|
__exportStar(__webpack_require__(/*! ./gateway_service */ "./node_modules/@abaplint/core/build/src/objects/gateway_service.js"), exports);
|
|
49563
49572
|
__exportStar(__webpack_require__(/*! ./gateway_vocabulary_annotation */ "./node_modules/@abaplint/core/build/src/objects/gateway_vocabulary_annotation.js"), exports);
|
|
49564
49573
|
__exportStar(__webpack_require__(/*! ./general_hierarchy_storage_extrension_name */ "./node_modules/@abaplint/core/build/src/objects/general_hierarchy_storage_extrension_name.js"), exports);
|
|
@@ -49574,6 +49583,7 @@ __exportStar(__webpack_require__(/*! ./icf_service */ "./node_modules/@abaplint/
|
|
|
49574
49583
|
__exportStar(__webpack_require__(/*! ./idoc_extension */ "./node_modules/@abaplint/core/build/src/objects/idoc_extension.js"), exports);
|
|
49575
49584
|
__exportStar(__webpack_require__(/*! ./idoc */ "./node_modules/@abaplint/core/build/src/objects/idoc.js"), exports);
|
|
49576
49585
|
__exportStar(__webpack_require__(/*! ./inbound_service */ "./node_modules/@abaplint/core/build/src/objects/inbound_service.js"), exports);
|
|
49586
|
+
__exportStar(__webpack_require__(/*! ./info_area */ "./node_modules/@abaplint/core/build/src/objects/info_area.js"), exports);
|
|
49577
49587
|
__exportStar(__webpack_require__(/*! ./info_object */ "./node_modules/@abaplint/core/build/src/objects/info_object.js"), exports);
|
|
49578
49588
|
__exportStar(__webpack_require__(/*! ./interface */ "./node_modules/@abaplint/core/build/src/objects/interface.js"), exports);
|
|
49579
49589
|
__exportStar(__webpack_require__(/*! ./lock_object */ "./node_modules/@abaplint/core/build/src/objects/lock_object.js"), exports);
|
|
@@ -49647,10 +49657,42 @@ __exportStar(__webpack_require__(/*! ./web_dynpro_application */ "./node_modules
|
|
|
49647
49657
|
__exportStar(__webpack_require__(/*! ./web_dynpro_component_configuration */ "./node_modules/@abaplint/core/build/src/objects/web_dynpro_component_configuration.js"), exports);
|
|
49648
49658
|
__exportStar(__webpack_require__(/*! ./web_dynpro_component */ "./node_modules/@abaplint/core/build/src/objects/web_dynpro_component.js"), exports);
|
|
49649
49659
|
__exportStar(__webpack_require__(/*! ./web_mime */ "./node_modules/@abaplint/core/build/src/objects/web_mime.js"), exports);
|
|
49660
|
+
__exportStar(__webpack_require__(/*! ./web_reporting_template */ "./node_modules/@abaplint/core/build/src/objects/web_reporting_template.js"), exports);
|
|
49650
49661
|
//# sourceMappingURL=index.js.map
|
|
49651
49662
|
|
|
49652
49663
|
/***/ }),
|
|
49653
49664
|
|
|
49665
|
+
/***/ "./node_modules/@abaplint/core/build/src/objects/info_area.js":
|
|
49666
|
+
/*!********************************************************************!*\
|
|
49667
|
+
!*** ./node_modules/@abaplint/core/build/src/objects/info_area.js ***!
|
|
49668
|
+
\********************************************************************/
|
|
49669
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
49670
|
+
|
|
49671
|
+
"use strict";
|
|
49672
|
+
|
|
49673
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
49674
|
+
exports.InfoArea = void 0;
|
|
49675
|
+
const _abstract_object_1 = __webpack_require__(/*! ./_abstract_object */ "./node_modules/@abaplint/core/build/src/objects/_abstract_object.js");
|
|
49676
|
+
class InfoArea extends _abstract_object_1.AbstractObject {
|
|
49677
|
+
getType() {
|
|
49678
|
+
return "AREA";
|
|
49679
|
+
}
|
|
49680
|
+
getAllowedNaming() {
|
|
49681
|
+
return {
|
|
49682
|
+
maxLength: 30,
|
|
49683
|
+
allowNamespace: true,
|
|
49684
|
+
};
|
|
49685
|
+
}
|
|
49686
|
+
getDescription() {
|
|
49687
|
+
// todo
|
|
49688
|
+
return undefined;
|
|
49689
|
+
}
|
|
49690
|
+
}
|
|
49691
|
+
exports.InfoArea = InfoArea;
|
|
49692
|
+
//# sourceMappingURL=info_area.js.map
|
|
49693
|
+
|
|
49694
|
+
/***/ }),
|
|
49695
|
+
|
|
49654
49696
|
/***/ "./node_modules/@abaplint/core/build/src/objects/info_object.js":
|
|
49655
49697
|
/*!**********************************************************************!*\
|
|
49656
49698
|
!*** ./node_modules/@abaplint/core/build/src/objects/info_object.js ***!
|
|
@@ -53613,7 +53655,7 @@ exports.WebReportingTemplate = void 0;
|
|
|
53613
53655
|
const _abstract_object_1 = __webpack_require__(/*! ./_abstract_object */ "./node_modules/@abaplint/core/build/src/objects/_abstract_object.js");
|
|
53614
53656
|
class WebReportingTemplate extends _abstract_object_1.AbstractObject {
|
|
53615
53657
|
getType() {
|
|
53616
|
-
return "
|
|
53658
|
+
return "W3HT";
|
|
53617
53659
|
}
|
|
53618
53660
|
getAllowedNaming() {
|
|
53619
53661
|
return {
|
|
@@ -54115,7 +54157,7 @@ class Registry {
|
|
|
54115
54157
|
}
|
|
54116
54158
|
static abaplintVersion() {
|
|
54117
54159
|
// magic, see build script "version.sh"
|
|
54118
|
-
return "2.113.
|
|
54160
|
+
return "2.113.117";
|
|
54119
54161
|
}
|
|
54120
54162
|
getDDICReferences() {
|
|
54121
54163
|
return this.ddicReferences;
|
|
@@ -77429,7 +77471,7 @@ class IncludeGraph {
|
|
|
77429
77471
|
}
|
|
77430
77472
|
}
|
|
77431
77473
|
else if (found.include === false) {
|
|
77432
|
-
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);
|
|
77474
|
+
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);
|
|
77433
77475
|
this.issues.push(issue);
|
|
77434
77476
|
}
|
|
77435
77477
|
else {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/cli",
|
|
3
|
-
"version": "2.113.
|
|
3
|
+
"version": "2.113.117",
|
|
4
4
|
"description": "abaplint - Command Line Interface",
|
|
5
5
|
"funding": "https://github.com/sponsors/larshp",
|
|
6
6
|
"bin": {
|
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
},
|
|
39
39
|
"homepage": "https://abaplint.org",
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@abaplint/core": "^2.113.
|
|
41
|
+
"@abaplint/core": "^2.113.117",
|
|
42
42
|
"@types/chai": "^4.3.20",
|
|
43
43
|
"@types/glob": "^8.1.0",
|
|
44
44
|
"@types/minimist": "^1.2.5",
|
|
45
45
|
"@types/mocha": "^10.0.10",
|
|
46
|
-
"@types/node": "^22.15.
|
|
46
|
+
"@types/node": "^22.15.19",
|
|
47
47
|
"@types/progress": "^2.0.7",
|
|
48
48
|
"chai": "^4.5.0",
|
|
49
49
|
"chalk": "^5.4.1",
|