@lwc/synthetic-shadow 8.1.0-alpha.1 → 8.1.0-alpha.3
Sign up to get free protection for your applications and to get access to all the features.
- 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
@@ -87,6 +87,8 @@ getOwnPropertyDescriptor,
|
|
87
87
|
getOwnPropertyDescriptors,
|
88
88
|
/** Detached {@linkcode Object.getOwnPropertyNames}; see {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/getOwnPropertyNames MDN Reference}. */
|
89
89
|
getOwnPropertyNames,
|
90
|
+
/** Detached {@linkcode Object.getOwnPropertySymbols}; see {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/getOwnPropertySymbols MDN Reference}. */
|
91
|
+
getOwnPropertySymbols,
|
90
92
|
/** Detached {@linkcode Object.getPrototypeOf}; see {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/getPrototypeOf MDN Reference}. */
|
91
93
|
getPrototypeOf,
|
92
94
|
/** Detached {@linkcode Object.hasOwnProperty}; see {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/hasOwnProperty 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.1.0-alpha.
|
218
|
+
/** version: 8.1.0-alpha.3 */
|
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.1.0-alpha.
|
226
|
+
/** version: 8.1.0-alpha.3 */
|
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.1.0-alpha.
|
4384
|
+
/** version: 8.1.0-alpha.3 */
|
4383
4385
|
}
|
4384
4386
|
//# sourceMappingURL=index.cjs.js.map
|