You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2018. It is now read-only.
This is the place to discuss specifics of the order in which modules will be evaluated while mixing CommonJS (CJS) and EcmaScript (ES) modules. The proposal itself can be seen in PR #3.
Discussions here should regard:
Order of module evaluation execution
The dependency graph of a module and possible problems mixing declarative pre-order evaluation and imperative in-order evaluation.
It should not discuss import/export conversion, module path resolution, or detecting file mode.
The text was updated successfully, but these errors were encountered:
This is the place to discuss specifics of the order in which modules will be evaluated while mixing CommonJS (CJS) and EcmaScript (ES) modules. The proposal itself can be seen in PR #3.
Discussions here should regard:
It should not discuss import/export conversion, module path resolution, or detecting file mode.
The text was updated successfully, but these errors were encountered: