Skip to content

Commit

Permalink
Implement parsing for proposed ES7 Object spread
Browse files Browse the repository at this point in the history
e.g `var {a,b,...x} = y ;` used in Babel (see
#6)
  • Loading branch information
matAtWork committed Jul 14, 2016
1 parent 53a9ca2 commit f553890
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "fast-async",
"version": "6.0.29",
"version": "6.0.30",
"dependencies": {
"nodent": "^2.5.9"
"nodent": "^2.5.10"
},
"description": "fast-async/await transformer Babel plugin",
"main": "plugin.js",
Expand Down
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fast-async-test",
"version": "6.0.29",
"version": "6.0.30",
"dependencies": {
"babel-core": "^6.10.4",
"babel-plugin-syntax-async-functions": "^6.8.0",
Expand Down

0 comments on commit f553890

Please sign in to comment.