iansan5653 / compress-tag

:abcd: Template literal tag for painless multiline strings in JS.
https://www.npmjs.com/compress-tag
MIT License
14 stars 2 forks source link

`\`` seems to yield \` when it should result in just ` #17

Closed iansan5653 closed 4 years ago

iansan5653 commented 4 years ago

Nope, this seems to be an issue with something else.

const c = require("compress-tag");

console.log(c.t`\``); // logs `