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
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to