This repository was archived by the owner on Jul 31, 2018. It is now read-only.

Description
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.