sveltejs / sapper-template

Starter template for Sapper apps
703 stars 215 forks source link

Preserve backslashes in template literals #278

Closed ykomatsu closed 3 years ago

ykomatsu commented 3 years ago

We need to double backslashes in template literals.

benmccann commented 3 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 3 years ago

@benmccann O.K. I rebased.

Conduitry commented 3 years ago

Thank you! Merged