@abaplint/runtime 2.8.26 → 2.8.28

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 (137) hide show
  1. package/build/src/binary_search.js +3 -4
  2. package/build/src/builtin/abs.js +1 -2
  3. package/build/src/builtin/boolc.js +1 -2
  4. package/build/src/builtin/ceil.js +1 -2
  5. package/build/src/builtin/concat_lines_of.js +1 -2
  6. package/build/src/builtin/condense.js +1 -2
  7. package/build/src/builtin/contains.js +1 -2
  8. package/build/src/builtin/cos.js +1 -2
  9. package/build/src/builtin/count.js +1 -2
  10. package/build/src/builtin/count_any_of.js +1 -2
  11. package/build/src/builtin/escape.js +1 -2
  12. package/build/src/builtin/find.js +1 -2
  13. package/build/src/builtin/floor.js +1 -2
  14. package/build/src/builtin/frac.js +1 -2
  15. package/build/src/builtin/insert.js +1 -2
  16. package/build/src/builtin/ipow.js +1 -2
  17. package/build/src/builtin/lines.js +1 -2
  18. package/build/src/builtin/match.js +1 -2
  19. package/build/src/builtin/matches.js +1 -2
  20. package/build/src/builtin/nmax.js +1 -2
  21. package/build/src/builtin/nmin.js +1 -2
  22. package/build/src/builtin/numofchar.js +1 -2
  23. package/build/src/builtin/repeat.js +1 -2
  24. package/build/src/builtin/replace.js +1 -2
  25. package/build/src/builtin/reverse.js +1 -2
  26. package/build/src/builtin/round.js +1 -2
  27. package/build/src/builtin/segment.js +1 -2
  28. package/build/src/builtin/shift_left.js +1 -2
  29. package/build/src/builtin/shift_right.js +1 -2
  30. package/build/src/builtin/sign.js +1 -2
  31. package/build/src/builtin/sin.js +1 -2
  32. package/build/src/builtin/sqrt.js +1 -2
  33. package/build/src/builtin/strlen.js +1 -2
  34. package/build/src/builtin/substring.js +1 -2
  35. package/build/src/builtin/substring_after.js +1 -2
  36. package/build/src/builtin/substring_before.js +1 -2
  37. package/build/src/builtin/tan.js +1 -2
  38. package/build/src/builtin/to_lower.js +1 -2
  39. package/build/src/builtin/to_mixed.js +1 -2
  40. package/build/src/builtin/to_upper.js +1 -2
  41. package/build/src/builtin/translate.js +1 -2
  42. package/build/src/builtin/trunc.js +1 -2
  43. package/build/src/builtin/xstrlen.js +1 -2
  44. package/build/src/clone.js +1 -2
  45. package/build/src/compare/assigned.js +1 -2
  46. package/build/src/compare/between.js +1 -2
  47. package/build/src/compare/ca.js +1 -2
  48. package/build/src/compare/cn.js +1 -2
  49. package/build/src/compare/co.js +1 -2
  50. package/build/src/compare/cp.js +1 -2
  51. package/build/src/compare/cs.js +1 -2
  52. package/build/src/compare/eq.js +1 -2
  53. package/build/src/compare/ge.js +1 -2
  54. package/build/src/compare/gt.js +1 -2
  55. package/build/src/compare/in.js +1 -2
  56. package/build/src/compare/initial.js +1 -2
  57. package/build/src/compare/instance_of.js +1 -2
  58. package/build/src/compare/le.js +1 -2
  59. package/build/src/compare/lt.js +1 -2
  60. package/build/src/compare/m.js +2 -3
  61. package/build/src/compare/na.js +1 -2
  62. package/build/src/compare/ne.js +1 -2
  63. package/build/src/compare/np.js +1 -2
  64. package/build/src/compare/ns.js +1 -2
  65. package/build/src/compare/o.js +1 -2
  66. package/build/src/compare/z.js +1 -2
  67. package/build/src/expand_dynamic.js +1 -2
  68. package/build/src/expand_in.js +1 -2
  69. package/build/src/operators/_bit_operations.js +1 -2
  70. package/build/src/operators/_parse.js +1 -2
  71. package/build/src/operators/add.js +1 -2
  72. package/build/src/operators/bit-and.js +1 -2
  73. package/build/src/operators/bit-not.js +1 -2
  74. package/build/src/operators/bit-or.js +1 -2
  75. package/build/src/operators/bit-xor.js +1 -2
  76. package/build/src/operators/concat.js +1 -2
  77. package/build/src/operators/div.js +1 -2
  78. package/build/src/operators/divide.js +1 -2
  79. package/build/src/operators/minus.js +1 -2
  80. package/build/src/operators/mod.js +1 -2
  81. package/build/src/operators/multiply.js +1 -2
  82. package/build/src/operators/power.js +1 -2
  83. package/build/src/prefix.js +1 -2
  84. package/build/src/statements/append.js +1 -2
  85. package/build/src/statements/assert.js +1 -2
  86. package/build/src/statements/assign.js +1 -2
  87. package/build/src/statements/call_transaction.js +1 -2
  88. package/build/src/statements/cast.js +1 -2
  89. package/build/src/statements/clear.js +1 -2
  90. package/build/src/statements/close_cursor.js +1 -2
  91. package/build/src/statements/collect.js +1 -2
  92. package/build/src/statements/commit.js +1 -2
  93. package/build/src/statements/concatenate.js +1 -2
  94. package/build/src/statements/condense.js +1 -2
  95. package/build/src/statements/convert.js +1 -2
  96. package/build/src/statements/create_data.js +1 -2
  97. package/build/src/statements/delete_database.js +1 -2
  98. package/build/src/statements/delete_internal.js +1 -2
  99. package/build/src/statements/describe.js +1 -2
  100. package/build/src/statements/fetch_next_cursor.js +1 -2
  101. package/build/src/statements/find.js +1 -2
  102. package/build/src/statements/get_bit.js +1 -2
  103. package/build/src/statements/get_locale.js +1 -2
  104. package/build/src/statements/get_parameter.js +1 -2
  105. package/build/src/statements/get_run_time.js +1 -2
  106. package/build/src/statements/get_time.js +1 -2
  107. package/build/src/statements/insert_database.js +2 -3
  108. package/build/src/statements/insert_internal.js +1 -2
  109. package/build/src/statements/loop.js +1 -2
  110. package/build/src/statements/modify_database.js +1 -2
  111. package/build/src/statements/modify_internal.js +1 -2
  112. package/build/src/statements/move_corresponding.js +1 -2
  113. package/build/src/statements/open_cursor.js +1 -2
  114. package/build/src/statements/overlay.js +1 -2
  115. package/build/src/statements/raise_event.js +1 -2
  116. package/build/src/statements/read_report.js +1 -2
  117. package/build/src/statements/read_table.js +1 -2
  118. package/build/src/statements/receive.js +2 -3
  119. package/build/src/statements/replace.js +1 -2
  120. package/build/src/statements/rollback.js +1 -2
  121. package/build/src/statements/select.js +2 -3
  122. package/build/src/statements/set_bit.js +1 -2
  123. package/build/src/statements/set_handler.js +1 -2
  124. package/build/src/statements/set_locale.js +1 -2
  125. package/build/src/statements/shift.js +1 -2
  126. package/build/src/statements/sort.js +1 -2
  127. package/build/src/statements/split.js +1 -2
  128. package/build/src/statements/translate.js +1 -2
  129. package/build/src/statements/unpack.js +1 -2
  130. package/build/src/statements/update_database.js +1 -2
  131. package/build/src/statements/wait.js +1 -2
  132. package/build/src/template_formatting.js +1 -2
  133. package/build/src/throw_error.js +1 -2
  134. package/build/src/types/_date_helper.js +2 -3
  135. package/build/src/types/integer.js +2 -2
  136. package/build/src/types/table.js +29 -31
  137. package/package.json +4 -4
@@ -1,6 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.binarySearchTo = exports.binarySearchFrom = exports.binarySearchFromRow = void 0;
3
+ exports.binarySearchFromRow = binarySearchFromRow;
4
+ exports.binarySearchFrom = binarySearchFrom;
5
+ exports.binarySearchTo = binarySearchTo;
4
6
  /* eslint-disable max-len */
5
7
  const compare_1 = require("./compare");
6
8
  const types_1 = require("./types");
@@ -45,7 +47,6 @@ function binarySearchFromRow(array, left, right, keyField, keyValue, usesTableLi
45
47
  }
46
48
  return right;
47
49
  }
48
- exports.binarySearchFromRow = binarySearchFromRow;
49
50
  function binarySearchFrom(array, left, right, keyField, keyValue) {
50
51
  while (right - left > 1) {
51
52
  const middle = Math.floor(((right - left) / 2) + left);
@@ -58,7 +59,6 @@ function binarySearchFrom(array, left, right, keyField, keyValue) {
58
59
  }
59
60
  return right;
60
61
  }
61
- exports.binarySearchFrom = binarySearchFrom;
62
62
  function binarySearchTo(array, left, right, keyField, keyValue) {
63
63
  while (right - left > 1) {
64
64
  const middle = Math.floor(((right - left) / 2) + left);
@@ -71,5 +71,4 @@ function binarySearchTo(array, left, right, keyField, keyValue) {
71
71
  }
72
72
  return right;
73
73
  }
74
- exports.binarySearchTo = binarySearchTo;
75
74
  //# sourceMappingURL=binary_search.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.abs = void 0;
3
+ exports.abs = abs;
4
4
  /* eslint-disable radix */
5
5
  const types_1 = require("../types");
6
6
  function abs(input) {
@@ -20,5 +20,4 @@ function abs(input) {
20
20
  const ret = Math.abs(num_in);
21
21
  return ret;
22
22
  }
23
- exports.abs = abs;
24
23
  //# sourceMappingURL=abs.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.boolc = void 0;
3
+ exports.boolc = boolc;
4
4
  const types_1 = require("../types");
5
5
  function boolc(input) {
6
6
  if (input === true) {
@@ -19,5 +19,4 @@ function boolc(input) {
19
19
  return new types_1.String().set("X");
20
20
  }
21
21
  }
22
- exports.boolc = boolc;
23
22
  //# sourceMappingURL=boolc.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ceil = void 0;
3
+ exports.ceil = ceil;
4
4
  /* eslint-disable radix */
5
5
  const types_1 = require("../types");
6
6
  function ceil(input) {
@@ -19,5 +19,4 @@ function ceil(input) {
19
19
  }
20
20
  return Math.ceil(num_in);
21
21
  }
22
- exports.ceil = ceil;
23
22
  //# sourceMappingURL=ceil.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.concat_lines_of = void 0;
3
+ exports.concat_lines_of = concat_lines_of;
4
4
  const string_1 = require("../types/string");
5
5
  function concat_lines_of(input) {
6
6
  let s = input.sep;
@@ -12,5 +12,4 @@ function concat_lines_of(input) {
12
12
  }
13
13
  return new string_1.String().set(input.table.array().map(e => e.get()).join(s));
14
14
  }
15
- exports.concat_lines_of = concat_lines_of;
16
15
  //# sourceMappingURL=concat_lines_of.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.condense = void 0;
3
+ exports.condense = condense;
4
4
  const types_1 = require("../types");
5
5
  function condense(input) {
6
6
  let str = typeof input.val === "string" ? input.val : input.val.get().toString();
@@ -25,5 +25,4 @@ function condense(input) {
25
25
  }
26
26
  return new types_1.String().set(str.replace(/ {2,}/g, " "));
27
27
  }
28
- exports.condense = condense;
29
28
  //# sourceMappingURL=condense.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.contains = void 0;
3
+ exports.contains = contains;
4
4
  const types_1 = require("../types");
5
5
  function contains(input) {
6
6
  if (input.case !== undefined
@@ -24,5 +24,4 @@ function contains(input) {
24
24
  }
25
25
  return new types_1.String().set(ret);
26
26
  }
27
- exports.contains = contains;
28
27
  //# sourceMappingURL=contains.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.cos = void 0;
3
+ exports.cos = cos;
4
4
  /* eslint-disable radix */
5
5
  const types_1 = require("../types");
6
6
  function cos(input) {
@@ -19,5 +19,4 @@ function cos(input) {
19
19
  }
20
20
  return Math.cos(num_in);
21
21
  }
22
- exports.cos = cos;
23
22
  //# sourceMappingURL=cos.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.count = void 0;
3
+ exports.count = count;
4
4
  const compare_1 = require("../compare");
5
5
  const types_1 = require("../types");
6
6
  function count(input) {
@@ -37,5 +37,4 @@ function count(input) {
37
37
  }
38
38
  return new types_1.Integer().set(found);
39
39
  }
40
- exports.count = count;
41
40
  //# sourceMappingURL=count.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.count_any_of = void 0;
3
+ exports.count_any_of = count_any_of;
4
4
  const types_1 = require("../types");
5
5
  function count_any_of(input) {
6
6
  let found = 0;
@@ -14,5 +14,4 @@ function count_any_of(input) {
14
14
  }
15
15
  return new types_1.Integer().set(found);
16
16
  }
17
- exports.count_any_of = count_any_of;
18
17
  //# sourceMappingURL=count_any_of.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.escape = void 0;
3
+ exports.escape = escape;
4
4
  /* eslint-disable @typescript-eslint/ban-types */
5
5
  const types_1 = require("../types");
6
6
  function escape(input) {
@@ -42,5 +42,4 @@ function escape(input) {
42
42
  }
43
43
  return new types_1.String().set(val);
44
44
  }
45
- exports.escape = escape;
46
45
  //# sourceMappingURL=escape.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.find = void 0;
3
+ exports.find = find;
4
4
  const throw_error_1 = require("../throw_error");
5
5
  const types_1 = require("../types");
6
6
  function find(input) {
@@ -64,5 +64,4 @@ function find(input) {
64
64
  return new types_1.Integer().set(found);
65
65
  }
66
66
  }
67
- exports.find = find;
68
67
  //# sourceMappingURL=find.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.floor = void 0;
3
+ exports.floor = floor;
4
4
  /* eslint-disable radix */
5
5
  const types_1 = require("../types");
6
6
  function floor(input) {
@@ -19,5 +19,4 @@ function floor(input) {
19
19
  }
20
20
  return Math.floor(num_in);
21
21
  }
22
- exports.floor = floor;
23
22
  //# sourceMappingURL=floor.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.frac = void 0;
3
+ exports.frac = frac;
4
4
  /* eslint-disable radix */
5
5
  const types_1 = require("../types");
6
6
  function frac(input) {
@@ -37,5 +37,4 @@ function frac(input) {
37
37
  return ret;
38
38
  }
39
39
  }
40
- exports.frac = frac;
41
40
  //# sourceMappingURL=frac.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.insert = void 0;
3
+ exports.insert = insert;
4
4
  const types_1 = require("../types");
5
5
  function insert(input) {
6
6
  let offset = 0;
@@ -12,5 +12,4 @@ function insert(input) {
12
12
  input.val.getOffset({ offset: offset }).get();
13
13
  return new types_1.String().set(value);
14
14
  }
15
- exports.insert = insert;
16
15
  //# sourceMappingURL=insert.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ipow = void 0;
3
+ exports.ipow = ipow;
4
4
  function ipow(input) {
5
5
  let base = undefined;
6
6
  if (typeof input.base === "number") {
@@ -24,5 +24,4 @@ function ipow(input) {
24
24
  }
25
25
  return Math.pow(base, exp).toFixed(0);
26
26
  }
27
- exports.ipow = ipow;
28
27
  //# sourceMappingURL=ipow.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.lines = void 0;
3
+ exports.lines = lines;
4
4
  const types_1 = require("../types");
5
5
  function lines(input) {
6
6
  if (input.val instanceof types_1.FieldSymbol) {
@@ -11,5 +11,4 @@ function lines(input) {
11
11
  }
12
12
  return new types_1.Integer().set(input.val.getArrayLength());
13
13
  }
14
- exports.lines = lines;
15
14
  //# sourceMappingURL=lines.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.match = void 0;
3
+ exports.match = match;
4
4
  const string_1 = require("../types/string");
5
5
  function match(input) {
6
6
  const val = typeof input.val === "string" ? input.val : input.val.get();
@@ -19,5 +19,4 @@ function match(input) {
19
19
  }
20
20
  return new string_1.String().set(ret);
21
21
  }
22
- exports.match = match;
23
22
  //# sourceMappingURL=match.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.matches = void 0;
3
+ exports.matches = matches;
4
4
  const types_1 = require("../types");
5
5
  function matches(input) {
6
6
  if (input.pcre === undefined && input.regex === undefined) {
@@ -33,5 +33,4 @@ function matches(input) {
33
33
  return new types_1.Character().set(" ");
34
34
  }
35
35
  }
36
- exports.matches = matches;
37
36
  //# sourceMappingURL=matches.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.nmax = void 0;
3
+ exports.nmax = nmax;
4
4
  const _parse_1 = require("../operators/_parse");
5
5
  const types_1 = require("../types");
6
6
  function nmax(input) {
@@ -31,5 +31,4 @@ function nmax(input) {
31
31
  values.sort((a, b) => (b - a));
32
32
  return new types_1.Float().set(values[0]);
33
33
  }
34
- exports.nmax = nmax;
35
34
  //# sourceMappingURL=nmax.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.nmin = void 0;
3
+ exports.nmin = nmin;
4
4
  const _parse_1 = require("../operators/_parse");
5
5
  const types_1 = require("../types");
6
6
  function nmin(input) {
@@ -31,5 +31,4 @@ function nmin(input) {
31
31
  values.sort((a, b) => (a - b));
32
32
  return new types_1.Float().set(values[0]);
33
33
  }
34
- exports.nmin = nmin;
35
34
  //# sourceMappingURL=nmin.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.numofchar = void 0;
3
+ exports.numofchar = numofchar;
4
4
  const types_1 = require("../types");
5
5
  function numofchar(input) {
6
6
  let str = "";
@@ -13,5 +13,4 @@ function numofchar(input) {
13
13
  str = str.trimEnd();
14
14
  return new types_1.Integer().set(str.length);
15
15
  }
16
- exports.numofchar = numofchar;
17
16
  //# sourceMappingURL=numofchar.js.map
@@ -1,10 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.repeat = void 0;
3
+ exports.repeat = repeat;
4
4
  const string_1 = require("../types/string");
5
5
  function repeat(input) {
6
6
  const val = typeof input.val === "string" ? input.val : input.val.get();
7
7
  return new string_1.String().set(val.repeat(input.occ.get()));
8
8
  }
9
- exports.repeat = repeat;
10
9
  //# sourceMappingURL=repeat.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.replace = void 0;
3
+ exports.replace = replace;
4
4
  const string_1 = require("../types/string");
5
5
  const abap_regex_1 = require("../abap_regex");
6
6
  const types_1 = require("../types");
@@ -70,5 +70,4 @@ function replace(input) {
70
70
  }
71
71
  return new string_1.String().set(val);
72
72
  }
73
- exports.replace = replace;
74
73
  //# sourceMappingURL=replace.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.reverse = void 0;
3
+ exports.reverse = reverse;
4
4
  const types_1 = require("../types");
5
5
  function reverse(input) {
6
6
  let val = "";
@@ -13,5 +13,4 @@ function reverse(input) {
13
13
  val = val.split("").reverse().join("");
14
14
  return new types_1.String().set(val);
15
15
  }
16
- exports.reverse = reverse;
17
16
  //# sourceMappingURL=reverse.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.round = void 0;
3
+ exports.round = round;
4
4
  const _parse_1 = require("../operators/_parse");
5
5
  const types_1 = require("../types");
6
6
  function round(input) {
@@ -38,5 +38,4 @@ function round(input) {
38
38
  }
39
39
  return ret;
40
40
  }
41
- exports.round = round;
42
41
  //# sourceMappingURL=round.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.segment = void 0;
3
+ exports.segment = segment;
4
4
  const throw_error_1 = require("../throw_error");
5
5
  const types_1 = require("../types");
6
6
  function segment(input) {
@@ -29,5 +29,4 @@ function segment(input) {
29
29
  }
30
30
  return new types_1.String().set(array[index - 1]);
31
31
  }
32
- exports.segment = segment;
33
32
  //# sourceMappingURL=segment.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.shift_left = void 0;
3
+ exports.shift_left = shift_left;
4
4
  const string_1 = require("../types/string");
5
5
  const throw_error_1 = require("../throw_error");
6
6
  function shift_left(input) {
@@ -30,5 +30,4 @@ function shift_left(input) {
30
30
  }
31
31
  return new string_1.String().set(val);
32
32
  }
33
- exports.shift_left = shift_left;
34
33
  //# sourceMappingURL=shift_left.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.shift_right = void 0;
3
+ exports.shift_right = shift_right;
4
4
  const string_1 = require("../types/string");
5
5
  function shift_right(input) {
6
6
  let val = typeof input.val === "string" ? input.val : input.val.get();
@@ -21,5 +21,4 @@ function shift_right(input) {
21
21
  }
22
22
  return new string_1.String().set(val);
23
23
  }
24
- exports.shift_right = shift_right;
25
24
  //# sourceMappingURL=shift_right.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.sign = void 0;
3
+ exports.sign = sign;
4
4
  function sign(input) {
5
5
  let num_in = undefined;
6
6
  if (typeof input.val === "number") {
@@ -14,5 +14,4 @@ function sign(input) {
14
14
  }
15
15
  return Math.sign(num_in);
16
16
  }
17
- exports.sign = sign;
18
17
  //# sourceMappingURL=sign.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.sin = void 0;
3
+ exports.sin = sin;
4
4
  /* eslint-disable radix */
5
5
  const types_1 = require("../types");
6
6
  function sin(input) {
@@ -19,5 +19,4 @@ function sin(input) {
19
19
  }
20
20
  return Math.sin(num_in);
21
21
  }
22
- exports.sin = sin;
23
22
  //# sourceMappingURL=sin.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.sqrt = void 0;
3
+ exports.sqrt = sqrt;
4
4
  /* eslint-disable radix */
5
5
  const types_1 = require("../types");
6
6
  function sqrt(input) {
@@ -19,5 +19,4 @@ function sqrt(input) {
19
19
  }
20
20
  return Math.sqrt(num_in);
21
21
  }
22
- exports.sqrt = sqrt;
23
22
  //# sourceMappingURL=sqrt.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.strlen = void 0;
3
+ exports.strlen = strlen;
4
4
  const types_1 = require("../types");
5
5
  function strlen(input) {
6
6
  let str = "";
@@ -15,5 +15,4 @@ function strlen(input) {
15
15
  }
16
16
  return new types_1.Integer().set(str.length);
17
17
  }
18
- exports.strlen = strlen;
19
18
  //# sourceMappingURL=strlen.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.substring = void 0;
3
+ exports.substring = substring;
4
4
  const string_1 = require("../types/string");
5
5
  const throw_error_1 = require("../throw_error");
6
6
  function substring(input) {
@@ -22,5 +22,4 @@ function substring(input) {
22
22
  return input.val.getOffset({ offset: off, length: len });
23
23
  }
24
24
  }
25
- exports.substring = substring;
26
25
  //# sourceMappingURL=substring.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.substring_after = void 0;
3
+ exports.substring_after = substring_after;
4
4
  const abap_regex_1 = require("../abap_regex");
5
5
  const types_1 = require("../types");
6
6
  const string_1 = require("../types/string");
@@ -36,5 +36,4 @@ function substring_after(input) {
36
36
  }
37
37
  return new string_1.String().set(ret);
38
38
  }
39
- exports.substring_after = substring_after;
40
39
  //# sourceMappingURL=substring_after.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.substring_before = void 0;
3
+ exports.substring_before = substring_before;
4
4
  const abap_regex_1 = require("../abap_regex");
5
5
  const types_1 = require("../types");
6
6
  const string_1 = require("../types/string");
@@ -36,5 +36,4 @@ function substring_before(input) {
36
36
  }
37
37
  return new string_1.String().set(ret);
38
38
  }
39
- exports.substring_before = substring_before;
40
39
  //# sourceMappingURL=substring_before.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.tan = void 0;
3
+ exports.tan = tan;
4
4
  /* eslint-disable radix */
5
5
  const types_1 = require("../types");
6
6
  function tan(input) {
@@ -19,5 +19,4 @@ function tan(input) {
19
19
  }
20
20
  return Math.tan(num_in);
21
21
  }
22
- exports.tan = tan;
23
22
  //# sourceMappingURL=tan.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.to_lower = void 0;
3
+ exports.to_lower = to_lower;
4
4
  const types_1 = require("../types");
5
5
  function to_lower(input) {
6
6
  const val = typeof input.val === "string" ? input.val : input.val.get();
@@ -11,5 +11,4 @@ function to_lower(input) {
11
11
  return new types_1.String().set(val.toLowerCase());
12
12
  }
13
13
  }
14
- exports.to_lower = to_lower;
15
14
  //# sourceMappingURL=to_lower.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.to_mixed = void 0;
3
+ exports.to_mixed = to_mixed;
4
4
  /* eslint-disable @typescript-eslint/ban-types */
5
5
  const throw_error_1 = require("../throw_error");
6
6
  const types_1 = require("../types");
@@ -45,5 +45,4 @@ function to_mixed(input) {
45
45
  }
46
46
  return new types_1.String().set(val);
47
47
  }
48
- exports.to_mixed = to_mixed;
49
48
  //# sourceMappingURL=to_mixed.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.to_upper = void 0;
3
+ exports.to_upper = to_upper;
4
4
  const types_1 = require("../types");
5
5
  function to_upper(input) {
6
6
  const val = typeof input.val === "string" ? input.val : input.val.get();
@@ -11,5 +11,4 @@ function to_upper(input) {
11
11
  return new types_1.String().set(val.toUpperCase());
12
12
  }
13
13
  }
14
- exports.to_upper = to_upper;
15
14
  //# sourceMappingURL=to_upper.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.translate = void 0;
3
+ exports.translate = translate;
4
4
  const types_1 = require("../types");
5
5
  const string_1 = require("../types/string");
6
6
  function translate(input) {
@@ -20,5 +20,4 @@ function translate(input) {
20
20
  val = val.replace(reg, m => chars[m] || "");
21
21
  return new string_1.String().set(val);
22
22
  }
23
- exports.translate = translate;
24
23
  //# sourceMappingURL=translate.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.trunc = void 0;
3
+ exports.trunc = trunc;
4
4
  /* eslint-disable radix */
5
5
  const types_1 = require("../types");
6
6
  function trunc(input) {
@@ -19,5 +19,4 @@ function trunc(input) {
19
19
  }
20
20
  return Math.trunc(num_in);
21
21
  }
22
- exports.trunc = trunc;
23
22
  //# sourceMappingURL=trunc.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.xstrlen = void 0;
3
+ exports.xstrlen = xstrlen;
4
4
  const types_1 = require("../types");
5
5
  function xstrlen(input) {
6
6
  if (typeof input.val === "string") {
@@ -10,5 +10,4 @@ function xstrlen(input) {
10
10
  return new types_1.Integer().set(input.val.get().length / 2);
11
11
  }
12
12
  }
13
- exports.xstrlen = xstrlen;
14
13
  //# sourceMappingURL=xstrlen.js.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.clone = void 0;
3
+ exports.clone = clone;
4
4
  const types_1 = require("./types");
5
5
  function clone(obj) {
6
6
  if (null == obj || "object" != typeof obj) {
@@ -46,5 +46,4 @@ function clone(obj) {
46
46
  }
47
47
  return copy;
48
48
  }
49
- exports.clone = clone;
50
49
  //# sourceMappingURL=clone.js.map