mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
8702db03fb
Compiling a template with a dash ("-") in its name generates an
invalid function name in the compiled code.
A template named `"my-component"` leads to the function
`function my-component(app, bdom, helpers) { ... }` which has an
invalid name.
closes #1333