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