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

Commit ecbb539

Browse files
Table source type detection (#465)
Table source type detection
2 parents 22661bf + f30843b commit ecbb539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/plan-for-new-modules-implementation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Phase 3 improves user experience and extends the MVP. Phase 3 is malleable based
139139
* Limited module type detection.
140140
- PR: https://github.com/nodejs/ecmascript-modules/pull/69.
141141
- Upstream PR: https://github.com/nodejs/node/pull/27808.
142-
- **Status**: Upstream PR submitted.
142+
- **Tabled**. The group’s current thinking is to encourage explicit source type definition via file extension or the `"type"` field. Source type detection via parsing source code is not 100% accurate and should therefore be left to userland where users can choose to accept its risks.
143143

144144
* Provide a way to make ESM the default instead of CommonJS.
145145
- Discussion: https://github.com/nodejs/modules/issues/318.

0 commit comments

Comments
 (0)