clientnode 4.0.1502 → 4.0.1503

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 +8 -27
  2. package/dist/Logger.js +27 -55
  3. package/dist/Semaphore.js +8 -27
  4. package/dist/array.js +8 -46
  5. package/dist/bundle/index.js +405 -430
  6. package/dist/cli.js +8 -30
  7. package/dist/compatible/Lock.js +8 -27
  8. package/dist/compatible/Logger.js +27 -55
  9. package/dist/compatible/Semaphore.js +8 -27
  10. package/dist/compatible/array.js +8 -46
  11. package/dist/compatible/cli.js +8 -30
  12. package/dist/compatible/constants.js +8 -27
  13. package/dist/compatible/context.js +27 -55
  14. package/dist/compatible/cookie.js +27 -58
  15. package/dist/compatible/data-transfer.js +27 -59
  16. package/dist/compatible/datetime.js +27 -58
  17. package/dist/compatible/domNode.js +27 -59
  18. package/dist/compatible/expression/evaluators.js +27 -50
  19. package/dist/compatible/expression/helper.js +8 -31
  20. package/dist/compatible/expression/index.js +27 -71
  21. package/dist/compatible/expression/indicator-functions.js +8 -42
  22. package/dist/compatible/filesystem.js +27 -55
  23. package/dist/compatible/function.js +8 -32
  24. package/dist/compatible/index.js +34 -66
  25. package/dist/compatible/indicators.js +8 -39
  26. package/dist/compatible/module.js +27 -50
  27. package/dist/compatible/number.js +8 -34
  28. package/dist/compatible/object.js +27 -58
  29. package/dist/compatible/process.js +27 -55
  30. package/dist/compatible/scope.js +34 -108
  31. package/dist/compatible/string.js +27 -61
  32. package/dist/compatible/test-helper.js +8 -33
  33. package/dist/compatible/utility.js +27 -55
  34. package/dist/constants.js +8 -27
  35. package/dist/context.js +27 -55
  36. package/dist/cookie.js +27 -58
  37. package/dist/data-transfer.js +27 -59
  38. package/dist/datetime.js +27 -58
  39. package/dist/domNode.js +27 -59
  40. package/dist/expression/evaluators.js +27 -50
  41. package/dist/expression/helper.js +8 -31
  42. package/dist/expression/index.js +27 -71
  43. package/dist/expression/indicator-functions.js +8 -42
  44. package/dist/filesystem.js +27 -55
  45. package/dist/function.js +8 -32
  46. package/dist/index.js +34 -66
  47. package/dist/indicators.js +8 -39
  48. package/dist/module.js +27 -50
  49. package/dist/number.js +8 -34
  50. package/dist/object.js +27 -58
  51. package/dist/process.js +27 -55
  52. package/dist/scope.js +34 -108
  53. package/dist/string.js +27 -61
  54. package/dist/test-helper.js +8 -33
  55. package/dist/utility.js +27 -55
  56. package/package.json +10 -10
@@ -14,11 +14,6 @@ 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 */ });
22
17
  /* unused harmony exports isImportSyntaxSupported, currentRequire, setOptionalRequire, getCurrentRequire, clearRequireCache, isolatedRequire */
23
18
  /* module decorator */ module = __webpack_require__.hmd(module);
24
19
  // #!/usr/bin/env babel-node
@@ -285,63 +280,40 @@ timeoutID=null;recentParameters=[]},thresholdInMilliseconds)}};/**
285
280
  /******/
286
281
  /************************************************************************/
287
282
  /******/ /* webpack/runtime/define property getters */
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
- /******/ }
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] });
310
288
  /******/ }
311
- /******/ };
312
- /******/ }();
289
+ /******/ }
290
+ /******/ };
313
291
  /******/
314
292
  /******/ /* webpack/runtime/global */
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
- /******/ }();
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
+ /******/ })();
325
301
  /******/
326
302
  /******/ /* webpack/runtime/harmony module decorator */
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
- /******/ }();
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
+ /******/ };
340
314
  /******/
341
315
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
342
- /******/ !function() {
343
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
344
- /******/ }();
316
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
345
317
  /******/
346
318
  /************************************************************************/
347
319
  /******/
package/dist/constants.js CHANGED
@@ -119,36 +119,17 @@ if(typeof window==='undefined'||window===null)var window=(typeof globalThis==='u
119
119
  /******/
120
120
  /************************************************************************/
121
121
  /******/ /* webpack/runtime/define property getters */
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
- /******/ }
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] });
144
127
  /******/ }
145
- /******/ };
146
- /******/ }();
128
+ /******/ }
129
+ /******/ };
147
130
  /******/
148
131
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
149
- /******/ !function() {
150
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
151
- /******/ }();
132
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
152
133
  /******/
153
134
  /************************************************************************/
154
135
  var __webpack_exports__ = {};
package/dist/context.js CHANGED
@@ -35,11 +35,6 @@ 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 */ });
43
38
  /* unused harmony exports isImportSyntaxSupported, currentRequire, setOptionalRequire, getCurrentRequire, clearRequireCache, isolatedRequire */
44
39
  /* module decorator */ module = __webpack_require__.hmd(module);
45
40
  // #!/usr/bin/env babel-node
@@ -151,63 +146,40 @@ module.exports = webpackEmptyContext;
151
146
  /******/
152
147
  /************************************************************************/
153
148
  /******/ /* webpack/runtime/define property getters */
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
- /******/ }
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] });
176
154
  /******/ }
177
- /******/ };
178
- /******/ }();
155
+ /******/ }
156
+ /******/ };
179
157
  /******/
180
158
  /******/ /* webpack/runtime/global */
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
- /******/ }();
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
+ /******/ })();
191
167
  /******/
192
168
  /******/ /* webpack/runtime/harmony module decorator */
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
- /******/ }();
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
+ /******/ };
206
180
  /******/
207
181
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
208
- /******/ !function() {
209
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
210
- /******/ }();
182
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
211
183
  /******/
212
184
  /************************************************************************/
213
185
  /******/
package/dist/cookie.js CHANGED
@@ -3,9 +3,6 @@ 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 */ });
9
6
  /* unused harmony exports setGlobalContext, MAXIMAL_NUMBER_OF_ITERATIONS, NOOP, mockConsole */
10
7
  /* unused harmony import specifier */ var CONSOLE_METHODS;
11
8
  /* harmony import */ var _module_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
@@ -86,11 +83,6 @@ if(!Object.prototype.hasOwnProperty.call(globalContext,"console"))globalContext.
86
83
  /***/ 2:
87
84
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
88
85
 
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 */ });
94
86
  /* unused harmony exports isImportSyntaxSupported, currentRequire, setOptionalRequire, getCurrentRequire, clearRequireCache, isolatedRequire */
95
87
  /* module decorator */ module = __webpack_require__.hmd(module);
96
88
  // #!/usr/bin/env babel-node
@@ -169,63 +161,40 @@ module.exports = webpackEmptyContext;
169
161
  /******/
170
162
  /************************************************************************/
171
163
  /******/ /* webpack/runtime/define property getters */
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
- /******/ }
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] });
194
169
  /******/ }
195
- /******/ };
196
- /******/ }();
170
+ /******/ }
171
+ /******/ };
197
172
  /******/
198
173
  /******/ /* webpack/runtime/global */
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
- /******/ }();
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
+ /******/ })();
209
182
  /******/
210
183
  /******/ /* webpack/runtime/harmony module decorator */
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
- /******/ }();
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
+ /******/ };
224
195
  /******/
225
196
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
226
- /******/ !function() {
227
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
228
- /******/ }();
197
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
229
198
  /******/
230
199
  /************************************************************************/
231
200
  /******/
@@ -48,11 +48,6 @@ 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 */ });
56
51
  /* unused harmony exports isImportSyntaxSupported, currentRequire, setOptionalRequire, getCurrentRequire, clearRequireCache, isolatedRequire */
57
52
  /* module decorator */ module = __webpack_require__.hmd(module);
58
53
  // #!/usr/bin/env babel-node
@@ -441,10 +436,6 @@ result=object;if(isPlainObject(exclude)){var useCopy=false;var copy=_objectSprea
441
436
  /* 5 */
442
437
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
443
438
 
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 */ });
448
439
  /* unused harmony exports setGlobalContext, MAXIMAL_NUMBER_OF_ITERATIONS, mockConsole */
449
440
  /* unused harmony import specifier */ var CONSOLE_METHODS;
450
441
  /* harmony import */ var _module_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
@@ -687,63 +678,40 @@ timeoutID=null;recentParameters=[]},thresholdInMilliseconds)}};/**
687
678
  /******/
688
679
  /************************************************************************/
689
680
  /******/ /* webpack/runtime/define property getters */
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
- /******/ }
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] });
712
686
  /******/ }
713
- /******/ };
714
- /******/ }();
687
+ /******/ }
688
+ /******/ };
715
689
  /******/
716
690
  /******/ /* webpack/runtime/global */
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
- /******/ }();
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
+ /******/ })();
727
699
  /******/
728
700
  /******/ /* webpack/runtime/harmony module decorator */
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
- /******/ }();
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
+ /******/ };
742
712
  /******/
743
713
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
744
- /******/ !function() {
745
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
746
- /******/ }();
714
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
747
715
  /******/
748
716
  /************************************************************************/
749
717
  /******/
package/dist/datetime.js CHANGED
@@ -47,11 +47,6 @@ 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 */ });
55
50
  /* unused harmony exports isImportSyntaxSupported, currentRequire, setOptionalRequire, getCurrentRequire, clearRequireCache, isolatedRequire */
56
51
  /* module decorator */ module = __webpack_require__.hmd(module);
57
52
  // #!/usr/bin/env babel-node
@@ -440,9 +435,6 @@ result=object;if(isPlainObject(exclude)){var useCopy=false;var copy=_objectSprea
440
435
  /* 5 */
441
436
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
442
437
 
443
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
444
- /* harmony export */ Lz: function() { return /* binding */ globalContext; }
445
- /* harmony export */ });
446
438
  /* unused harmony exports setGlobalContext, MAXIMAL_NUMBER_OF_ITERATIONS, NOOP, mockConsole */
447
439
  /* unused harmony import specifier */ var CONSOLE_METHODS;
448
440
  /* harmony import */ var _module_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
@@ -1022,63 +1014,40 @@ var result=new Date(value);if(isNaN(result.getDate()))return null;return result}
1022
1014
  /******/
1023
1015
  /************************************************************************/
1024
1016
  /******/ /* webpack/runtime/define property getters */
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
- /******/ }
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] });
1047
1022
  /******/ }
1048
- /******/ };
1049
- /******/ }();
1023
+ /******/ }
1024
+ /******/ };
1050
1025
  /******/
1051
1026
  /******/ /* webpack/runtime/global */
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
- /******/ }();
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
+ /******/ })();
1062
1035
  /******/
1063
1036
  /******/ /* webpack/runtime/harmony module decorator */
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
- /******/ }();
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
+ /******/ };
1077
1048
  /******/
1078
1049
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
1079
- /******/ !function() {
1080
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
1081
- /******/ }();
1050
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
1082
1051
  /******/
1083
1052
  /************************************************************************/
1084
1053
  /******/