@lwc/synthetic-shadow 2.45.3 → 2.45.5
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.cjs.js +6 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +6 -3
- package/dist/index.js.map +1 -1
- package/dist/synthetic-shadow.js +6 -3
- package/package.json +3 -3
package/dist/index.cjs.js
CHANGED
@@ -1,8 +1,10 @@
|
|
1
|
+
/* proxy-compat-disable */
|
1
2
|
/**
|
2
3
|
* Copyright (C) 2023 salesforce.com, inc.
|
3
4
|
*/
|
4
5
|
'use strict';
|
5
6
|
|
7
|
+
/* proxy-compat-disable */
|
6
8
|
/**
|
7
9
|
* Copyright (C) 2023 salesforce.com, inc.
|
8
10
|
*/
|
@@ -124,8 +126,9 @@ const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
124
126
|
// We use this to detect symbol support in order to avoid the expensive symbol polyfill. Note that
|
125
127
|
// we can't use typeof since it will fail when transpiling.
|
126
128
|
const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === 'Symbol(x)')();
|
127
|
-
/** version: 2.45.
|
129
|
+
/** version: 2.45.5 */
|
128
130
|
|
131
|
+
/* proxy-compat-disable */
|
129
132
|
/**
|
130
133
|
* Copyright (C) 2023 salesforce.com, inc.
|
131
134
|
*/
|
@@ -133,7 +136,7 @@ const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === '
|
|
133
136
|
if (!_globalThis.lwcRuntimeFlags) {
|
134
137
|
Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
135
138
|
}
|
136
|
-
/** version: 2.45.
|
139
|
+
/** version: 2.45.5 */
|
137
140
|
|
138
141
|
/*
|
139
142
|
* Copyright (c) 2018, salesforce.com, inc.
|
@@ -4752,5 +4755,5 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
4752
4755
|
},
|
4753
4756
|
configurable: true,
|
4754
4757
|
});
|
4755
|
-
/** version: 2.45.
|
4758
|
+
/** version: 2.45.5 */
|
4756
4759
|
//# sourceMappingURL=index.cjs.js.map
|