We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18afb83 commit ec6796dCopy full SHA for ec6796d
tools/link.py
@@ -1477,12 +1477,6 @@ def limit_incoming_module_api():
1477
1478
set_initial_memory()
1479
1480
- if settings.EXPORT_ES6 and not settings.MODULARIZE:
1481
- # EXPORT_ES6 requires output to be a module
1482
- if 'MODULARIZE' in user_settings:
1483
- exit_with_error('EXPORT_ES6 requires MODULARIZE to be set')
1484
- settings.MODULARIZE = 1
1485
-
1486
if settings.MODULARIZE and not settings.DECLARE_ASM_MODULE_EXPORTS:
1487
# When MODULARIZE option is used, currently requires declaring all module exports
1488
# individually - TODO: this could be optimized
0 commit comments