David Lattimore fa1e411322 SSR: Wrap placeholder expansions in parenthesis when necessary
e.g. `foo($a) ==> $a.to_string()` should produce `(1 + 2).to_string()`
not `1 + 2.to_string()`

We don't yet try to determine if the whole replacement needs to be
wrapped in parenthesis. That's harder and I think perhaps less often an
issue.
2020-07-30 20:32:01 +10:00
..
2020-07-30 11:58:41 +02:00
2020-07-23 16:53:12 +02:00
2020-07-21 17:17:21 +02:00
2020-07-24 16:30:12 +02:00
2020-07-30 11:58:41 +02:00
2020-07-30 00:23:03 +02:00
2020-07-24 20:18:01 +00:00
2020-07-30 11:50:56 +02:00
2020-07-30 11:58:41 +02:00
2020-07-30 11:58:41 +02:00
2020-07-30 10:43:47 +02:00
2020-07-30 12:01:14 +02:00
2020-07-30 12:04:01 +02:00
2020-07-14 14:58:10 +02:00
2020-07-26 11:05:28 +02:00
2020-07-18 16:40:10 +02:00