(oops, sent from wrong account) > On Oct 22, 2015, at 4:55 PM, Mark Miller <[email protected] > <mailto:[email protected]>> wrote: > > > > On Thu, Oct 22, 2015 at 7:20 PM, Caitlin Potter <[email protected] > <mailto:[email protected]>> wrote: > Cute, but nobody is realistically going to do that. > > Since `${}` is a static error, what do you realistically think people will > do? Especially if they meant `${''}`, how do you expect them to react to the > static error?
Just like they do if they have a line of code that reads: ```js str = ; ``` when they meant ```js str = ‘’; ``` It’s just a syntax error. I probably have syntax errors in 50% of the lines that I initially type. I parse, and then fix. Allen
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

