Allow patterns as argument of RestElement (#8414)
This commit is contained in:
committed by
Nicolò Ribaudo
parent
d9149aa2f3
commit
9eef660daa
1
packages/babel-plugin-transform-parameters/test/fixtures/parameters/rest-patterns/input.js
vendored
Normal file
1
packages/babel-plugin-transform-parameters/test/fixtures/parameters/rest-patterns/input.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
function foo(...[a]) {}
|
||||
Reference in New Issue
Block a user