@lwc/synthetic-shadow 2.49.1 → 2.50.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.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.
|
129
|
+
/** version: 2.50.0 */
|
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.
|
139
|
+
/** version: 2.50.0 */
|
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.
|
4758
|
+
/** version: 2.50.0 */
|
4759
4759
|
//# sourceMappingURL=index.cjs.js.map
|