| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 95cf570f0f24cbd878e9ca16b0078404d71f993b..8bd435871c4601f11b06ca12b9399266663e3be1 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -208,11 +208,13 @@ DEFINE_IMPLICATION(es_staging, move_object_start)
|
| V(harmony_dynamic_import, "harmony dynamic import")
|
|
|
| // Features that are complete (but still behind --harmony/es-staging flag).
|
| -#define HARMONY_STAGED(V) \
|
| - V(harmony_regexp_lookbehind, "harmony regexp lookbehind") \
|
| - V(harmony_restrictive_generators, \
|
| - "harmony restrictions on generator declarations") \
|
| - V(harmony_object_rest_spread, "harmony object rest spread properties")
|
| +#define HARMONY_STAGED(V) \
|
| + V(harmony_regexp_lookbehind, "harmony regexp lookbehind") \
|
| + V(harmony_restrictive_generators, \
|
| + "harmony restrictions on generator declarations") \
|
| + V(harmony_object_rest_spread, "harmony object rest spread properties") \
|
| + V(harmony_template_escapes, \
|
| + "harmony invalid escapes in tagged template literals")
|
|
|
| // Features that are shipping (turned on by default, but internal flag remains).
|
| #define HARMONY_SHIPPING_BASE(V) \
|
|
|