This is the place to discuss specifics of how imports and exports are wrapped / converted between the CommonJS (CJS) and EcmaScript (ES) module systems. The proposal itself can be seen in PR #3.
Discussions here should regard:
- how to generate ModuleNamespaces for ES modules to consume from CJS module exports
- how to generate values for CJS to consume from ES module exports
It should not discuss module path resolution, evaluation ordering, or detecting file mode.
This is the place to discuss specifics of how imports and exports are wrapped / converted between the CommonJS (CJS) and EcmaScript (ES) module systems. The proposal itself can be seen in PR #3.
Discussions here should regard:
It should not discuss module path resolution, evaluation ordering, or detecting file mode.