UNPKG

es5to3-webpack-plugin

Version:

Transforms JavaScript from ES5 to ES3 bundled by webpack.

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