d at domenic.me (2014-12-19T22:54:00.657Z)
do these strings come from a database or not? If so, how are you storing strings in such database, via static back-tick analysis or via just a textarea? 'cause in the second case you are good to go via multiline strings but in the first one I'm having hard time trying to figure out your real-world use case. You are statically using ES6 template strings somewhere you'd like to store in the database or ... what? Thanks for any further explanation
do these strings come from a database or not? If so, how are you storing strings in such database, via static back-tick analysis or via just a textarea? 'cause in the second case you are good to go via multiline strings but in the first one I'm having hard time trying to figure out your real-world use case. You are statically using ES6 template strings somewhere you'd like to store in the database or ... what? Thanks for any further explanation On Tue, Dec 16, 2014 at 5:49 PM, Matthew Robb <matthewwrobb at gmail.com> wrote: > > > On Tue, Dec 16, 2014 at 12:35 PM, Andrea Giammarchi < > andrea.giammarchi at gmail.com> wrote: >> >> So what is exactly the issue with 'Hello ${first_name}'.template({first_name: >> "John"}) ? >> > > The BIGGEST issue with it is you can ONLY do single line strings. > > > > - Matthew Robb > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20141216/f6e2b1dd/attachment.html>