michaelficarra / CoffeeScriptRedux

:sweat: rewrite of the CoffeeScript compiler with proper compiler design principles and a focus on robustness and extensibility
https://michaelficarra.github.com/CoffeeScriptRedux/
BSD 3-Clause "New" or "Revised" License
1.84k stars 110 forks source link

Ensure string interpolations with empty prefixes have raw values. #340

Closed eventualbuddha closed 9 years ago

eventualbuddha commented 9 years ago

Without this the string node that is the left of the ConcatOp has no raw value, which is unexpected when parsing with raw: true.