Jelajahi Sumber

[MERGE #6233 @boingoing] Enable dynamic import by default

Merge pull request #6233 from boingoing:enable_dynamic_import

Fixes #6231
Taylor Woll 6 tahun lalu
induk
melakukan
de37cbeca6
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      lib/Common/ConfigFlagsList.h

+ 1 - 1
lib/Common/ConfigFlagsList.h

@@ -702,7 +702,7 @@ PHASE(All)
 #define DEFAULT_CONFIG_ES7TrailingComma        (true)
 #define DEFAULT_CONFIG_ES7ValuesEntries        (true)
 #define DEFAULT_CONFIG_ESObjectGetOwnPropertyDescriptors (true)
-#define DEFAULT_CONFIG_ESDynamicImport         (false)
+#define DEFAULT_CONFIG_ESDynamicImport         (true)
 #define DEFAULT_CONFIG_ESImportMeta            (true)
 #define DEFAULT_CONFIG_ESExportNsAs            (true)
 #define DEFAULT_CONFIG_ES2018AsyncIteration    (false)