| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index d5c3e8ad3155ae17d6133d50fc3cc4f5b2595c7b..d75c32cc5ecd097a4965eccb859c14387506f491 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -210,7 +210,9 @@ DEFINE_IMPLICATION(es_staging, harmony_async_await)
|
| V(harmony_regexp_named_captures, "harmony regexp named captures") \
|
| V(harmony_regexp_property, "harmony unicode regexp property classes") \
|
| V(harmony_for_in, "harmony for-in syntax") \
|
| - V(harmony_async_await, "harmony async-await")
|
| + V(harmony_async_await, "harmony async-await") \
|
| + V(harmony_trailing_commas_in_parameters, \
|
| + "harmony trailing commas in function parameter lists")
|
|
|
| // Features that are complete (but still behind --harmony/es-staging flag).
|
| #define HARMONY_STAGED_BASE(V) \
|
|
|