You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
Affected URL(s)
https://nodejs.org/docs/latest/api/packages.html#modules-loaders
Description of the problem
The ECMAScript module loader section (bottom) states:
Here, we should likely:
The text was updated successfully, but these errors were encountered: