Skip to content
This repository was archived by the owner on Sep 2, 2023. It is now read-only.

--eval, STDIN, and extensionless files #251

Merged
merged 2 commits into from
Jan 30, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc/plan-for-new-modules-implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down