This reverts commit 5bac6e8ad99bcbf608f6df30d9942d6269f88fac.
* Fix parsing object rest This makes object-rest-spread behave according to spec and only allow one rest operator and enforces it to be the last param in the object. Also move all object-rest-spread tests to a own folder. * Show nicer error messages