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