babel-plugin-transform-solid-jsx 4.1.0-alpha.0 → 4.1.0-alpha.1
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.js +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1589,7 +1589,6 @@ function wrapDynamics$1(path, dynamics) {
|
|
|
1589
1589
|
t__namespace.arrowFunctionExpression(
|
|
1590
1590
|
[prevValue],
|
|
1591
1591
|
setAttr$1(path, dynamics[0].elem, dynamics[0].key, dynamics[0].value, {
|
|
1592
|
-
dynamic: true,
|
|
1593
1592
|
prevId: prevValue
|
|
1594
1593
|
})
|
|
1595
1594
|
)
|
|
@@ -1623,7 +1622,7 @@ function wrapDynamics$1(path, dynamics) {
|
|
|
1623
1622
|
t__namespace.assignmentExpression(
|
|
1624
1623
|
'=',
|
|
1625
1624
|
propMember,
|
|
1626
|
-
setAttr$1(path, elem, key, varIdent, {
|
|
1625
|
+
setAttr$1(path, elem, key, varIdent, { prevId: propMember }),
|
|
1627
1626
|
),
|
|
1628
1627
|
),
|
|
1629
1628
|
),
|
package/package.json
CHANGED