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