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

