Skip to content

Commit f553890

Browse files
committed
Implement parsing for proposed ES7 Object spread
e.g `var {a,b,...x} = y ;` used in Babel (see #6)
1 parent 53a9ca2 commit f553890

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "fast-async",
3-
"version": "6.0.29",
3+
"version": "6.0.30",
44
"dependencies": {
5-
"nodent": "^2.5.9"
5+
"nodent": "^2.5.10"
66
},
77
"description": "fast-async/await transformer Babel plugin",
88
"main": "plugin.js",

tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-async-test",
3-
"version": "6.0.29",
3+
"version": "6.0.30",
44
"dependencies": {
55
"babel-core": "^6.10.4",
66
"babel-plugin-syntax-async-functions": "^6.8.0",

0 commit comments

Comments
 (0)