@lwc/synthetic-shadow 8.4.0 → 8.5.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 +5 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +5 -3
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
@@ -79,6 +79,8 @@ defineProperty,
|
|
79
79
|
entries,
|
80
80
|
/** Detached {@linkcode Object.freeze}; see {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/freeze MDN Reference}. */
|
81
81
|
freeze,
|
82
|
+
/** Detached {@linkcode Object.fromEntries}; see {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/fromEntries MDN Reference}. */
|
83
|
+
fromEntries,
|
82
84
|
/** Detached {@linkcode Object.getOwnPropertyDescriptor}; see {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/getOwnPropertyDescriptor MDN Reference}. */
|
83
85
|
getOwnPropertyDescriptor,
|
84
86
|
/** Detached {@linkcode Object.getOwnPropertyDescriptors}; see {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/getOwnPropertyDescriptors MDN Reference}. */
|
@@ -213,7 +215,7 @@ const KEY__LEGACY_SHADOW_TOKEN_PRIVATE = '$$LegacyShadowTokenKey$$';
|
|
213
215
|
const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
214
216
|
const KEY__NATIVE_GET_ELEMENT_BY_ID = '$nativeGetElementById$';
|
215
217
|
const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
216
|
-
/** version: 8.
|
218
|
+
/** version: 8.5.0 */
|
217
219
|
|
218
220
|
/**
|
219
221
|
* Copyright (c) 2024 Salesforce, Inc.
|
@@ -221,7 +223,7 @@ const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
221
223
|
if (!globalThis.lwcRuntimeFlags) {
|
222
224
|
Object.defineProperty(globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
223
225
|
}
|
224
|
-
/** version: 8.
|
226
|
+
/** version: 8.5.0 */
|
225
227
|
|
226
228
|
/*
|
227
229
|
* Copyright (c) 2018, salesforce.com, inc.
|
@@ -4379,6 +4381,6 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
4379
4381
|
},
|
4380
4382
|
configurable: true,
|
4381
4383
|
});
|
4382
|
-
/** version: 8.
|
4384
|
+
/** version: 8.5.0 */
|
4383
4385
|
}
|
4384
4386
|
//# sourceMappingURL=index.js.map
|