Alternative: an operator for function composition.

```js
let text = `…` @@ t;
```


> On 17 Apr 2015, at 19:13, monolithed <[email protected]> wrote:
> 
> Why not provide special formatting flags for `Template strings`?
> 
> ```js
> let text = `text text text text text text
>             text text text text text text`t;
> ```
> 
> `t` - trim whitespaces
> 
> Expected result:
> 
> ```js
> let text = `text text text text text text text text text text text text`t;
> ```

-- 
Dr. Axel Rauschmayer
[email protected]
rauschma.de



_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to