Closed nlf closed 7 years ago
this makes a string like
const str = `this string has 'single quotes'`;
not error, previously you would've had to do
const str = 'this string has \'single quotes\'';
which is ugly and i don't like it.
thoughts?
Love it 😍
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.
this makes a string like
not error, previously you would've had to do
which is ugly and i don't like it.
thoughts?