File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
site/source/docs/tools_reference Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -1619,7 +1619,9 @@ EXPORT_ES6
16191619==========
16201620
16211621Export 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'.
16231625
16241626.. _use_es6_import_meta :
16251627
Original file line number Diff line number Diff line change @@ -1276,7 +1276,10 @@ var DETERMINISTIC = false;
12761276var MODULARIZE = false ;
12771277
12781278// 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+ //
12801283// [link]
12811284var EXPORT_ES6 = false ;
12821285
You can’t perform that action at this time.
0 commit comments