Files
UglifyJS/lib
Alex Lam S.L 24aa07855b safer properties transform (#2391)
`{ a: x, b: y }.a` => `[ x, y ][0]`
- `x` cannot be function containing `this`

`[ x, y, z ][1]` => `(x, z, y)`
- only if `z` is side-effect-free
2017-10-22 20:10:13 +08:00
..
2017-10-22 20:10:13 +08:00
2017-07-29 23:02:04 +08:00
2017-09-21 04:42:40 +08:00
2017-07-03 03:23:38 +08:00
2017-06-03 14:00:59 +08:00