es3ify
es3ify copied to clipboard
Browserify transform to convert ES5 syntax to be ES3-compatible.
In our project uglify changed an object to {true: xxx} and it was not string escaped which caused parsing failure with Android 2.3.X devices.
I'm supporting IE8 (I know, I know) in a project, and using react hot loader in dev, then looking at swapping out Nerv or Preact in production to support older...
Consider the following code: ``` var data = [ { id: 0, name: "John Indigo" }/*, { id: 1, name: "Alice Beauxfort" }, { id: 3, name: "Bram van Dijt"...
Added some integration tests to make sure it works with browserify, as Jasmin async tests seem, awkward I switched it over to mocha + chai, to make up for imposing...
Currently es3ify check the file name to filter JSON file (as it can't and should not transform them). I assume this was done to fix browserify crashes with this transform....
It's more reliable to start from from `property.range[0] - 1`