sveltejs / sapper-template

Starter template for Sapper apps
703 stars 214 forks source link

Preserve backslashes in template literals #278

Closed ykomatsu closed 4 years ago

ykomatsu commented 4 years ago

We need to double backslashes in template literals.

benmccann commented 4 years ago

@ykomatsu I just merged https://github.com/sveltejs/sapper-template/pull/276 which renamed the file so this will need to be rebased. Thanks!

ykomatsu commented 4 years ago

@benmccann O.K. I rebased.

Conduitry commented 4 years ago

Thank you! Merged