add --harmony_rest_parameters flag to babel-node - fixes #1446

This commit is contained in:
Sebastian McKenzie 2015-05-06 15:43:51 +01:00
parent a241300ff1
commit 8ae4e1fdf2

View File

@ -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":