ripple 0.2.60 → 0.2.61
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/package.json
CHANGED
|
@@ -454,7 +454,7 @@ const visitors = {
|
|
|
454
454
|
if (attr.value === null) {
|
|
455
455
|
handle_static_attr(name, true);
|
|
456
456
|
continue;
|
|
457
|
-
}
|
|
457
|
+
}
|
|
458
458
|
|
|
459
459
|
if (attr.value.type === 'Literal' && name !== 'class') {
|
|
460
460
|
handle_static_attr(name, attr.value.value);
|
|
@@ -1536,7 +1536,9 @@ function transform_children(children, context) {
|
|
|
1536
1536
|
const id = state.flush_node();
|
|
1537
1537
|
state.template.push(' ');
|
|
1538
1538
|
state.init.push(
|
|
1539
|
-
b.stmt(
|
|
1539
|
+
b.stmt(
|
|
1540
|
+
b.assignment('=', b.member(b.call('$.child', id), b.id('nodeValue')), expression),
|
|
1541
|
+
),
|
|
1540
1542
|
);
|
|
1541
1543
|
}
|
|
1542
1544
|
} else {
|