|
1 | | -//! @version js-joda-timezone-1.2.1 |
| 1 | +//! @version js-joda-timezone-1.3.0 |
2 | 2 | //! @copyright (c) 2015-present, Philipp Thürwächter, Pattrick Hüper & js-joda contributors |
3 | 3 | //! @license BSD-3-Clause (see LICENSE in the root directory of this source tree) |
4 | 4 | (function webpackUniversalModuleDefinition(root, factory) { |
@@ -442,30 +442,58 @@ var MomentZoneRulesProvider = exports.MomentZoneRulesProvider = function (_ZoneR |
442 | 442 |
|
443 | 443 | /***/ }), |
444 | 444 |
|
445 | | -/***/ "./src/js-joda-timezone-empty.js": |
446 | | -/*!***************************************!*\ |
447 | | - !*** ./src/js-joda-timezone-empty.js ***! |
448 | | - \***************************************/ |
| 445 | +/***/ "./src/auto-plug.js": |
| 446 | +/*!**************************!*\ |
| 447 | + !*** ./src/auto-plug.js ***! |
| 448 | + \**************************/ |
449 | 449 | /*! no static exports found */ |
450 | 450 | /***/ (function(module, exports, __webpack_require__) { |
451 | 451 |
|
452 | 452 | "use strict"; |
453 | 453 |
|
454 | 454 |
|
455 | 455 | exports.__esModule = true; |
| 456 | +exports.default = autoPlug; |
| 457 | + |
| 458 | +var _jsJoda = __webpack_require__(/*! js-joda */ "js-joda"); |
456 | 459 |
|
457 | 460 | var _plug = __webpack_require__(/*! ./plug */ "./src/plug.js"); |
458 | 461 |
|
459 | 462 | var _plug2 = _interopRequireDefault(_plug); |
460 | 463 |
|
461 | 464 | function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } |
462 | 465 |
|
463 | | -exports.default = _plug2.default; /* |
464 | | - * @copyright (c) 2016-present, Philipp Thürwächter, Pattrick Hüper |
465 | | - * @license BSD-3-Clause (see LICENSE in the root directory of this source tree) |
466 | | - */ |
| 466 | +/* |
| 467 | + * @copyright (c) 2016-present, Philipp Thürwächter, Pattrick Hüper |
| 468 | + * @license BSD-3-Clause (see LICENSE in the root directory of this source tree) |
| 469 | + */ |
467 | 470 |
|
468 | | -module.exports = exports['default']; |
| 471 | +function autoPlug() { |
| 472 | + (0, _jsJoda.use)(_plug2.default); |
| 473 | +} |
| 474 | + |
| 475 | +/***/ }), |
| 476 | + |
| 477 | +/***/ "./src/js-joda-timezone-empty.js": |
| 478 | +/*!***************************************!*\ |
| 479 | + !*** ./src/js-joda-timezone-empty.js ***! |
| 480 | + \***************************************/ |
| 481 | +/*! no static exports found */ |
| 482 | +/***/ (function(module, exports, __webpack_require__) { |
| 483 | + |
| 484 | +"use strict"; |
| 485 | + |
| 486 | + |
| 487 | +var _autoPlug = __webpack_require__(/*! ./auto-plug */ "./src/auto-plug.js"); |
| 488 | + |
| 489 | +var _autoPlug2 = _interopRequireDefault(_autoPlug); |
| 490 | + |
| 491 | +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } |
| 492 | + |
| 493 | +(0, _autoPlug2.default)(); /* |
| 494 | + * @copyright (c) 2016-present, Philipp Thürwächter, Pattrick Hüper |
| 495 | + * @license BSD-3-Clause (see LICENSE in the root directory of this source tree) |
| 496 | + */ |
469 | 497 |
|
470 | 498 | /***/ }), |
471 | 499 |
|
@@ -499,11 +527,6 @@ var _systemDefaultZone2 = _interopRequireDefault(_systemDefaultZone); |
499 | 527 |
|
500 | 528 | function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } |
501 | 529 |
|
502 | | -module.exports = exports['default']; /* |
503 | | - * @copyright (c) 2016-present, Philipp Thürwächter, Pattrick Hüper |
504 | | - * @license BSD-3-Clause (see LICENSE in the root directory of this source tree) |
505 | | - */ |
506 | | - |
507 | 530 | /***/ }), |
508 | 531 |
|
509 | 532 | /***/ "./src/system-default-zone.js": |
@@ -538,7 +561,6 @@ function extendSystemDefaultZoneId(ZoneId) { |
538 | 561 | return resolvedZoneId; |
539 | 562 | }; |
540 | 563 | } |
541 | | -module.exports = exports["default"]; |
542 | 564 |
|
543 | 565 | /***/ }), |
544 | 566 |
|
|
0 commit comments