@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.js
CHANGED
@@ -85,6 +85,8 @@ getOwnPropertyDescriptor,
|
|
85
85
|
getOwnPropertyDescriptors,
|
86
86
|
/** Detached {@linkcode Object.getOwnPropertyNames}; see {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/getOwnPropertyNames MDN Reference}. */
|
87
87
|
getOwnPropertyNames,
|
88
|
+
/** Detached {@linkcode Object.getOwnPropertySymbols}; see {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/getOwnPropertySymbols MDN Reference}. */
|
89
|
+
getOwnPropertySymbols,
|
88
90
|
/** Detached {@linkcode Object.getPrototypeOf}; see {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/getPrototypeOf MDN Reference}. */
|
89
91
|
getPrototypeOf,
|
90
92
|
/** Detached {@linkcode Object.hasOwnProperty}; see {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/hasOwnProperty MDN Reference}. */
|
@@ -211,7 +213,7 @@ const KEY__LEGACY_SHADOW_TOKEN_PRIVATE = '$$LegacyShadowTokenKey$$';
|
|
211
213
|
const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
212
214
|
const KEY__NATIVE_GET_ELEMENT_BY_ID = '$nativeGetElementById$';
|
213
215
|
const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
214
|
-
/** version: 8.1.0-alpha.
|
216
|
+
/** version: 8.1.0-alpha.3 */
|
215
217
|
|
216
218
|
/**
|
217
219
|
* Copyright (c) 2024 Salesforce, Inc.
|
@@ -219,7 +221,7 @@ const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
219
221
|
if (!globalThis.lwcRuntimeFlags) {
|
220
222
|
Object.defineProperty(globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
221
223
|
}
|
222
|
-
/** version: 8.1.0-alpha.
|
224
|
+
/** version: 8.1.0-alpha.3 */
|
223
225
|
|
224
226
|
/*
|
225
227
|
* Copyright (c) 2018, salesforce.com, inc.
|
@@ -4377,6 +4379,6 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
4377
4379
|
},
|
4378
4380
|
configurable: true,
|
4379
4381
|
});
|
4380
|
-
/** version: 8.1.0-alpha.
|
4382
|
+
/** version: 8.1.0-alpha.3 */
|
4381
4383
|
}
|
4382
4384
|
//# sourceMappingURL=index.js.map
|