Skip to content

Commit 9bf941c

Browse files
author
Kevin Smith
committed
Unflag object rest/spread.
1 parent d2d9d28 commit 9bf941c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Common/ConfigFlagsList.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ PHASE(All)
659659
#define DEFAULT_CONFIG_ES6Spread (true)
660660
#define DEFAULT_CONFIG_ES6String (true)
661661
#define DEFAULT_CONFIG_ES6StringPrototypeFixes (true)
662-
#define DEFAULT_CONFIG_ES2018ObjectRestSpread (false)
662+
#define DEFAULT_CONFIG_ES2018ObjectRestSpread (true)
663663

664664
#ifndef DEFAULT_CONFIG_ES6PrototypeChain
665665
#ifdef COMPILE_DISABLE_ES6PrototypeChain

0 commit comments

Comments
 (0)