Rename babel's es6.parameters.rest option to es6.parameters

The old name was deprecated and spits out a bunch of annoying log
messages now.

See https://github.com/babel/babel/commit/c0fd4c1f9e0b18231f585c4fa793e4cb0e01aed1
This commit is contained in:
Evan Solomon
2015-07-10 12:58:03 -07:00
committed by James Ide
parent 6b0cb9243f
commit 484c6724b8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
"es6.constants",
"es6.classes",
"es6.destructuring",
"es6.parameters.rest",
"es6.parameters",
"es6.properties.computed",
"es6.properties.shorthand",
"es6.spread",
+1 -1
View File
@@ -23,7 +23,7 @@ function transform(srcTxt, filename, options) {
'es6.blockScoping',
'es6.classes',
'es6.destructuring',
'es6.parameters.rest',
'es6.parameters',
'es6.properties.computed',
'es6.properties.shorthand',
'es6.spread',