David Lattimore 64a49589e7 Fix handling of whitespace when applying SSR within macro expansions.
I originally did replacement by passing in the full file text. Then as some point I thought I could do without it. Turns out calling .text() on a node coming from a macro expansion isn't a great idea, especially when you then try and use ranges from the original source to cut that text. The test I added here actually panics without the rest of this change (sorry I didn't notice sooner).
2020-06-27 20:38:31 +10:00
..
2020-06-24 16:53:16 +02:00
2020-06-27 02:51:54 +00:00
2020-06-24 16:53:16 +02:00
2020-06-27 09:50:08 +00:00
2020-06-27 12:07:48 +02:00
2020-06-27 02:04:33 +02:00
2020-06-26 16:30:50 +02:00
2020-06-25 17:14:11 +02:00