-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Closed
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.loadersIssues and PRs related to ES module loadersIssues and PRs related to ES module loaders
Description
Affected URL(s)
https://nodejs.org/docs/latest/api/packages.html#modules-loaders
Description of the problem
The ECMAScript module loader section (bottom) states:
It can load JSON modules, but an import assertion is required.Here, we should likely:
- Prefer "import attributes" to "import assertions" (which are deprecated).
- Consider including a relevant link to v8.dev, as either term is otherwise used in the documentation without further explanation, despite their relative obscurity and general confusability (especially to someone googling this newfangled jargon for the first time).
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.loadersIssues and PRs related to ES module loadersIssues and PRs related to ES module loaders