@microsoft/applicationinsights-common 3.1.0-nightly3.2401-09 → 3.1.0-nightly3.2401-20

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 (97) hide show
  1. package/browser/es5/applicationinsights-common.cjs.js +90 -51
  2. package/browser/es5/applicationinsights-common.cjs.js.map +1 -1
  3. package/browser/es5/applicationinsights-common.cjs.min.js +2 -2
  4. package/browser/es5/applicationinsights-common.cjs.min.js.map +1 -1
  5. package/browser/es5/applicationinsights-common.gbl.js +92 -53
  6. package/browser/es5/applicationinsights-common.gbl.js.map +1 -1
  7. package/browser/es5/applicationinsights-common.gbl.min.js +2 -2
  8. package/browser/es5/applicationinsights-common.gbl.min.js.map +1 -1
  9. package/browser/es5/applicationinsights-common.integrity.json +25 -25
  10. package/browser/es5/applicationinsights-common.js +92 -53
  11. package/browser/es5/applicationinsights-common.js.map +1 -1
  12. package/browser/es5/applicationinsights-common.min.js +2 -2
  13. package/browser/es5/applicationinsights-common.min.js.map +1 -1
  14. package/dist/es5/applicationinsights-common.js +90 -51
  15. package/dist/es5/applicationinsights-common.js.map +1 -1
  16. package/dist/es5/applicationinsights-common.min.js +2 -2
  17. package/dist/es5/applicationinsights-common.min.js.map +1 -1
  18. package/dist-es5/ConnectionStringParser.js +1 -1
  19. package/dist-es5/Constants.js +1 -1
  20. package/dist-es5/DomHelperFuncs.js +1 -1
  21. package/dist-es5/Enums.js +1 -1
  22. package/dist-es5/HelperFuncs.js +1 -1
  23. package/dist-es5/Interfaces/ConnectionString.js +1 -1
  24. package/dist-es5/Interfaces/Context/IApplication.js +1 -1
  25. package/dist-es5/Interfaces/Context/IDevice.js +1 -1
  26. package/dist-es5/Interfaces/Context/IInternal.js +1 -1
  27. package/dist-es5/Interfaces/Context/ILocation.js +1 -1
  28. package/dist-es5/Interfaces/Context/IOperatingSystem.js +1 -1
  29. package/dist-es5/Interfaces/Context/ISample.js +1 -1
  30. package/dist-es5/Interfaces/Context/ISession.js +1 -1
  31. package/dist-es5/Interfaces/Context/ISessionManager.js +1 -1
  32. package/dist-es5/Interfaces/Context/ITelemetryTrace.js +1 -1
  33. package/dist-es5/Interfaces/Context/IUser.js +1 -1
  34. package/dist-es5/Interfaces/Context/IWeb.js +1 -1
  35. package/dist-es5/Interfaces/Contracts/AvailabilityData.js +1 -1
  36. package/dist-es5/Interfaces/Contracts/ContextTagKeys.js +1 -1
  37. package/dist-es5/Interfaces/Contracts/DataPointType.js +1 -1
  38. package/dist-es5/Interfaces/Contracts/DependencyKind.js +1 -1
  39. package/dist-es5/Interfaces/Contracts/DependencySourceType.js +1 -1
  40. package/dist-es5/Interfaces/Contracts/IBase.js +1 -1
  41. package/dist-es5/Interfaces/Contracts/IData.js +1 -1
  42. package/dist-es5/Interfaces/Contracts/IDataPoint.js +1 -1
  43. package/dist-es5/Interfaces/Contracts/IDomain.js +1 -1
  44. package/dist-es5/Interfaces/Contracts/IEnvelope.js +1 -1
  45. package/dist-es5/Interfaces/Contracts/IEventData.js +1 -1
  46. package/dist-es5/Interfaces/Contracts/IExceptionData.js +1 -1
  47. package/dist-es5/Interfaces/Contracts/IExceptionDetails.js +1 -1
  48. package/dist-es5/Interfaces/Contracts/IMessageData.js +1 -1
  49. package/dist-es5/Interfaces/Contracts/IMetricData.js +1 -1
  50. package/dist-es5/Interfaces/Contracts/IPageViewData.js +1 -1
  51. package/dist-es5/Interfaces/Contracts/IPageViewPerfData.js +1 -1
  52. package/dist-es5/Interfaces/Contracts/IRemoteDependencyData.js +1 -1
  53. package/dist-es5/Interfaces/Contracts/IStackFrame.js +1 -1
  54. package/dist-es5/Interfaces/Contracts/RequestData.js +1 -1
  55. package/dist-es5/Interfaces/Contracts/SeverityLevel.js +1 -1
  56. package/dist-es5/Interfaces/IAppInsights.js +1 -1
  57. package/dist-es5/Interfaces/IConfig.js +1 -1
  58. package/dist-es5/Interfaces/ICorrelationConfig.js +1 -1
  59. package/dist-es5/Interfaces/IDependencyTelemetry.js +1 -1
  60. package/dist-es5/Interfaces/IEventTelemetry.js +1 -1
  61. package/dist-es5/Interfaces/IExceptionTelemetry.js +1 -1
  62. package/dist-es5/Interfaces/IMetricTelemetry.js +1 -1
  63. package/dist-es5/Interfaces/IPageViewPerformanceTelemetry.js +1 -1
  64. package/dist-es5/Interfaces/IPageViewTelemetry.js +1 -1
  65. package/dist-es5/Interfaces/IPartC.js +1 -1
  66. package/dist-es5/Interfaces/IPropertiesPlugin.js +1 -1
  67. package/dist-es5/Interfaces/IRequestContext.js +1 -1
  68. package/dist-es5/Interfaces/IStorageBuffer.js +1 -1
  69. package/dist-es5/Interfaces/ITelemetryContext.js +1 -1
  70. package/dist-es5/Interfaces/IThrottleMgr.js +1 -1
  71. package/dist-es5/Interfaces/ITraceTelemetry.js +1 -1
  72. package/dist-es5/Interfaces/PartAExtensions.js +1 -1
  73. package/dist-es5/Interfaces/Telemetry/IEnvelope.js +1 -1
  74. package/dist-es5/Interfaces/Telemetry/ISerializable.js +1 -1
  75. package/dist-es5/Offline.js +1 -1
  76. package/dist-es5/RequestResponseHeaders.js +1 -1
  77. package/dist-es5/StorageHelperFuncs.js +1 -1
  78. package/dist-es5/Telemetry/Common/Data.js +1 -1
  79. package/dist-es5/Telemetry/Common/DataPoint.js +1 -1
  80. package/dist-es5/Telemetry/Common/DataSanitizer.js +1 -1
  81. package/dist-es5/Telemetry/Common/Envelope.js +1 -1
  82. package/dist-es5/Telemetry/Event.js +1 -1
  83. package/dist-es5/Telemetry/Exception.js +1 -1
  84. package/dist-es5/Telemetry/Metric.js +1 -1
  85. package/dist-es5/Telemetry/PageView.js +1 -1
  86. package/dist-es5/Telemetry/PageViewPerformance.js +1 -1
  87. package/dist-es5/Telemetry/RemoteDependencyData.js +1 -1
  88. package/dist-es5/Telemetry/Trace.js +1 -1
  89. package/dist-es5/TelemetryItemCreator.js +1 -1
  90. package/dist-es5/ThrottleMgr.js +1 -1
  91. package/dist-es5/UrlHelperFuncs.js +1 -1
  92. package/dist-es5/Util.js +1 -1
  93. package/dist-es5/__DynamicConstants.js +1 -1
  94. package/dist-es5/applicationinsights-common.js +1 -1
  95. package/package.json +4 -4
  96. package/types/applicationinsights-common.d.ts +1 -1
  97. package/types/applicationinsights-common.namespaced.d.ts +1 -1
@@ -1,11 +1,11 @@
1
1
  /*!
2
- * Application Insights JavaScript SDK - Common, 3.1.0-nightly3.2401-09
2
+ * Application Insights JavaScript SDK - Common, 3.1.0-nightly3.2401-20
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
6
6
  var undef = "undefined";
7
- var nsKey, key, nm, theExports = {}, modName = "es5_applicationinsights_common_3_1_0_nightly3_2401_09", msMod="__ms$mod__";
8
- var mods={}, modDetail=mods[modName]={}, ver="3.1.0-nightly3.2401-09";
7
+ var nsKey, key, nm, theExports = {}, modName = "es5_applicationinsights_common_3_1_0_nightly3_2401_20", msMod="__ms$mod__";
8
+ var mods={}, modDetail=mods[modName]={}, ver="3.1.0-nightly3.2401-20";
9
9
  var baseNs=global, nsKey="Microsoft", baseNs=baseNs[nsKey]=(baseNs[nsKey]||{});
10
10
  // Versioned namespace "Microsoft.ApplicationInsights3"
11
11
  var exportNs=baseNs, nsKey="ApplicationInsights3", exportNs=exportNs[nsKey]=(exportNs[nsKey]||{});
@@ -40,7 +40,6 @@ var CONSTRUCTOR = "constructor";
40
40
  var SYMBOL = "Symbol";
41
41
  var POLYFILL_TAG = "_polyfill";
42
42
  var INDEX_OF = "indexOf";
43
- var LAST_INDEX_OF = "lastIndexOf";
44
43
  var LENGTH = "length";
45
44
  var VALUE = "value";
46
45
  var NAME = "name";
@@ -64,31 +63,38 @@ function safeGet(cb, defValue) {
64
63
  return result;
65
64
  }
66
65
 
66
+ /*#__NO_SIDE_EFFECTS__*/
67
67
  function _createIs(theType) {
68
68
  return function (value) {
69
69
  return typeof value === theType;
70
70
  };
71
71
  }
72
+ /*#__NO_SIDE_EFFECTS__*/
72
73
  function _createObjIs(theName) {
73
74
  var theType = "[object " + theName + "]";
74
75
  return function (value) {
75
76
  return !!(value && objToString(value) === theType);
76
77
  };
77
78
  }
79
+ /*#__NO_SIDE_EFFECTS__*/
78
80
  function objToString(value) {
79
81
  return ObjProto$1.toString[CALL](value);
80
82
  }
83
+ /*#__NO_SIDE_EFFECTS__*/
81
84
  function isUndefined(value) {
82
85
  return typeof value === UNDEFINED || value === UNDEFINED;
83
86
  }
87
+ /*#__NO_SIDE_EFFECTS__*/
84
88
  function isNullOrUndefined(value) {
85
89
  return value === NULL_VALUE || isUndefined(value);
86
90
  }
91
+ /*#__NO_SIDE_EFFECTS__*/
87
92
  function isDefined(arg) {
88
93
  return !!arg || arg !== UNDEF_VALUE;
89
94
  }
90
- var isString = ( _createIs(STRING));
91
- var isFunction = ( _createIs(FUNCTION));
95
+ var isString = ( /*#__PURE__*/_createIs(STRING));
96
+ var isFunction = ( /*#__PURE__*/_createIs(FUNCTION));
97
+ /*#__NO_SIDE_EFFECTS__*/
92
98
  function isObject(value) {
93
99
  if (!value && isNullOrUndefined(value)) {
94
100
  return false;
@@ -96,16 +102,18 @@ function isObject(value) {
96
102
  return !!value && typeof value === OBJECT;
97
103
  }
98
104
  var isArray = ArrCls.isArray;
99
- var isNumber = ( _createIs(NUMBER));
100
- var isError = ( _createObjIs("Error"));
105
+ var isNumber = ( /*#__PURE__*/_createIs(NUMBER));
106
+ var isError = ( /*#__PURE__*/_createObjIs("Error"));
101
107
 
102
108
  var objGetOwnPropertyDescriptor = ObjClass$1.getOwnPropertyDescriptor;
103
109
 
110
+ /*#__NO_SIDE_EFFECTS__*/
104
111
  function objHasOwnProperty(obj, prop) {
105
112
  return obj && ObjProto$1.hasOwnProperty[CALL](obj, prop);
106
113
  }
107
114
 
108
115
  var objHasOwn = ObjClass$1["hasOwn"] || polyObjHasOwn;
116
+ /*#__NO_SIDE_EFFECTS__*/
109
117
  function polyObjHasOwn(obj, prop) {
110
118
  return objHasOwnProperty(obj, prop) || !!objGetOwnPropertyDescriptor(obj, prop);
111
119
  }
@@ -122,6 +130,7 @@ function objForEachKey(theObject, callbackfn, thisArg) {
122
130
  }
123
131
  }
124
132
 
133
+ /*#__NO_SIDE_EFFECTS__*/
125
134
  function _createKeyValueMap(values, keyType, valueType, completeFn) {
126
135
  var theMap = {};
127
136
  objForEachKey(values, function (key, value) {
@@ -142,10 +151,12 @@ var _objFreeze = ObjClass$1["freeze"];
142
151
  function _doNothing(value) {
143
152
  return value;
144
153
  }
154
+ /*#__NO_SIDE_EFFECTS__*/
145
155
  function _getProto(value) {
146
156
  return value[__PROTO__] || NULL_VALUE;
147
157
  }
148
158
  var objAssign = ObjClass$1["assign"];
159
+ /*#__NO_SIDE_EFFECTS__*/
149
160
  function objKeys(value) {
150
161
  if (!isObject(value) || value === NULL_VALUE) {
151
162
  throwTypeError("objKeys called on non-object");
@@ -165,9 +176,11 @@ function objDeepFreeze(value) {
165
176
  var objFreeze = _objFreeze || _doNothing;
166
177
  var objGetPrototypeOf = ObjClass$1["getPrototypeOf"] || _getProto;
167
178
 
179
+ /*#__NO_SIDE_EFFECTS__*/
168
180
  function createEnum(values) {
169
181
  return _createKeyValueMap(values, 1 , 0 , objDeepFreeze);
170
182
  }
183
+ /*#__NO_SIDE_EFFECTS__*/
171
184
  function createSimpleMap(values) {
172
185
  var mapClass = {};
173
186
  objForEachKey(values, function (key, value) {
@@ -176,6 +189,7 @@ function createSimpleMap(values) {
176
189
  });
177
190
  return objDeepFreeze(mapClass);
178
191
  }
192
+ /*#__NO_SIDE_EFFECTS__*/
179
193
  function createTypeMap(values) {
180
194
  return createSimpleMap(values);
181
195
  }
@@ -184,6 +198,7 @@ var asString = StrCls;
184
198
 
185
199
  var GLOBAL_CONFIG_KEY = "__tsUtils$gblCfg";
186
200
  var _globalCfg;
201
+ /*#__NO_SIDE_EFFECTS__*/
187
202
  function _getGlobalValue() {
188
203
  var result;
189
204
  if (typeof globalThis !== UNDEFINED) {
@@ -200,6 +215,7 @@ function _getGlobalValue() {
200
215
  }
201
216
  return result;
202
217
  }
218
+ /*#__NO_SIDE_EFFECTS__*/
203
219
  function _getGlobalConfig() {
204
220
  if (!_globalCfg) {
205
221
  var gbl = _getGlobalValue() || {};
@@ -208,6 +224,7 @@ function _getGlobalConfig() {
208
224
  return _globalCfg;
209
225
  }
210
226
 
227
+ /*#__NO_SIDE_EFFECTS__*/
211
228
  function dumpObj(object, format) {
212
229
  var propertyValueDump = EMPTY;
213
230
  if (isError(object)) {
@@ -228,12 +245,14 @@ var _slice;
228
245
  function _throwMissingFunction(funcName, thisArg) {
229
246
  throwTypeError("'" + asString(funcName) + "' not defined for " + dumpObj(thisArg));
230
247
  }
248
+ /*#__NO_SIDE_EFFECTS__*/
231
249
  function _unwrapInstFunction(funcName) {
232
250
  _slice = _slice || ArrProto[SLICE];
233
251
  return function (thisArg) {
234
252
  return thisArg[funcName].apply(thisArg, _slice[CALL](arguments, 1));
235
253
  };
236
254
  }
255
+ /*#__NO_SIDE_EFFECTS__*/
237
256
  function _unwrapFunction(funcName, clsProto) {
238
257
  _slice = _slice || ArrProto[SLICE];
239
258
  var clsFn = clsProto && clsProto[funcName];
@@ -245,6 +264,7 @@ function _unwrapFunction(funcName, clsProto) {
245
264
  _throwMissingFunction(funcName, thisArg);
246
265
  };
247
266
  }
267
+ /*#__NO_SIDE_EFFECTS__*/
248
268
  function _unwrapFunctionWithPoly(funcName, clsProto, polyFunc) {
249
269
  _slice = _slice || ArrProto[SLICE];
250
270
  var clsFn = clsProto && clsProto[funcName];
@@ -260,10 +280,11 @@ function _unwrapFunctionWithPoly(funcName, clsProto, polyFunc) {
260
280
 
261
281
  var mathMax = MathCls.max;
262
282
 
263
- var strSlice = ( _unwrapFunction(SLICE, StrProto));
283
+ var strSlice = ( /*#__PURE__*/_unwrapFunction(SLICE, StrProto));
264
284
 
265
- var strSubstring = ( _unwrapFunction("substring", StrProto));
266
- var strSubstr = ( _unwrapFunctionWithPoly("substr", StrProto, polyStrSubstr));
285
+ var strSubstring = ( /*#__PURE__*/_unwrapFunction("substring", StrProto));
286
+ var strSubstr = ( /*#__PURE__*/_unwrapFunctionWithPoly("substr", StrProto, polyStrSubstr));
287
+ /*#__NO_SIDE_EFFECTS__*/
267
288
  function polyStrSubstr(value, start, length) {
268
289
  if (isNullOrUndefined(value)) {
269
290
  throwTypeError("'polyStrSubstr called with invalid " + dumpObj(value));
@@ -280,12 +301,14 @@ function polyStrSubstr(value, start, length) {
280
301
  }
281
302
  return strSlice(value, start, start + length);
282
303
  }
304
+ /*#__NO_SIDE_EFFECTS__*/
283
305
  function strLeft(value, count) {
284
306
  return strSubstring(value, 0, count);
285
307
  }
286
308
 
287
309
  var UNIQUE_REGISTRY_ID = "_urid";
288
310
  var _polySymbols;
311
+ /*#__NO_SIDE_EFFECTS__*/
289
312
  function _globalSymbolRegistry() {
290
313
  if (!_polySymbols) {
291
314
  var gblCfg = _getGlobalConfig();
@@ -293,6 +316,7 @@ function _globalSymbolRegistry() {
293
316
  }
294
317
  return _polySymbols;
295
318
  }
319
+ /*#__NO_SIDE_EFFECTS__*/
296
320
  function polyNewSymbol(description) {
297
321
  var theSymbol = {
298
322
  description: asString(description),
@@ -301,6 +325,7 @@ function polyNewSymbol(description) {
301
325
  theSymbol[POLYFILL_TAG] = true;
302
326
  return theSymbol;
303
327
  }
328
+ /*#__NO_SIDE_EFFECTS__*/
304
329
  function polySymbolFor(key) {
305
330
  var registry = _globalSymbolRegistry();
306
331
  if (!objHasOwn(registry.k, key)) {
@@ -321,6 +346,7 @@ var propMap = {
321
346
  g: "get",
322
347
  s: "set"
323
348
  };
349
+ /*#__NO_SIDE_EFFECTS__*/
324
350
  function _createProp(value) {
325
351
  var prop = {};
326
352
  prop[propMap["c"]] = true;
@@ -383,13 +409,16 @@ var _cachedGlobal;
383
409
  var _cachedWindow;
384
410
  var _cachedDocument;
385
411
  var _cachedNavigator;
412
+ /*#__NO_SIDE_EFFECTS__*/
386
413
  function lazySafeGetInst(name) {
387
414
  return safeGetLazy(function () { return getInst(name) || UNDEF_VALUE; }, UNDEF_VALUE);
388
415
  }
416
+ /*#__NO_SIDE_EFFECTS__*/
389
417
  function getGlobal(useCached) {
390
418
  (!_cachedGlobal || useCached === false || (_globalLazyTestHooks && _globalLazyTestHooks.lzy && !_cachedGlobal.b)) && (_cachedGlobal = safeGetLazy(_getGlobalValue, NULL_VALUE));
391
419
  return _cachedGlobal.v;
392
420
  }
421
+ /*#__NO_SIDE_EFFECTS__*/
393
422
  function getInst(name, useCached) {
394
423
  var gbl = (!_cachedGlobal || useCached === false) ? getGlobal(useCached) : _cachedGlobal.v;
395
424
  if (gbl && gbl[name]) {
@@ -400,20 +429,25 @@ function getInst(name, useCached) {
400
429
  }
401
430
  return NULL_VALUE;
402
431
  }
432
+ /*#__NO_SIDE_EFFECTS__*/
403
433
  function getDocument() {
404
434
  (!_cachedDocument || (_globalLazyTestHooks && _globalLazyTestHooks.lzy && !_cachedDocument.b)) && (_cachedDocument = lazySafeGetInst("document"));
405
435
  return _cachedDocument.v;
406
436
  }
437
+ /*#__NO_SIDE_EFFECTS__*/
407
438
  function hasWindow() {
408
439
  return !!getWindow();
409
440
  }
441
+ /*#__NO_SIDE_EFFECTS__*/
410
442
  function getWindow() {
411
443
  (!_cachedWindow || (_globalLazyTestHooks && _globalLazyTestHooks.lzy && !_cachedWindow.b)) && (_cachedWindow = lazySafeGetInst(WINDOW));
412
444
  return _cachedWindow.v;
413
445
  }
446
+ /*#__NO_SIDE_EFFECTS__*/
414
447
  function hasNavigator() {
415
448
  return !!getNavigator();
416
449
  }
450
+ /*#__NO_SIDE_EFFECTS__*/
417
451
  function getNavigator() {
418
452
  (!_cachedNavigator || (_globalLazyTestHooks && _globalLazyTestHooks.lzy && !_cachedNavigator.b)) && (_cachedNavigator = lazySafeGetInst("navigator"));
419
453
  return _cachedNavigator.v;
@@ -421,7 +455,7 @@ function getNavigator() {
421
455
 
422
456
  var _symbol;
423
457
  var _symbolFor;
424
- var _symbolKeyFor;
458
+ /*#__NO_SIDE_EFFECTS__*/
425
459
  function _getSymbolValue(name) {
426
460
  return safeGetLazy(function () {
427
461
  return (_symbol.v ? _symbol.v[name] : UNDEF_VALUE);
@@ -431,19 +465,20 @@ function getSymbol() {
431
465
  var resetCache = !_symbol || (_globalLazyTestHooks && _globalLazyTestHooks.lzy && !_symbol.b);
432
466
  resetCache && (_symbol = lazySafeGetInst(SYMBOL));
433
467
  (!_symbolFor || resetCache) && (_symbolFor = _getSymbolValue("for"));
434
- (!_symbolKeyFor || resetCache) && (_symbolKeyFor = _getSymbolValue("keyFor"));
435
468
  return _symbol.v;
436
469
  }
470
+ /*#__NO_SIDE_EFFECTS__*/
437
471
  function newSymbol(description, noPoly) {
438
472
  (!_symbol || (_globalLazyTestHooks.lzy && !_symbol.b)) && getSymbol();
439
473
  return _symbol.v ? _symbol.v(description) : (!noPoly ? polyNewSymbol(description) : NULL_VALUE);
440
474
  }
475
+ /*#__NO_SIDE_EFFECTS__*/
441
476
  function symbolFor(key) {
442
477
  (!_symbolFor || (_globalLazyTestHooks.lzy && !_symbol.b)) && getSymbol();
443
478
  return (_symbolFor.v || polySymbolFor)(key);
444
479
  }
445
480
 
446
- var fnApply = ( _unwrapInstFunction("apply"));
481
+ var fnApply = ( /*#__PURE__*/_unwrapInstFunction("apply"));
447
482
 
448
483
  function arrForEach(theArray, callbackfn, thisArg) {
449
484
  if (theArray) {
@@ -458,16 +493,16 @@ function arrForEach(theArray, callbackfn, thisArg) {
458
493
  }
459
494
  }
460
495
 
461
- var arrIndexOf = ( _unwrapFunction(INDEX_OF, ArrProto));
462
- ( _unwrapFunction(LAST_INDEX_OF, ArrProto));
496
+ var arrIndexOf = ( /*#__PURE__*/_unwrapFunction(INDEX_OF, ArrProto));
463
497
 
464
- var arrMap = ( _unwrapFunction("map", ArrProto));
498
+ var arrMap = ( /*#__PURE__*/_unwrapFunction("map", ArrProto));
465
499
 
466
- var arrSlice = ( _unwrapFunction(SLICE, ArrProto));
500
+ var arrSlice = ( /*#__PURE__*/_unwrapFunction(SLICE, ArrProto));
467
501
 
468
- var arrReduce = ( _unwrapFunction("reduce", ArrProto));
502
+ var arrReduce = ( /*#__PURE__*/_unwrapFunction("reduce", ArrProto));
469
503
 
470
504
  var objCreate = ObjClass$1["create"] || polyObjCreate;
505
+ /*#__NO_SIDE_EFFECTS__*/
471
506
  function polyObjCreate(obj) {
472
507
  if (!obj) {
473
508
  return {};
@@ -504,20 +539,21 @@ function _createCustomError(name, d, b) {
504
539
  d[PROTOTYPE] = b === NULL_VALUE ? objCreate(b) : (__[PROTOTYPE] = b[PROTOTYPE], new __());
505
540
  return d;
506
541
  }
507
- var _safeSetName = function (baseClass, name) {
542
+ function _safeSetName(baseClass, name) {
508
543
  try {
509
544
  name && (baseClass[NAME] = name);
510
545
  }
511
546
  catch (e) {
512
547
  }
513
- };
514
- var _safeDefineName = function (target, name) {
548
+ }
549
+ function _safeDefineName(target, name) {
515
550
  try {
516
551
  objDefine(target, NAME, { v: name, c: true, e: false });
517
552
  }
518
553
  catch (e) {
519
554
  }
520
- };
555
+ }
556
+ /*#__NO_SIDE_EFFECTS__*/
521
557
  function createCustomError(name, constructCb, errorBase) {
522
558
  var theBaseClass = errorBase || Error;
523
559
  var orgName = theBaseClass[PROTOTYPE][NAME];
@@ -543,13 +579,16 @@ function createCustomError(name, constructCb, errorBase) {
543
579
  }, theBaseClass);
544
580
  }
545
581
 
582
+ /*#__NO_SIDE_EFFECTS__*/
546
583
  function utcNow() {
547
584
  return (Date.now || polyUtcNow)();
548
585
  }
586
+ /*#__NO_SIDE_EFFECTS__*/
549
587
  function polyUtcNow() {
550
588
  return new Date().getTime();
551
589
  }
552
590
 
591
+ /*#__NO_SIDE_EFFECTS__*/
553
592
  function _createTrimFn(exp) {
554
593
  return function _doTrim(value) {
555
594
  if (isNullOrUndefined(value)) {
@@ -561,17 +600,14 @@ function _createTrimFn(exp) {
561
600
  return value;
562
601
  };
563
602
  }
564
- var polyStrTrim = ( _createTrimFn(/^\s+|(?=\s)\s+$/g));
565
- var polyStrTrimStart = ( _createTrimFn(/^\s+/g));
566
- var polyStrTrimEnd = ( _createTrimFn(/(?=\s)\s+$/g));
603
+ var polyStrTrim = ( /*#__PURE__*/_createTrimFn(/^\s+|(?=\s)\s+$/g));
567
604
 
568
- var strTrim = ( _unwrapFunctionWithPoly("trim", StrProto, polyStrTrim));
569
- ( _unwrapFunctionWithPoly("trimStart", StrProto, polyStrTrimStart));
570
- ( _unwrapFunctionWithPoly("trimEnd", StrProto, polyStrTrimEnd));
605
+ var strTrim = ( /*#__PURE__*/_unwrapFunctionWithPoly("trim", StrProto, polyStrTrim));
571
606
 
572
607
  var _fnToString;
573
608
  var _objCtrFnString;
574
609
  var _gblWindow;
610
+ /*#__NO_SIDE_EFFECTS__*/
575
611
  function isPlainObject(value) {
576
612
  if (!value || typeof value !== OBJECT) {
577
613
  return false;
@@ -602,12 +638,14 @@ function isPlainObject(value) {
602
638
  }
603
639
 
604
640
  var _perf;
641
+ /*#__NO_SIDE_EFFECTS__*/
605
642
  function getPerformance() {
606
643
  (!_perf || (!_perf.b && _globalLazyTestHooks && _globalLazyTestHooks.lzy)) && (_perf = lazySafeGetInst("performance"));
607
644
  return _perf.v;
608
645
  }
609
646
 
610
- var strEndsWith = ( _unwrapFunctionWithPoly("endsWith", StrProto, polyStrEndsWith));
647
+ var strEndsWith = ( /*#__PURE__*/_unwrapFunctionWithPoly("endsWith", StrProto, polyStrEndsWith));
648
+ /*#__NO_SIDE_EFFECTS__*/
611
649
  function polyStrEndsWith(value, searchString, length) {
612
650
  if (!isString(value)) {
613
651
  throwTypeError("'" + dumpObj(value) + "' is not a string");
@@ -619,8 +657,7 @@ function polyStrEndsWith(value, searchString, length) {
619
657
  return strSubstring(value, end - chkLen, end) === searchValue;
620
658
  }
621
659
 
622
- var strIndexOf = ( _unwrapFunction(INDEX_OF, StrProto));
623
- ( _unwrapFunction(LAST_INDEX_OF, StrProto));
660
+ var strIndexOf = ( /*#__PURE__*/_unwrapFunction(INDEX_OF, StrProto));
624
661
 
625
662
  var REF = "ref";
626
663
  var UNREF = "un" + REF;
@@ -770,8 +807,6 @@ var strShimPrototype = "prototype";
770
807
  var ObjClass = Object;
771
808
  var ObjProto = ObjClass[strShimPrototype];
772
809
 
773
- (getGlobal() || {})["Symbol"];
774
- (getGlobal() || {})["Reflect"];
775
810
  var strHasOwnProperty = "hasOwnProperty";
776
811
  var __objAssignFnImpl = function (t) {
777
812
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -880,13 +915,13 @@ function _forEachProp(target, func) {
880
915
  }
881
916
  }
882
917
  function _isDynamicCandidate(target, funcName, skipOwn) {
883
- return (funcName !== Constructor && typeof target[funcName] === strFunction && (skipOwn || objHasOwnProperty(target, funcName)));
918
+ return (funcName !== Constructor && typeof target[funcName] === strFunction && (skipOwn || objHasOwnProperty(target, funcName)) && funcName !== str__Proto && funcName !== Prototype);
884
919
  }
885
920
  function _throwTypeError(message) {
886
921
  throwTypeError("DynamicProto: " + message);
887
922
  }
888
923
  function _getInstanceFuncs(thisTarget) {
889
- var instFuncs = {};
924
+ var instFuncs = objCreate(null);
890
925
  _forEachProp(thisTarget, function (name) {
891
926
  if (!instFuncs[name] && _isDynamicCandidate(thisTarget, name, false)) {
892
927
  instFuncs[name] = thisTarget[name];
@@ -915,7 +950,7 @@ function _getBaseFuncs(classProto, thisTarget, instFuncs, useBaseInst) {
915
950
  return theFunc.apply(target, arguments);
916
951
  };
917
952
  }
918
- var baseFuncs = {};
953
+ var baseFuncs = objCreate(null);
919
954
  _forEachProp(instFuncs, function (name) {
920
955
  baseFuncs[name] = _instFuncProxy(thisTarget, instFuncs, name);
921
956
  });
@@ -935,8 +970,8 @@ function _getBaseFuncs(classProto, thisTarget, instFuncs, useBaseInst) {
935
970
  function _getInstFunc(target, funcName, proto, currentDynProtoProxy) {
936
971
  var instFunc = null;
937
972
  if (target && objHasOwnProperty(proto, DynClassName)) {
938
- var instFuncTable = target[DynInstFuncTable] || {};
939
- instFunc = (instFuncTable[proto[DynClassName]] || {})[funcName];
973
+ var instFuncTable = target[DynInstFuncTable] || objCreate(null);
974
+ instFunc = (instFuncTable[proto[DynClassName]] || objCreate(null))[funcName];
940
975
  if (!instFunc) {
941
976
  _throwTypeError("Missing [" + funcName + "] " + strFunction);
942
977
  }
@@ -986,20 +1021,24 @@ function _populatePrototype(proto, className, target, baseInstFuncs, setInstance
986
1021
  return dynProtoProxy;
987
1022
  }
988
1023
  if (!_isObjectOrArrayPrototype(proto)) {
989
- var instFuncTable = target[DynInstFuncTable] = target[DynInstFuncTable] || {};
990
- var instFuncs_1 = instFuncTable[className] = (instFuncTable[className] || {});
991
- if (instFuncTable[DynAllowInstChkTag] !== false) {
992
- instFuncTable[DynAllowInstChkTag] = !!setInstanceFunc;
993
- }
994
- _forEachProp(target, function (name) {
995
- if (_isDynamicCandidate(target, name, false) && target[name] !== baseInstFuncs[name]) {
996
- instFuncs_1[name] = target[name];
997
- delete target[name];
998
- if (!objHasOwnProperty(proto, name) || (proto[name] && !proto[name][DynProxyTag])) {
999
- proto[name] = _createDynamicPrototype(proto, name);
1000
- }
1024
+ var instFuncTable = target[DynInstFuncTable] = target[DynInstFuncTable] || objCreate(null);
1025
+ if (!_isObjectOrArrayPrototype(instFuncTable)) {
1026
+ var instFuncs_1 = instFuncTable[className] = (instFuncTable[className] || objCreate(null));
1027
+ if (instFuncTable[DynAllowInstChkTag] !== false) {
1028
+ instFuncTable[DynAllowInstChkTag] = !!setInstanceFunc;
1001
1029
  }
1002
- });
1030
+ if (!_isObjectOrArrayPrototype(instFuncs_1)) {
1031
+ _forEachProp(target, function (name) {
1032
+ if (_isDynamicCandidate(target, name, false) && target[name] !== baseInstFuncs[name]) {
1033
+ instFuncs_1[name] = target[name];
1034
+ delete target[name];
1035
+ if (!objHasOwnProperty(proto, name) || (proto[name] && !proto[name][DynProxyTag])) {
1036
+ proto[name] = _createDynamicPrototype(proto, name);
1037
+ }
1038
+ }
1039
+ });
1040
+ }
1041
+ }
1003
1042
  }
1004
1043
  }
1005
1044
  function _checkPrototype(classProto, thisTarget) {
@@ -1259,7 +1298,7 @@ function newId(maxLength) {
1259
1298
  return result;
1260
1299
  }
1261
1300
 
1262
- var version = '3.1.0-nightly3.2401-09';
1301
+ var version = '3.1.0-nightly3.2401-20';
1263
1302
  var instanceName = "." + newId(6);
1264
1303
  var _dataUid = 0;
1265
1304
  function _canAcceptData(target) {