@abaplint/runtime 2.13.36 → 2.13.37

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.
@@ -4,7 +4,7 @@ exports.Packed = void 0;
4
4
  const float_1 = require("./float");
5
5
  const throw_error_1 = require("../throw_error");
6
6
  const integer8_1 = require("./integer8");
7
- const digits = new RegExp(/^\s*-?\+?\d*\.?\d* *$/i);
7
+ const digits = new RegExp(/^\s*-?\+?\d*\.?\d*(?:E[+-]?\d+)? *$/i);
8
8
  class Packed {
9
9
  // todo: change this to bigint to get the proper precision? for larger than maxsafeint
10
10
  value;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/runtime",
3
- "version": "2.13.36",
3
+ "version": "2.13.37",
4
4
  "description": "Transpiler - Runtime",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/src/index.d.ts",