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

Document node: scheme #555

Closed
Jamesernator opened this issue Sep 22, 2020 · 4 comments
Closed

Document node: scheme #555

Jamesernator opened this issue Sep 22, 2020 · 4 comments

Comments

@Jamesernator
Copy link

Since at least Node 14 one can import builtin modules using the nodejs: scheme. e.g. import fs from "nodejs:fs"; or import("nodejs:fs"). However this capability doesn't seem to be documented anywhere (particularly not on the esm docs).

It would be good to either document this, if it is officially supported, or to warn when nodejs: scheme is used (if it's only for internal use).

@bmeck
Copy link
Member

bmeck commented Sep 22, 2020

@Jamesernator that isn't stable and actually has been a discussion on if it should be node: since that is what policies use. Whenever we converge it will be documented

@bmeck
Copy link
Member

bmeck commented Sep 30, 2020

nodejs/node#35387 has landed so the features have unified on node:, do we want to officially document this now? We have a semi-implicit documentation bit in the resolver spec already.

@bmeck bmeck changed the title Document nodejs: scheme Document ~nodejs:~ node: scheme Sep 30, 2020
@bmeck bmeck changed the title Document ~nodejs:~ node: scheme Document node: scheme Sep 30, 2020
@bmeck
Copy link
Member

bmeck commented Sep 30, 2020

made a PR to docs

@bmeck
Copy link
Member

bmeck commented Jan 21, 2021

this has landed

@bmeck bmeck closed this as completed Jan 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants