Skip to content

Commit 461f3b5

Browse files
committed
Enable dynamic import by default
Fixes #6231
1 parent 11d44d9 commit 461f3b5

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
@@ -702,7 +702,7 @@ PHASE(All)
702702
#define DEFAULT_CONFIG_ES7TrailingComma (true)
703703
#define DEFAULT_CONFIG_ES7ValuesEntries (true)
704704
#define DEFAULT_CONFIG_ESObjectGetOwnPropertyDescriptors (true)
705-
#define DEFAULT_CONFIG_ESDynamicImport (false)
705+
#define DEFAULT_CONFIG_ESDynamicImport (true)
706706
#define DEFAULT_CONFIG_ESImportMeta (true)
707707
#define DEFAULT_CONFIG_ESExportNsAs (true)
708708
#define DEFAULT_CONFIG_ES2018AsyncIteration (false)

0 commit comments

Comments
 (0)