@lwc/engine-core 7.0.3 → 7.0.4
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 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -5866,6 +5866,7 @@ function buildSerializeExpressionFn(parts) {
|
|
|
5866
5866
|
// 4. For non-attributes everything from index 1 to the string length is the partId.
|
|
5867
5867
|
// Ex, attribute: a0:data-name, a = an attribute, 0 = partId, data-name = attribute name.
|
|
5868
5868
|
// Ex, style: s0, s = a style attribute, 0 = partId.
|
|
5869
|
+
// Note some attributes contain a `:`, e.g. `xlink:href` may be encoded as `a0:xlink:href`.
|
|
5869
5870
|
const type = StringCharAt.call(partToken, 0);
|
|
5870
5871
|
let delimiterIndex = partToken.length;
|
|
5871
5872
|
let attrName = '';
|
|
@@ -8024,5 +8025,5 @@ function readonly(obj) {
|
|
|
8024
8025
|
}
|
|
8025
8026
|
|
|
8026
8027
|
export { LightningElement, profilerControl as __unstable__ProfilerControl, reportingControl as __unstable__ReportingControl, api$1 as api, computeShadowAndRenderMode, connectRootElement, createContextProviderWithRegister, createVM, disconnectRootElement, freezeTemplate, getAssociatedVMIfPresent, getComponentAPIVersion, getComponentConstructor, getComponentDef, getComponentHtmlPrototype, hydrateRoot, isComponentConstructor, parseFragment, parseSVGFragment, readonly, registerComponent, registerDecorators, registerTemplate, runFormAssociatedCallback, runFormDisabledCallback, runFormResetCallback, runFormStateRestoreCallback, sanitizeAttribute, setHooks, shouldBeFormAssociated, swapComponent, swapStyle, swapTemplate, track, unwrap, wire };
|
|
8027
|
-
/** version: 7.0.
|
|
8028
|
+
/** version: 7.0.4 */
|
|
8028
8029
|
//# sourceMappingURL=index.js.map
|