On Sep 11, 2014, at 1:05 AM, Brendan Eich wrote:
> The tag goes at the front. What's missing from the design that can't be
> provided as a standard exported deindent function?
exactly:
var a = dontIndent
`This is a template string.
Even though each line is indented to keep the
code neat and tidy, the white space used to indent
is not in the resulting string`;
or, following the precedent to 'raw':
var a = String.noIndentation
`This is a template string.
Even though each line is indented to keep the
code neat and tidy, the white space used to indent
is not in the resulting string`;
Allen
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss