@abaplint/cli 2.113.109 → 2.113.110

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/build/cli.js +73 -4
  2. package/package.json +2 -2
package/build/cli.js CHANGED
@@ -6937,7 +6937,7 @@ exports.NamespaceSimpleName = void 0;
6937
6937
  const combi_1 = __webpack_require__(/*! ../combi */ "./node_modules/@abaplint/core/build/src/abap/2_statements/combi.js");
6938
6938
  class NamespaceSimpleName extends combi_1.Expression {
6939
6939
  getRunnable() {
6940
- return (0, combi_1.regex)(/^((\w*\/\w+\/)|(\w*\/\w+\/)?[\w\*$%#]+)$/);
6940
+ return (0, combi_1.regex)(/^!?((\w*\/\w+\/)|(\w*\/\w+\/)?[\w\*$%#]+)$/);
6941
6941
  }
6942
6942
  }
6943
6943
  exports.NamespaceSimpleName = NamespaceSimpleName;
@@ -39249,7 +39249,9 @@ class ClassDefinition extends _identifier_1.Identifier {
39249
39249
  if (m.getVisibility() === visibility_1.Visibility.Private) {
39250
39250
  continue;
39251
39251
  }
39252
- else if (name === "CONSTRUCTOR" || name === "CLASS_CONSTRUCTOR") {
39252
+ else if (name === "CONSTRUCTOR"
39253
+ || name === "DESTRUCTOR"
39254
+ || name === "CLASS_CONSTRUCTOR") {
39253
39255
  continue;
39254
39256
  }
39255
39257
  names.add(name);
@@ -39260,7 +39262,8 @@ class ClassDefinition extends _identifier_1.Identifier {
39260
39262
  sup = cdef === null || cdef === void 0 ? void 0 : cdef.getSuperClass();
39261
39263
  }
39262
39264
  for (const m of this.getMethodDefinitions().getAll()) {
39263
- if (names.has(m.getName().toUpperCase()) && m.isRedefinition() === false) {
39265
+ if (names.has(m.getName().toUpperCase())
39266
+ && m.isRedefinition() === false) {
39264
39267
  throw new Error(`${m.getName().toUpperCase()} already declared in superclass`);
39265
39268
  }
39266
39269
  }
@@ -46120,6 +46123,37 @@ exports.APIReleaseState = APIReleaseState;
46120
46123
 
46121
46124
  /***/ }),
46122
46125
 
46126
+ /***/ "./node_modules/@abaplint/core/build/src/objects/application_descriptors_fiori.js":
46127
+ /*!****************************************************************************************!*\
46128
+ !*** ./node_modules/@abaplint/core/build/src/objects/application_descriptors_fiori.js ***!
46129
+ \****************************************************************************************/
46130
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
46131
+
46132
+ "use strict";
46133
+
46134
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
46135
+ exports.ApplicationDescriptorsFiori = void 0;
46136
+ const _abstract_object_1 = __webpack_require__(/*! ./_abstract_object */ "./node_modules/@abaplint/core/build/src/objects/_abstract_object.js");
46137
+ class ApplicationDescriptorsFiori extends _abstract_object_1.AbstractObject {
46138
+ getType() {
46139
+ return "UIAD";
46140
+ }
46141
+ getAllowedNaming() {
46142
+ return {
46143
+ maxLength: 60, // todo
46144
+ allowNamespace: true,
46145
+ };
46146
+ }
46147
+ getDescription() {
46148
+ // todo
46149
+ return undefined;
46150
+ }
46151
+ }
46152
+ exports.ApplicationDescriptorsFiori = ApplicationDescriptorsFiori;
46153
+ //# sourceMappingURL=application_descriptors_fiori.js.map
46154
+
46155
+ /***/ }),
46156
+
46123
46157
  /***/ "./node_modules/@abaplint/core/build/src/objects/application_job_catalog_entry.js":
46124
46158
  /*!****************************************************************************************!*\
46125
46159
  !*** ./node_modules/@abaplint/core/build/src/objects/application_job_catalog_entry.js ***!
@@ -46574,6 +46608,37 @@ exports.BehaviorDefinition = BehaviorDefinition;
46574
46608
 
46575
46609
  /***/ }),
46576
46610
 
46611
+ /***/ "./node_modules/@abaplint/core/build/src/objects/brf_plus_system_application.js":
46612
+ /*!**************************************************************************************!*\
46613
+ !*** ./node_modules/@abaplint/core/build/src/objects/brf_plus_system_application.js ***!
46614
+ \**************************************************************************************/
46615
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
46616
+
46617
+ "use strict";
46618
+
46619
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
46620
+ exports.BRFPlusSystemApplication = void 0;
46621
+ const _abstract_object_1 = __webpack_require__(/*! ./_abstract_object */ "./node_modules/@abaplint/core/build/src/objects/_abstract_object.js");
46622
+ class BRFPlusSystemApplication extends _abstract_object_1.AbstractObject {
46623
+ getType() {
46624
+ return "FDT0";
46625
+ }
46626
+ getAllowedNaming() {
46627
+ return {
46628
+ maxLength: 30,
46629
+ allowNamespace: true,
46630
+ };
46631
+ }
46632
+ getDescription() {
46633
+ // todo
46634
+ return undefined;
46635
+ }
46636
+ }
46637
+ exports.BRFPlusSystemApplication = BRFPlusSystemApplication;
46638
+ //# sourceMappingURL=brf_plus_system_application.js.map
46639
+
46640
+ /***/ }),
46641
+
46577
46642
  /***/ "./node_modules/@abaplint/core/build/src/objects/bsp_application.js":
46578
46643
  /*!**************************************************************************!*\
46579
46644
  !*** ./node_modules/@abaplint/core/build/src/objects/bsp_application.js ***!
@@ -49278,11 +49343,13 @@ __exportStar(__webpack_require__(/*! ./atc_check_category */ "./node_modules/@ab
49278
49343
  __exportStar(__webpack_require__(/*! ./atc_check_object */ "./node_modules/@abaplint/core/build/src/objects/atc_check_object.js"), exports);
49279
49344
  __exportStar(__webpack_require__(/*! ./atc_check_variant */ "./node_modules/@abaplint/core/build/src/objects/atc_check_variant.js"), exports);
49280
49345
  __exportStar(__webpack_require__(/*! ./authorization_check_field */ "./node_modules/@abaplint/core/build/src/objects/authorization_check_field.js"), exports);
49346
+ __exportStar(__webpack_require__(/*! ./application_descriptors_fiori */ "./node_modules/@abaplint/core/build/src/objects/application_descriptors_fiori.js"), exports);
49281
49347
  __exportStar(__webpack_require__(/*! ./authorization_group */ "./node_modules/@abaplint/core/build/src/objects/authorization_group.js"), exports);
49282
49348
  __exportStar(__webpack_require__(/*! ./authorization_object_class */ "./node_modules/@abaplint/core/build/src/objects/authorization_object_class.js"), exports);
49283
49349
  __exportStar(__webpack_require__(/*! ./authorization_object_extension */ "./node_modules/@abaplint/core/build/src/objects/authorization_object_extension.js"), exports);
49284
49350
  __exportStar(__webpack_require__(/*! ./authorization_object */ "./node_modules/@abaplint/core/build/src/objects/authorization_object.js"), exports);
49285
49351
  __exportStar(__webpack_require__(/*! ./behavior_definition */ "./node_modules/@abaplint/core/build/src/objects/behavior_definition.js"), exports);
49352
+ __exportStar(__webpack_require__(/*! ./brf_plus_system_application */ "./node_modules/@abaplint/core/build/src/objects/brf_plus_system_application.js"), exports);
49286
49353
  __exportStar(__webpack_require__(/*! ./bsp_application */ "./node_modules/@abaplint/core/build/src/objects/bsp_application.js"), exports);
49287
49354
  __exportStar(__webpack_require__(/*! ./business_add_in_implementation */ "./node_modules/@abaplint/core/build/src/objects/business_add_in_implementation.js"), exports);
49288
49355
  __exportStar(__webpack_require__(/*! ./business_catalog_app_assignment */ "./node_modules/@abaplint/core/build/src/objects/business_catalog_app_assignment.js"), exports);
@@ -53856,7 +53923,7 @@ class Registry {
53856
53923
  }
53857
53924
  static abaplintVersion() {
53858
53925
  // magic, see build script "version.sh"
53859
- return "2.113.109";
53926
+ return "2.113.110";
53860
53927
  }
53861
53928
  getDDICReferences() {
53862
53929
  return this.ddicReferences;
@@ -57496,8 +57563,10 @@ class CloudTypes {
57496
57563
  static isCloud(obj) {
57497
57564
  return obj instanceof Objects.ApplicationJobCatalogEntry
57498
57565
  || obj instanceof Objects.ApplicationJobTemplate
57566
+ || obj instanceof Objects.APIReleaseState
57499
57567
  || obj instanceof Objects.AssignmentServiceToAuthorizationGroup
57500
57568
  || obj instanceof Objects.ATCCheckCategory
57569
+ || obj instanceof Objects.ApplicationDescriptorsFiori
57501
57570
  || obj instanceof Objects.ATCCheckObject
57502
57571
  || obj instanceof Objects.ATCCheckVariant
57503
57572
  || obj instanceof Objects.AuthorizationCheckField
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/cli",
3
- "version": "2.113.109",
3
+ "version": "2.113.110",
4
4
  "description": "abaplint - Command Line Interface",
5
5
  "funding": "https://github.com/sponsors/larshp",
6
6
  "bin": {
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "homepage": "https://abaplint.org",
40
40
  "devDependencies": {
41
- "@abaplint/core": "^2.113.109",
41
+ "@abaplint/core": "^2.113.110",
42
42
  "@types/chai": "^4.3.20",
43
43
  "@types/glob": "^8.1.0",
44
44
  "@types/minimist": "^1.2.5",