This repository was archived by the owner on Sep 2, 2023. It is now read-only.
This repository was archived by the owner on Sep 2, 2023. It is now read-only.
Discussion about an implicit (or explicit) "node" scheme #169
Closed
Description
This compliments #168 with a more open discussion about the notion of assuming an implicit (or explicit) node
scheme which builds on the existing internal/implicit use of node:
in experimental-modules.
This thread opens the discussion about the notion that a theoretical (or experimental) Node.js ESM loader can be considered the one and only implementation for a node+file:
scheme.
Other schemes which are not supported by such a loader (like node+https:
) can still be valid schemes that live in the realm of other platforms like Electron, or handled by third-party handlers that may or may not interface with node's own loader.