UNPKG

es5to3-webpack-plugin

Version:

Transforms JavaScript from ES5 to ES3 bundled by webpack.

15 lines (10 loc) 174 B
var x = { dynamic: 0, "static": 17, "throws": "forbidden", "class": "foo" }; x.dynamic++; x["static"]++; x["throws"] = "test"; x["class"] += "bar";