Is there any reason that dash-case keys are not supported in the object literal syntax.
For example:
const style = {
font-size: 10
}
Compared to what one needs to do today:
const style = {
'font-size': 10
}
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

