add --harmony_rest_parameters flag to babel-node - fixes #1446
This commit is contained in:
parent
a241300ff1
commit
8ae4e1fdf2
@ -55,6 +55,7 @@ babelArgs.forEach(function(arg){
|
||||
case "--harmony_classes":
|
||||
case "--harmony_object_literals":
|
||||
case "--harmony_templates":
|
||||
case "--harmony_rest_parameters":
|
||||
case "--compiled_keyed_generic_loads":
|
||||
case "--pretenuring_call_new":
|
||||
case "--allocation_site_pretenuring":
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user