Open
Description
$ node
> dedent = require(".").default
[Function: dedent]
> `a\xa0\tb`
'a \tb'
> dedent`a\xa0b`
'a\\xa0\\tb'
> ⏎
(For people stumbling upon this issue: https://github.com/MartinKolarik/dedent-js might work better for you.)
$ node
> dedent = require(".").default
[Function: dedent]
> `a\xa0\tb`
'a \tb'
> dedent`a\xa0b`
'a\\xa0\\tb'
> ⏎
(For people stumbling upon this issue: https://github.com/MartinKolarik/dedent-js might work better for you.)