Good observation. I agree.
Date: Fri, 13 Feb 2015 15:39:29 -0800
Subject: Proposal: No LineTerminator should be allowed between
{CallExpression, MemberExpression} TemplateLiteral
From: [email protected]
To: [email protected]
The connection between a CallExpression/MemberExpression and a TemplateLiteral
does not requires delimiters. They are both common and allowed independently.
CallExpression / MemberExpressions are allowed to end a statement and
TemplateLiterals are allowed to start a statement. When adopting "semicolon
free" style, it will become a problem because the connection between the two is
not visually clear if there's a new line between them.
I propose we add a [No LineTerminator here] between
CallExpression/MemberExpression and TemplateLiteral.
Thanks,Bei
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss