@lwc/shared 2.41.3 → 2.43.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 +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -479,7 +479,7 @@ const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === '
|
|
|
479
479
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
480
480
|
*/
|
|
481
481
|
// Increment whenever the LWC template compiler changes
|
|
482
|
-
const LWC_VERSION = "2.
|
|
482
|
+
const LWC_VERSION = "2.43.0";
|
|
483
483
|
const LWC_VERSION_COMMENT = `LWC compiler v${LWC_VERSION}`;
|
|
484
484
|
const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
|
|
485
485
|
|
|
@@ -566,5 +566,5 @@ exports.noop = noop;
|
|
|
566
566
|
exports.seal = seal;
|
|
567
567
|
exports.setPrototypeOf = setPrototypeOf;
|
|
568
568
|
exports.toString = toString;
|
|
569
|
-
/** version: 2.
|
|
569
|
+
/** version: 2.43.0 */
|
|
570
570
|
//# sourceMappingURL=index.cjs.js.map
|
package/dist/index.js
CHANGED
|
@@ -477,10 +477,10 @@ const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === '
|
|
|
477
477
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
478
478
|
*/
|
|
479
479
|
// Increment whenever the LWC template compiler changes
|
|
480
|
-
const LWC_VERSION = "2.
|
|
480
|
+
const LWC_VERSION = "2.43.0";
|
|
481
481
|
const LWC_VERSION_COMMENT = `LWC compiler v${LWC_VERSION}`;
|
|
482
482
|
const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
|
|
483
483
|
|
|
484
484
|
export { AriaAttrNameToPropNameMap, AriaPropNameToAttrNameMap, ArrayConcat, ArrayCopyWithin, ArrayFill, ArrayFilter, ArrayFind, ArrayIndexOf, ArrayJoin, ArrayMap, ArrayPop, ArrayPush, ArrayReduce, ArrayReverse, ArrayShift, ArraySlice, ArraySome, ArraySort, ArraySplice, ArrayUnshift, HTML_NAMESPACE, ID_REFERENCING_ATTRIBUTES_SET, KEY__IS_NATIVE_SHADOW_ROOT_DEFINED, KEY__NATIVE_GET_ELEMENT_BY_ID, KEY__NATIVE_QUERY_SELECTOR_ALL, KEY__SCOPED_CSS, KEY__SHADOW_RESOLVER, KEY__SHADOW_RESOLVER_PRIVATE, KEY__SHADOW_STATIC, KEY__SHADOW_STATIC_PRIVATE, KEY__SHADOW_TOKEN, KEY__SHADOW_TOKEN_PRIVATE, KEY__SYNTHETIC_MODE, LWC_VERSION, LWC_VERSION_COMMENT, LWC_VERSION_COMMENT_REGEX, MATHML_NAMESPACE, SVG_NAMESPACE, StringCharCodeAt, StringFromCharCode, StringReplace, StringSlice, StringSplit, StringToLowerCase, XLINK_NAMESPACE, XML_NAMESPACE, assert, assign, create, defineProperties, defineProperty, forEach, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPropertyDescriptor, getPrototypeOf, _globalThis as globalThis, hasNativeSymbolSupport, hasOwnProperty, htmlAttributeToProperty, htmlEscape, htmlPropertyToAttribute, isAriaAttribute, isArray, isBoolean, isBooleanAttribute, isFalse, isFrozen, isFunction, isGlobalHtmlAttribute, isNull, isNumber, isObject, isString, isTrue, isUndefined, isVoidElement, keys, noop, seal, setPrototypeOf, toString };
|
|
485
|
-
/** version: 2.
|
|
485
|
+
/** version: 2.43.0 */
|
|
486
486
|
//# sourceMappingURL=index.js.map
|