@lwc/synthetic-shadow 2.45.4 → 2.45.5
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 +3 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/synthetic-shadow.js +3 -3
- package/package.json +3 -3
package/dist/index.cjs.js
CHANGED
|
@@ -126,7 +126,7 @@ const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
|
126
126
|
// We use this to detect symbol support in order to avoid the expensive symbol polyfill. Note that
|
|
127
127
|
// we can't use typeof since it will fail when transpiling.
|
|
128
128
|
const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === 'Symbol(x)')();
|
|
129
|
-
/** version: 2.45.
|
|
129
|
+
/** version: 2.45.5 */
|
|
130
130
|
|
|
131
131
|
/* proxy-compat-disable */
|
|
132
132
|
/**
|
|
@@ -136,7 +136,7 @@ const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === '
|
|
|
136
136
|
if (!_globalThis.lwcRuntimeFlags) {
|
|
137
137
|
Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
|
138
138
|
}
|
|
139
|
-
/** version: 2.45.
|
|
139
|
+
/** version: 2.45.5 */
|
|
140
140
|
|
|
141
141
|
/*
|
|
142
142
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -4755,5 +4755,5 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
|
4755
4755
|
},
|
|
4756
4756
|
configurable: true,
|
|
4757
4757
|
});
|
|
4758
|
-
/** version: 2.45.
|
|
4758
|
+
/** version: 2.45.5 */
|
|
4759
4759
|
//# sourceMappingURL=index.cjs.js.map
|