File tree 2 files changed +7
-2
lines changed
site/source/docs/tools_reference 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -1619,7 +1619,9 @@ EXPORT_ES6
1619
1619
==========
1620
1620
1621
1621
Export using an ES6 Module export rather than a UMD export. MODULARIZE must
1622
- be enabled for ES6 exports.
1622
+ be enabled for ES6 exports and is implicitly enabled if not already set.
1623
+
1624
+ This is implicitly enabled if the output suffix is set to 'mjs'.
1623
1625
1624
1626
.. _use_es6_import_meta :
1625
1627
Original file line number Diff line number Diff line change @@ -1276,7 +1276,10 @@ var DETERMINISTIC = false;
1276
1276
var MODULARIZE = false ;
1277
1277
1278
1278
// Export using an ES6 Module export rather than a UMD export. MODULARIZE must
1279
- // be enabled for ES6 exports.
1279
+ // be enabled for ES6 exports and is implicitly enabled if not already set.
1280
+ //
1281
+ // This is implicitly enabled if the output suffix is set to 'mjs'.
1282
+ //
1280
1283
// [link]
1281
1284
var EXPORT_ES6 = false ;
1282
1285
You can’t perform that action at this time.
0 commit comments