clientnode 4.0.1503 → 4.0.1504

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 (56) hide show
  1. package/dist/Lock.js +27 -8
  2. package/dist/Logger.js +55 -27
  3. package/dist/Semaphore.js +27 -8
  4. package/dist/array.js +46 -8
  5. package/dist/bundle/index.js +429 -402
  6. package/dist/cli.js +30 -8
  7. package/dist/compatible/Lock.js +27 -8
  8. package/dist/compatible/Logger.js +55 -27
  9. package/dist/compatible/Semaphore.js +27 -8
  10. package/dist/compatible/array.js +46 -8
  11. package/dist/compatible/cli.js +30 -8
  12. package/dist/compatible/constants.js +27 -8
  13. package/dist/compatible/context.js +55 -27
  14. package/dist/compatible/cookie.js +58 -27
  15. package/dist/compatible/data-transfer.js +59 -27
  16. package/dist/compatible/datetime.js +58 -27
  17. package/dist/compatible/domNode.js +59 -27
  18. package/dist/compatible/expression/evaluators.js +50 -27
  19. package/dist/compatible/expression/helper.js +31 -8
  20. package/dist/compatible/expression/index.js +71 -27
  21. package/dist/compatible/expression/indicator-functions.js +42 -8
  22. package/dist/compatible/filesystem.js +55 -27
  23. package/dist/compatible/function.js +32 -8
  24. package/dist/compatible/index.js +66 -34
  25. package/dist/compatible/indicators.js +39 -8
  26. package/dist/compatible/module.js +50 -27
  27. package/dist/compatible/number.js +34 -8
  28. package/dist/compatible/object.js +58 -27
  29. package/dist/compatible/process.js +55 -27
  30. package/dist/compatible/scope.js +108 -34
  31. package/dist/compatible/string.js +61 -27
  32. package/dist/compatible/test-helper.js +33 -8
  33. package/dist/compatible/utility.js +55 -27
  34. package/dist/constants.js +27 -8
  35. package/dist/context.js +55 -27
  36. package/dist/cookie.js +58 -27
  37. package/dist/data-transfer.js +59 -27
  38. package/dist/datetime.js +58 -27
  39. package/dist/domNode.js +59 -27
  40. package/dist/expression/evaluators.js +50 -27
  41. package/dist/expression/helper.js +31 -8
  42. package/dist/expression/index.js +71 -27
  43. package/dist/expression/indicator-functions.js +42 -8
  44. package/dist/filesystem.js +55 -27
  45. package/dist/function.js +32 -8
  46. package/dist/index.js +66 -34
  47. package/dist/indicators.js +39 -8
  48. package/dist/module.js +50 -27
  49. package/dist/number.js +34 -8
  50. package/dist/object.js +58 -27
  51. package/dist/process.js +55 -27
  52. package/dist/scope.js +108 -34
  53. package/dist/string.js +61 -27
  54. package/dist/test-helper.js +33 -8
  55. package/dist/utility.js +55 -27
  56. package/package.json +2 -2
@@ -14,6 +14,11 @@ module.exports = x({ });
14
14
  /* 2 */
15
15
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
16
16
 
17
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
18
+ /* harmony export */ I5: function() { return /* binding */ optionalRequire; },
19
+ /* harmony export */ Sw: function() { return /* binding */ optionalImport; },
20
+ /* harmony export */ a8: function() { return /* binding */ determineGlobalContext; }
21
+ /* harmony export */ });
17
22
  /* unused harmony exports isImportSyntaxSupported, currentRequire, setOptionalRequire, getCurrentRequire, clearRequireCache, isolatedRequire */
18
23
  /* module decorator */ module = __webpack_require__.hmd(module);
19
24
  // #!/usr/bin/env babel-node
@@ -280,40 +285,63 @@ timeoutID=null;recentParameters=[]},thresholdInMilliseconds)}};/**
280
285
  /******/
281
286
  /************************************************************************/
282
287
  /******/ /* webpack/runtime/define property getters */
283
- /******/ // define getter/value functions for harmony exports
284
- /******/ __webpack_require__.d = function(exports, definition) {
285
- /******/ for(var key in definition) {
286
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
287
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
288
+ /******/ !function() {
289
+ /******/ // define getter/value functions for harmony exports
290
+ /******/ __webpack_require__.d = function(exports, definition) {
291
+ /******/ if(Array.isArray(definition)) {
292
+ /******/ var i = 0;
293
+ /******/ while(i < definition.length) {
294
+ /******/ var key = definition[i++];
295
+ /******/ var binding = definition[i++];
296
+ /******/ if(!__webpack_require__.o(exports, key)) {
297
+ /******/ if(binding === 0) {
298
+ /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
299
+ /******/ } else {
300
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
301
+ /******/ }
302
+ /******/ } else if(binding === 0) { i++; }
303
+ /******/ }
304
+ /******/ } else {
305
+ /******/ for(var key in definition) {
306
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
307
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
308
+ /******/ }
309
+ /******/ }
288
310
  /******/ }
289
- /******/ }
290
- /******/ };
311
+ /******/ };
312
+ /******/ }();
291
313
  /******/
292
314
  /******/ /* webpack/runtime/global */
293
- /******/ __webpack_require__.g = (function() {
294
- /******/ if (typeof globalThis === 'object') return globalThis;
295
- /******/ try {
296
- /******/ return this || new Function('return this')();
297
- /******/ } catch (e) {
298
- /******/ if (typeof window === 'object') return window;
299
- /******/ }
300
- /******/ })();
315
+ /******/ !function() {
316
+ /******/ __webpack_require__.g = (function() {
317
+ /******/ if (typeof globalThis === 'object') return globalThis;
318
+ /******/ try {
319
+ /******/ return this || new Function('return this')();
320
+ /******/ } catch (e) {
321
+ /******/ if (typeof window === 'object') return window;
322
+ /******/ }
323
+ /******/ })();
324
+ /******/ }();
301
325
  /******/
302
326
  /******/ /* webpack/runtime/harmony module decorator */
303
- /******/ __webpack_require__.hmd = function(module) {
304
- /******/ module = Object.create(module);
305
- /******/ if (!module.children) module.children = [];
306
- /******/ Object.defineProperty(module, 'exports', {
307
- /******/ enumerable: true,
308
- /******/ set: function() {
309
- /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
310
- /******/ }
311
- /******/ });
312
- /******/ return module;
313
- /******/ };
327
+ /******/ !function() {
328
+ /******/ __webpack_require__.hmd = function(module) {
329
+ /******/ module = Object.create(module);
330
+ /******/ if (!module.children) module.children = [];
331
+ /******/ Object.defineProperty(module, 'exports', {
332
+ /******/ enumerable: true,
333
+ /******/ set: function() {
334
+ /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
335
+ /******/ }
336
+ /******/ });
337
+ /******/ return module;
338
+ /******/ };
339
+ /******/ }();
314
340
  /******/
315
341
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
316
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
342
+ /******/ !function() {
343
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
344
+ /******/ }();
317
345
  /******/
318
346
  /************************************************************************/
319
347
  /******/
package/dist/constants.js CHANGED
@@ -119,17 +119,36 @@ if(typeof window==='undefined'||window===null)var window=(typeof globalThis==='u
119
119
  /******/
120
120
  /************************************************************************/
121
121
  /******/ /* webpack/runtime/define property getters */
122
- /******/ // define getter/value functions for harmony exports
123
- /******/ __webpack_require__.d = function(exports, definition) {
124
- /******/ for(var key in definition) {
125
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
126
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
122
+ /******/ !function() {
123
+ /******/ // define getter/value functions for harmony exports
124
+ /******/ __webpack_require__.d = function(exports, definition) {
125
+ /******/ if(Array.isArray(definition)) {
126
+ /******/ var i = 0;
127
+ /******/ while(i < definition.length) {
128
+ /******/ var key = definition[i++];
129
+ /******/ var binding = definition[i++];
130
+ /******/ if(!__webpack_require__.o(exports, key)) {
131
+ /******/ if(binding === 0) {
132
+ /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
133
+ /******/ } else {
134
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
135
+ /******/ }
136
+ /******/ } else if(binding === 0) { i++; }
137
+ /******/ }
138
+ /******/ } else {
139
+ /******/ for(var key in definition) {
140
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
141
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
142
+ /******/ }
143
+ /******/ }
127
144
  /******/ }
128
- /******/ }
129
- /******/ };
145
+ /******/ };
146
+ /******/ }();
130
147
  /******/
131
148
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
132
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
149
+ /******/ !function() {
150
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
151
+ /******/ }();
133
152
  /******/
134
153
  /************************************************************************/
135
154
  var __webpack_exports__ = {};
package/dist/context.js CHANGED
@@ -35,6 +35,11 @@ var TRANSITION_END_EVENT_NAMES="transitionend webkitTransitionEnd oTransitionEnd
35
35
  /* 2 */
36
36
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
37
37
 
38
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
39
+ /* harmony export */ I5: function() { return /* binding */ optionalRequire; },
40
+ /* harmony export */ Sw: function() { return /* binding */ optionalImport; },
41
+ /* harmony export */ a8: function() { return /* binding */ determineGlobalContext; }
42
+ /* harmony export */ });
38
43
  /* unused harmony exports isImportSyntaxSupported, currentRequire, setOptionalRequire, getCurrentRequire, clearRequireCache, isolatedRequire */
39
44
  /* module decorator */ module = __webpack_require__.hmd(module);
40
45
  // #!/usr/bin/env babel-node
@@ -146,40 +151,63 @@ module.exports = webpackEmptyContext;
146
151
  /******/
147
152
  /************************************************************************/
148
153
  /******/ /* webpack/runtime/define property getters */
149
- /******/ // define getter/value functions for harmony exports
150
- /******/ __webpack_require__.d = function(exports, definition) {
151
- /******/ for(var key in definition) {
152
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
153
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
154
+ /******/ !function() {
155
+ /******/ // define getter/value functions for harmony exports
156
+ /******/ __webpack_require__.d = function(exports, definition) {
157
+ /******/ if(Array.isArray(definition)) {
158
+ /******/ var i = 0;
159
+ /******/ while(i < definition.length) {
160
+ /******/ var key = definition[i++];
161
+ /******/ var binding = definition[i++];
162
+ /******/ if(!__webpack_require__.o(exports, key)) {
163
+ /******/ if(binding === 0) {
164
+ /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
165
+ /******/ } else {
166
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
167
+ /******/ }
168
+ /******/ } else if(binding === 0) { i++; }
169
+ /******/ }
170
+ /******/ } else {
171
+ /******/ for(var key in definition) {
172
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
173
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
174
+ /******/ }
175
+ /******/ }
154
176
  /******/ }
155
- /******/ }
156
- /******/ };
177
+ /******/ };
178
+ /******/ }();
157
179
  /******/
158
180
  /******/ /* webpack/runtime/global */
159
- /******/ __webpack_require__.g = (function() {
160
- /******/ if (typeof globalThis === 'object') return globalThis;
161
- /******/ try {
162
- /******/ return this || new Function('return this')();
163
- /******/ } catch (e) {
164
- /******/ if (typeof window === 'object') return window;
165
- /******/ }
166
- /******/ })();
181
+ /******/ !function() {
182
+ /******/ __webpack_require__.g = (function() {
183
+ /******/ if (typeof globalThis === 'object') return globalThis;
184
+ /******/ try {
185
+ /******/ return this || new Function('return this')();
186
+ /******/ } catch (e) {
187
+ /******/ if (typeof window === 'object') return window;
188
+ /******/ }
189
+ /******/ })();
190
+ /******/ }();
167
191
  /******/
168
192
  /******/ /* webpack/runtime/harmony module decorator */
169
- /******/ __webpack_require__.hmd = function(module) {
170
- /******/ module = Object.create(module);
171
- /******/ if (!module.children) module.children = [];
172
- /******/ Object.defineProperty(module, 'exports', {
173
- /******/ enumerable: true,
174
- /******/ set: function() {
175
- /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
176
- /******/ }
177
- /******/ });
178
- /******/ return module;
179
- /******/ };
193
+ /******/ !function() {
194
+ /******/ __webpack_require__.hmd = function(module) {
195
+ /******/ module = Object.create(module);
196
+ /******/ if (!module.children) module.children = [];
197
+ /******/ Object.defineProperty(module, 'exports', {
198
+ /******/ enumerable: true,
199
+ /******/ set: function() {
200
+ /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
201
+ /******/ }
202
+ /******/ });
203
+ /******/ return module;
204
+ /******/ };
205
+ /******/ }();
180
206
  /******/
181
207
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
182
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
208
+ /******/ !function() {
209
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
210
+ /******/ }();
183
211
  /******/
184
212
  /************************************************************************/
185
213
  /******/
package/dist/cookie.js CHANGED
@@ -3,6 +3,9 @@ if(typeof window==='undefined'||window===null)var window=(typeof globalThis==='u
3
3
  /***/ 5:
4
4
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
5
5
 
6
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
7
+ /* harmony export */ Lz: function() { return /* binding */ globalContext; }
8
+ /* harmony export */ });
6
9
  /* unused harmony exports setGlobalContext, MAXIMAL_NUMBER_OF_ITERATIONS, NOOP, mockConsole */
7
10
  /* unused harmony import specifier */ var CONSOLE_METHODS;
8
11
  /* harmony import */ var _module_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
@@ -83,6 +86,11 @@ if(!Object.prototype.hasOwnProperty.call(globalContext,"console"))globalContext.
83
86
  /***/ 2:
84
87
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
85
88
 
89
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
90
+ /* harmony export */ I5: function() { return /* binding */ optionalRequire; },
91
+ /* harmony export */ Sw: function() { return /* binding */ optionalImport; },
92
+ /* harmony export */ a8: function() { return /* binding */ determineGlobalContext; }
93
+ /* harmony export */ });
86
94
  /* unused harmony exports isImportSyntaxSupported, currentRequire, setOptionalRequire, getCurrentRequire, clearRequireCache, isolatedRequire */
87
95
  /* module decorator */ module = __webpack_require__.hmd(module);
88
96
  // #!/usr/bin/env babel-node
@@ -161,40 +169,63 @@ module.exports = webpackEmptyContext;
161
169
  /******/
162
170
  /************************************************************************/
163
171
  /******/ /* webpack/runtime/define property getters */
164
- /******/ // define getter/value functions for harmony exports
165
- /******/ __webpack_require__.d = function(exports, definition) {
166
- /******/ for(var key in definition) {
167
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
168
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
172
+ /******/ !function() {
173
+ /******/ // define getter/value functions for harmony exports
174
+ /******/ __webpack_require__.d = function(exports, definition) {
175
+ /******/ if(Array.isArray(definition)) {
176
+ /******/ var i = 0;
177
+ /******/ while(i < definition.length) {
178
+ /******/ var key = definition[i++];
179
+ /******/ var binding = definition[i++];
180
+ /******/ if(!__webpack_require__.o(exports, key)) {
181
+ /******/ if(binding === 0) {
182
+ /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
183
+ /******/ } else {
184
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
185
+ /******/ }
186
+ /******/ } else if(binding === 0) { i++; }
187
+ /******/ }
188
+ /******/ } else {
189
+ /******/ for(var key in definition) {
190
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
191
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
192
+ /******/ }
193
+ /******/ }
169
194
  /******/ }
170
- /******/ }
171
- /******/ };
195
+ /******/ };
196
+ /******/ }();
172
197
  /******/
173
198
  /******/ /* webpack/runtime/global */
174
- /******/ __webpack_require__.g = (function() {
175
- /******/ if (typeof globalThis === 'object') return globalThis;
176
- /******/ try {
177
- /******/ return this || new Function('return this')();
178
- /******/ } catch (e) {
179
- /******/ if (typeof window === 'object') return window;
180
- /******/ }
181
- /******/ })();
199
+ /******/ !function() {
200
+ /******/ __webpack_require__.g = (function() {
201
+ /******/ if (typeof globalThis === 'object') return globalThis;
202
+ /******/ try {
203
+ /******/ return this || new Function('return this')();
204
+ /******/ } catch (e) {
205
+ /******/ if (typeof window === 'object') return window;
206
+ /******/ }
207
+ /******/ })();
208
+ /******/ }();
182
209
  /******/
183
210
  /******/ /* webpack/runtime/harmony module decorator */
184
- /******/ __webpack_require__.hmd = function(module) {
185
- /******/ module = Object.create(module);
186
- /******/ if (!module.children) module.children = [];
187
- /******/ Object.defineProperty(module, 'exports', {
188
- /******/ enumerable: true,
189
- /******/ set: function() {
190
- /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
191
- /******/ }
192
- /******/ });
193
- /******/ return module;
194
- /******/ };
211
+ /******/ !function() {
212
+ /******/ __webpack_require__.hmd = function(module) {
213
+ /******/ module = Object.create(module);
214
+ /******/ if (!module.children) module.children = [];
215
+ /******/ Object.defineProperty(module, 'exports', {
216
+ /******/ enumerable: true,
217
+ /******/ set: function() {
218
+ /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
219
+ /******/ }
220
+ /******/ });
221
+ /******/ return module;
222
+ /******/ };
223
+ /******/ }();
195
224
  /******/
196
225
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
197
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
226
+ /******/ !function() {
227
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
228
+ /******/ }();
198
229
  /******/
199
230
  /************************************************************************/
200
231
  /******/
@@ -48,6 +48,11 @@ var TRANSITION_END_EVENT_NAMES="transitionend webkitTransitionEnd oTransitionEnd
48
48
  /* 2 */
49
49
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
50
50
 
51
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
52
+ /* harmony export */ I5: function() { return /* binding */ optionalRequire; },
53
+ /* harmony export */ Sw: function() { return /* binding */ optionalImport; },
54
+ /* harmony export */ a8: function() { return /* binding */ determineGlobalContext; }
55
+ /* harmony export */ });
51
56
  /* unused harmony exports isImportSyntaxSupported, currentRequire, setOptionalRequire, getCurrentRequire, clearRequireCache, isolatedRequire */
52
57
  /* module decorator */ module = __webpack_require__.hmd(module);
53
58
  // #!/usr/bin/env babel-node
@@ -436,6 +441,10 @@ result=object;if(isPlainObject(exclude)){var useCopy=false;var copy=_objectSprea
436
441
  /* 5 */
437
442
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
438
443
 
444
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
445
+ /* harmony export */ Lz: function() { return /* binding */ globalContext; },
446
+ /* harmony export */ tE: function() { return /* binding */ NOOP; }
447
+ /* harmony export */ });
439
448
  /* unused harmony exports setGlobalContext, MAXIMAL_NUMBER_OF_ITERATIONS, mockConsole */
440
449
  /* unused harmony import specifier */ var CONSOLE_METHODS;
441
450
  /* harmony import */ var _module_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
@@ -678,40 +687,63 @@ timeoutID=null;recentParameters=[]},thresholdInMilliseconds)}};/**
678
687
  /******/
679
688
  /************************************************************************/
680
689
  /******/ /* webpack/runtime/define property getters */
681
- /******/ // define getter/value functions for harmony exports
682
- /******/ __webpack_require__.d = function(exports, definition) {
683
- /******/ for(var key in definition) {
684
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
685
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
690
+ /******/ !function() {
691
+ /******/ // define getter/value functions for harmony exports
692
+ /******/ __webpack_require__.d = function(exports, definition) {
693
+ /******/ if(Array.isArray(definition)) {
694
+ /******/ var i = 0;
695
+ /******/ while(i < definition.length) {
696
+ /******/ var key = definition[i++];
697
+ /******/ var binding = definition[i++];
698
+ /******/ if(!__webpack_require__.o(exports, key)) {
699
+ /******/ if(binding === 0) {
700
+ /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
701
+ /******/ } else {
702
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
703
+ /******/ }
704
+ /******/ } else if(binding === 0) { i++; }
705
+ /******/ }
706
+ /******/ } else {
707
+ /******/ for(var key in definition) {
708
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
709
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
710
+ /******/ }
711
+ /******/ }
686
712
  /******/ }
687
- /******/ }
688
- /******/ };
713
+ /******/ };
714
+ /******/ }();
689
715
  /******/
690
716
  /******/ /* webpack/runtime/global */
691
- /******/ __webpack_require__.g = (function() {
692
- /******/ if (typeof globalThis === 'object') return globalThis;
693
- /******/ try {
694
- /******/ return this || new Function('return this')();
695
- /******/ } catch (e) {
696
- /******/ if (typeof window === 'object') return window;
697
- /******/ }
698
- /******/ })();
717
+ /******/ !function() {
718
+ /******/ __webpack_require__.g = (function() {
719
+ /******/ if (typeof globalThis === 'object') return globalThis;
720
+ /******/ try {
721
+ /******/ return this || new Function('return this')();
722
+ /******/ } catch (e) {
723
+ /******/ if (typeof window === 'object') return window;
724
+ /******/ }
725
+ /******/ })();
726
+ /******/ }();
699
727
  /******/
700
728
  /******/ /* webpack/runtime/harmony module decorator */
701
- /******/ __webpack_require__.hmd = function(module) {
702
- /******/ module = Object.create(module);
703
- /******/ if (!module.children) module.children = [];
704
- /******/ Object.defineProperty(module, 'exports', {
705
- /******/ enumerable: true,
706
- /******/ set: function() {
707
- /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
708
- /******/ }
709
- /******/ });
710
- /******/ return module;
711
- /******/ };
729
+ /******/ !function() {
730
+ /******/ __webpack_require__.hmd = function(module) {
731
+ /******/ module = Object.create(module);
732
+ /******/ if (!module.children) module.children = [];
733
+ /******/ Object.defineProperty(module, 'exports', {
734
+ /******/ enumerable: true,
735
+ /******/ set: function() {
736
+ /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
737
+ /******/ }
738
+ /******/ });
739
+ /******/ return module;
740
+ /******/ };
741
+ /******/ }();
712
742
  /******/
713
743
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
714
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
744
+ /******/ !function() {
745
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
746
+ /******/ }();
715
747
  /******/
716
748
  /************************************************************************/
717
749
  /******/
package/dist/datetime.js CHANGED
@@ -47,6 +47,11 @@ var TRANSITION_END_EVENT_NAMES="transitionend webkitTransitionEnd oTransitionEnd
47
47
  /* 2 */
48
48
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
49
49
 
50
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
51
+ /* harmony export */ I5: function() { return /* binding */ optionalRequire; },
52
+ /* harmony export */ Sw: function() { return /* binding */ optionalImport; },
53
+ /* harmony export */ a8: function() { return /* binding */ determineGlobalContext; }
54
+ /* harmony export */ });
50
55
  /* unused harmony exports isImportSyntaxSupported, currentRequire, setOptionalRequire, getCurrentRequire, clearRequireCache, isolatedRequire */
51
56
  /* module decorator */ module = __webpack_require__.hmd(module);
52
57
  // #!/usr/bin/env babel-node
@@ -435,6 +440,9 @@ result=object;if(isPlainObject(exclude)){var useCopy=false;var copy=_objectSprea
435
440
  /* 5 */
436
441
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
437
442
 
443
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
444
+ /* harmony export */ Lz: function() { return /* binding */ globalContext; }
445
+ /* harmony export */ });
438
446
  /* unused harmony exports setGlobalContext, MAXIMAL_NUMBER_OF_ITERATIONS, NOOP, mockConsole */
439
447
  /* unused harmony import specifier */ var CONSOLE_METHODS;
440
448
  /* harmony import */ var _module_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
@@ -1014,40 +1022,63 @@ var result=new Date(value);if(isNaN(result.getDate()))return null;return result}
1014
1022
  /******/
1015
1023
  /************************************************************************/
1016
1024
  /******/ /* webpack/runtime/define property getters */
1017
- /******/ // define getter/value functions for harmony exports
1018
- /******/ __webpack_require__.d = function(exports, definition) {
1019
- /******/ for(var key in definition) {
1020
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
1021
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
1025
+ /******/ !function() {
1026
+ /******/ // define getter/value functions for harmony exports
1027
+ /******/ __webpack_require__.d = function(exports, definition) {
1028
+ /******/ if(Array.isArray(definition)) {
1029
+ /******/ var i = 0;
1030
+ /******/ while(i < definition.length) {
1031
+ /******/ var key = definition[i++];
1032
+ /******/ var binding = definition[i++];
1033
+ /******/ if(!__webpack_require__.o(exports, key)) {
1034
+ /******/ if(binding === 0) {
1035
+ /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
1036
+ /******/ } else {
1037
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
1038
+ /******/ }
1039
+ /******/ } else if(binding === 0) { i++; }
1040
+ /******/ }
1041
+ /******/ } else {
1042
+ /******/ for(var key in definition) {
1043
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
1044
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
1045
+ /******/ }
1046
+ /******/ }
1022
1047
  /******/ }
1023
- /******/ }
1024
- /******/ };
1048
+ /******/ };
1049
+ /******/ }();
1025
1050
  /******/
1026
1051
  /******/ /* webpack/runtime/global */
1027
- /******/ __webpack_require__.g = (function() {
1028
- /******/ if (typeof globalThis === 'object') return globalThis;
1029
- /******/ try {
1030
- /******/ return this || new Function('return this')();
1031
- /******/ } catch (e) {
1032
- /******/ if (typeof window === 'object') return window;
1033
- /******/ }
1034
- /******/ })();
1052
+ /******/ !function() {
1053
+ /******/ __webpack_require__.g = (function() {
1054
+ /******/ if (typeof globalThis === 'object') return globalThis;
1055
+ /******/ try {
1056
+ /******/ return this || new Function('return this')();
1057
+ /******/ } catch (e) {
1058
+ /******/ if (typeof window === 'object') return window;
1059
+ /******/ }
1060
+ /******/ })();
1061
+ /******/ }();
1035
1062
  /******/
1036
1063
  /******/ /* webpack/runtime/harmony module decorator */
1037
- /******/ __webpack_require__.hmd = function(module) {
1038
- /******/ module = Object.create(module);
1039
- /******/ if (!module.children) module.children = [];
1040
- /******/ Object.defineProperty(module, 'exports', {
1041
- /******/ enumerable: true,
1042
- /******/ set: function() {
1043
- /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
1044
- /******/ }
1045
- /******/ });
1046
- /******/ return module;
1047
- /******/ };
1064
+ /******/ !function() {
1065
+ /******/ __webpack_require__.hmd = function(module) {
1066
+ /******/ module = Object.create(module);
1067
+ /******/ if (!module.children) module.children = [];
1068
+ /******/ Object.defineProperty(module, 'exports', {
1069
+ /******/ enumerable: true,
1070
+ /******/ set: function() {
1071
+ /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
1072
+ /******/ }
1073
+ /******/ });
1074
+ /******/ return module;
1075
+ /******/ };
1076
+ /******/ }();
1048
1077
  /******/
1049
1078
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
1050
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
1079
+ /******/ !function() {
1080
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
1081
+ /******/ }();
1051
1082
  /******/
1052
1083
  /************************************************************************/
1053
1084
  /******/