@lwc/synthetic-shadow 5.0.3 → 5.1.1-alpha.0
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.
- package/dist/index.cjs.js +4 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
@@ -43,7 +43,7 @@ var assert = /*#__PURE__*/Object.freeze({
|
|
43
43
|
* SPDX-License-Identifier: MIT
|
44
44
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
45
45
|
*/
|
46
|
-
const { assign, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isFrozen, keys, seal, setPrototypeOf, } = Object;
|
46
|
+
const { assign, create, defineProperties, defineProperty, entries, freeze, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isFrozen, keys, seal, setPrototypeOf, } = Object;
|
47
47
|
const { isArray } = Array;
|
48
48
|
const { concat: ArrayConcat, copyWithin: ArrayCopyWithin, every: ArrayEvery, fill: ArrayFill, filter: ArrayFilter, find: ArrayFind, findIndex: ArrayFindIndex, includes: ArrayIncludes, indexOf: ArrayIndexOf, join: ArrayJoin, map: ArrayMap, pop: ArrayPop, push: ArrayPush, reduce: ArrayReduce, reverse: ArrayReverse, shift: ArrayShift, slice: ArraySlice, some: ArraySome, sort: ArraySort, splice: ArraySplice, unshift: ArrayUnshift, forEach, } = Array.prototype;
|
49
49
|
function isUndefined(obj) {
|
@@ -113,7 +113,7 @@ const KEY__LEGACY_SHADOW_TOKEN_PRIVATE = '$$LegacyShadowTokenKey$$';
|
|
113
113
|
const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
114
114
|
const KEY__NATIVE_GET_ELEMENT_BY_ID = '$nativeGetElementById$';
|
115
115
|
const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
116
|
-
/** version: 5.0
|
116
|
+
/** version: 5.1.0 */
|
117
117
|
|
118
118
|
/**
|
119
119
|
* Copyright (C) 2023 salesforce.com, inc.
|
@@ -122,7 +122,7 @@ const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
122
122
|
if (!_globalThis.lwcRuntimeFlags) {
|
123
123
|
Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
124
124
|
}
|
125
|
-
/** version: 5.0
|
125
|
+
/** version: 5.1.0 */
|
126
126
|
|
127
127
|
/*
|
128
128
|
* Copyright (c) 2018, salesforce.com, inc.
|
@@ -4258,5 +4258,5 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
4258
4258
|
},
|
4259
4259
|
configurable: true,
|
4260
4260
|
});
|
4261
|
-
/** version: 5.0
|
4261
|
+
/** version: 5.1.0 */
|
4262
4262
|
//# sourceMappingURL=index.js.map
|