diff --git a/doc/plan-for-new-modules-implementation.md b/doc/plan-for-new-modules-implementation.md index d8d11b8..b6b2f32 100644 --- a/doc/plan-for-new-modules-implementation.md +++ b/doc/plan-for-new-modules-implementation.md @@ -72,6 +72,8 @@ These changes are implemented in https://github.com/nodejs/ecmascript-modules/pu - Proposal: ["Dynamic Modules Proposal"](https://github.com/nodejs/dynamic-modules/) - We will need to reach consensus on appropriate behavior for [`export * from 'dynamic-module'`](https://github.com/nodejs/dynamic-modules/pull/11). If consensus cannot be reached, then this feature will be deferred to a later phase. The current behavior of throwing may also be reverted at a later time. +* Define semantics for enabling ESM treatment of source code loaded via `--eval`, STDIN, and extensionless files. + ## Phase 3 Phase 3 will tentatively focus on extensible loaders and deliver an environment that allows user-land experimentation.