You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In other words, compiling
object.class
toobject["class"]
andclass: "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.
The text was updated successfully, but these errors were encountered: