add --harmony_generators to list of node flags - closes #1474, closes #1473

This commit is contained in:
Sebastian McKenzie 2015-05-10 20:00:12 +01:00
parent ab59fd08e5
commit 3c81899ca7

View File

@ -56,6 +56,7 @@ babelArgs.forEach(function(arg){
case "--harmony_object_literals":
case "--harmony_templates":
case "--harmony_rest_parameters":
case "--harmony_generators":
case "--compiled_keyed_generic_loads":
case "--pretenuring_call_new":
case "--allocation_site_pretenuring":