Skip to content

Commit

Permalink
Fix: Ensur object rest works in destructed arg (fixes #213)
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Dec 1, 2015
1 parent 3086c02 commit 8aa05fa
Show file tree
Hide file tree
Showing 3 changed files with 411 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
destructuring: true,
experimentalObjectRestSpread: true
};

0 comments on commit 8aa05fa

Please sign in to comment.