@lwc/engine-core 7.0.3 → 7.0.5
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.cjs.js
CHANGED
|
@@ -5870,6 +5870,7 @@ function buildSerializeExpressionFn(parts) {
|
|
|
5870
5870
|
// 4. For non-attributes everything from index 1 to the string length is the partId.
|
|
5871
5871
|
// Ex, attribute: a0:data-name, a = an attribute, 0 = partId, data-name = attribute name.
|
|
5872
5872
|
// Ex, style: s0, s = a style attribute, 0 = partId.
|
|
5873
|
+
// Note some attributes contain a `:`, e.g. `xlink:href` may be encoded as `a0:xlink:href`.
|
|
5873
5874
|
const type = shared.StringCharAt.call(partToken, 0);
|
|
5874
5875
|
let delimiterIndex = partToken.length;
|
|
5875
5876
|
let attrName = '';
|
|
@@ -8071,5 +8072,5 @@ exports.swapTemplate = swapTemplate;
|
|
|
8071
8072
|
exports.track = track;
|
|
8072
8073
|
exports.unwrap = unwrap;
|
|
8073
8074
|
exports.wire = wire;
|
|
8074
|
-
/** version: 7.0.
|
|
8075
|
+
/** version: 7.0.5 */
|
|
8075
8076
|
//# sourceMappingURL=index.cjs.js.map
|