Skip to content

Commit

Permalink
doc: add node:sqlite to mandatory node: prefix list
Browse files Browse the repository at this point in the history
PR-URL: #55846
Reviewed-By: Antoine du Hamel <[email protected]>
Reviewed-By: Chemi Atlow <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
  • Loading branch information
sapphi-red authored Nov 16, 2024
1 parent 7d28de9 commit b67986f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/api/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ modules from having a conflict with user land packages that already have
taken the name. Currently the built-in modules that requires the `node:` prefix are:

* [`node:sea`][]
* [`node:sqlite`][]
* [`node:test`][]
* [`node:test/reporters`][]

Expand Down Expand Up @@ -1278,6 +1279,7 @@ This section was moved to
[`module` core module]: module.md
[`module` object]: #the-module-object
[`node:sea`]: single-executable-applications.md#single-executable-application-api
[`node:sqlite`]: sqlite.md
[`node:test/reporters`]: test.md#test-reporters
[`node:test`]: test.md
[`package.json`]: packages.md#nodejs-packagejson-field-definitions
Expand Down

0 comments on commit b67986f

Please sign in to comment.