@abaplint/transpiler-cli 2.8.12 → 2.8.14

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/bundle.js +2 -1
  2. package/package.json +3 -3
package/build/bundle.js CHANGED
@@ -84009,6 +84009,7 @@ exports.WhileTranspiler = WhileTranspiler;
84009
84009
  Object.defineProperty(exports, "__esModule", ({ value: true }));
84010
84010
  exports.TranspileTypes = void 0;
84011
84011
  const abaplint = __webpack_require__(/*! @abaplint/core */ "./node_modules/@abaplint/core/build/src/index.js");
84012
+ const featureHexUInt8 = false;
84012
84013
  // todo: change this class to static for performance?
84013
84014
  class TranspileTypes {
84014
84015
  declare(t) {
@@ -84169,7 +84170,7 @@ class TranspileTypes {
84169
84170
  resolved = "Hex";
84170
84171
  }
84171
84172
  else if (type instanceof abaplint.BasicTypes.HexType) {
84172
- resolved = "Hex";
84173
+ resolved = featureHexUInt8 ? "HexUInt8" : "Hex";
84173
84174
  if (type.getLength() !== 1) {
84174
84175
  extra = "{length: " + type.getLength() + "}";
84175
84176
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/transpiler-cli",
3
- "version": "2.8.12",
3
+ "version": "2.8.14",
4
4
  "description": "Transpiler - Command Line Interface",
5
5
  "funding": "https://github.com/sponsors/larshp",
6
6
  "bin": {
@@ -26,11 +26,11 @@
26
26
  "author": "abaplint",
27
27
  "license": "MIT",
28
28
  "devDependencies": {
29
- "@abaplint/transpiler": "^2.8.12",
29
+ "@abaplint/transpiler": "^2.8.14",
30
30
  "@types/glob": "^8.1.0",
31
31
  "glob": "=7.2.0",
32
32
  "@types/progress": "^2.0.7",
33
- "@types/node": "^20.11.26",
33
+ "@types/node": "^20.11.28",
34
34
  "@abaplint/core": "^2.106.2",
35
35
  "progress": "^2.0.3",
36
36
  "webpack": "^5.90.3",