odoo / owl

OWL: A web framework for structured, dynamic and maintainable applications
https://odoo.github.io/owl/
Other
1.14k stars 344 forks source link

[FIX] playground, compiler: correctly escape template literals #1611

Closed sdegueldre closed 4 months ago

sdegueldre commented 4 months ago

This PR contains two commits that fix incomplete or inexistant escaping of strings that were injected into constructed template literals. See the individual commits for details.