Skip to content

Commit

Permalink
Added ES5 old browser support (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
HealGaren committed Jun 21, 2022
1 parent f16b623 commit 5a9d426
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
20 changes: 10 additions & 10 deletions dist/node/js-big-decimal.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
else
root["bigDecimal"] = factory();
})(global, function() {
return /******/ (() => { // webpackBootstrap
return /******/ (function() { // webpackBootstrap
/******/ "use strict";
/******/ var __webpack_modules__ = ({

/***/ 217:
/***/ ((__unused_webpack_module, exports) => {
/***/ (function(__unused_webpack_module, exports) {


Object.defineProperty(exports, "__esModule", ({ value: true }));
Expand Down Expand Up @@ -124,7 +124,7 @@ function addCore(number1, number2) {
/***/ }),

/***/ 423:
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {


var add_1 = __webpack_require__(217);
Expand Down Expand Up @@ -318,7 +318,7 @@ module.exports = bigDecimal;
/***/ }),

/***/ 664:
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {


Object.defineProperty(exports, "__esModule", ({ value: true }));
Expand Down Expand Up @@ -371,7 +371,7 @@ exports.compareTo = compareTo;
/***/ }),

/***/ 415:
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {


Object.defineProperty(exports, "__esModule", ({ value: true }));
Expand Down Expand Up @@ -466,7 +466,7 @@ exports.divide = divide;
/***/ }),

/***/ 213:
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {


Object.defineProperty(exports, "__esModule", ({ value: true }));
Expand Down Expand Up @@ -506,7 +506,7 @@ function validate(oparand) {
/***/ }),

/***/ 182:
/***/ ((__unused_webpack_module, exports) => {
/***/ (function(__unused_webpack_module, exports) {


Object.defineProperty(exports, "__esModule", ({ value: true }));
Expand Down Expand Up @@ -616,7 +616,7 @@ function trailZero(number) {
/***/ }),

/***/ 350:
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {


Object.defineProperty(exports, "__esModule", ({ value: true }));
Expand Down Expand Up @@ -732,7 +732,7 @@ function increment(part, c) {
/***/ }),

/***/ 916:
/***/ ((__unused_webpack_module, exports) => {
/***/ (function(__unused_webpack_module, exports) {


Object.defineProperty(exports, "__esModule", ({ value: true }));
Expand Down Expand Up @@ -781,7 +781,7 @@ var RoundingModes;
/***/ }),

/***/ 26:
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {


Object.defineProperty(exports, "__esModule", ({ value: true }));
Expand Down

0 comments on commit 5a9d426

Please sign in to comment.