Remove object-rest-spread syntax.

This commit is contained in:
Artem Yavorsky
2017-03-23 00:33:03 +02:00
parent 70354013f1
commit ddfb6f2c44
4 changed files with 339 additions and 351 deletions

View File

@@ -1,5 +0,0 @@
"use strict";
const { foo, ...bar } = {};
exports.foo = foo;
exports.bar = bar;