In other words, compiling object.class to object["class"] and class: "foo" to {"class": "foo"} is no longer necessary, and they're also idiomatically unquoted in modern JS.
So could this redundancy be removed? It aids both in readability and emitted code size.