| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index cb12c253935a259699aedb9898bbb294891f3a20..95b4723d3a9ed9f432d98dac51cf3ac9d8adaba0 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -206,7 +206,8 @@ DEFINE_IMPLICATION(es_staging, harmony_tailcalls)
|
| V(harmony_simd, "harmony simd") \
|
| V(harmony_do_expressions, "harmony do-expressions") \
|
| V(harmony_tailcalls, "harmony tail calls") \
|
| - V(harmony_regexp_property, "harmony unicode regexp property classes")
|
| + V(harmony_regexp_property, "harmony unicode regexp property classes") \
|
| + V(harmony_exponentiation_operator, "harmony exponentiation operator `**`")
|
|
|
| // Features that are complete (but still behind --harmony/es-staging flag).
|
| #define HARMONY_STAGED(V) \
|
|
|