Consider special-casing properties where slash-separated numbers are common #213
Open
Description
The division migrator errs on the side of overcorrecting /
-separated values to math.div
, since math.div
still supports concatenation for non-numerical values.
Since these values most commonly occur inside grid
and similar properties, we may want to consider special-casing them in the migrator to leave them alone.