@lwc/synthetic-shadow 3.0.0 → 3.0.1
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/package.json +3 -3
package/dist/index.cjs.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: 3.0.
|
127
|
+
/** version: 3.0.1 */
|
128
128
|
|
129
129
|
/**
|
130
130
|
* Copyright (C) 2023 salesforce.com, inc.
|
@@ -133,7 +133,7 @@ const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === '
|
|
133
133
|
if (!_globalThis.lwcRuntimeFlags) {
|
134
134
|
Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
135
135
|
}
|
136
|
-
/** version: 3.0.
|
136
|
+
/** version: 3.0.1 */
|
137
137
|
|
138
138
|
/*
|
139
139
|
* Copyright (c) 2018, salesforce.com, inc.
|
@@ -4752,5 +4752,5 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
4752
4752
|
},
|
4753
4753
|
configurable: true,
|
4754
4754
|
});
|
4755
|
-
/** version: 3.0.
|
4755
|
+
/** version: 3.0.1 */
|
4756
4756
|
//# sourceMappingURL=index.cjs.js.map
|