@lwc/synthetic-shadow 2.47.0 → 2.49.0
Sign up to get free protection for your applications and to get access to all the features.
- 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.js
CHANGED
@@ -124,7 +124,7 @@ const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
124
124
|
// We use this to detect symbol support in order to avoid the expensive symbol polyfill. Note that
|
125
125
|
// we can't use typeof since it will fail when transpiling.
|
126
126
|
const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === 'Symbol(x)')();
|
127
|
-
/** version: 2.
|
127
|
+
/** version: 2.49.0 */
|
128
128
|
|
129
129
|
/* proxy-compat-disable */
|
130
130
|
/**
|
@@ -134,7 +134,7 @@ const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === '
|
|
134
134
|
if (!_globalThis.lwcRuntimeFlags) {
|
135
135
|
Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
136
136
|
}
|
137
|
-
/** version: 2.
|
137
|
+
/** version: 2.49.0 */
|
138
138
|
|
139
139
|
/*
|
140
140
|
* Copyright (c) 2018, salesforce.com, inc.
|
@@ -4753,5 +4753,5 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
4753
4753
|
},
|
4754
4754
|
configurable: true,
|
4755
4755
|
});
|
4756
|
-
/** version: 2.
|
4756
|
+
/** version: 2.49.0 */
|
4757
4757
|
//# sourceMappingURL=index.js.map
|