Skip to content

Commit 824ac65

Browse files
sapphi-redruyadorno
authored andcommitted
doc: add node:sqlite to mandatory node: prefix list
PR-URL: #55846 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent c67aec3 commit 824ac65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/api/modules.md

+2
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,7 @@ modules from having a conflict with user land packages that already have
518518
taken the name. Currently the built-in modules that requires the `node:` prefix are:
519519

520520
* [`node:sea`][]
521+
* [`node:sqlite`][]
521522
* [`node:test`][]
522523
* [`node:test/reporters`][]
523524

@@ -1277,6 +1278,7 @@ This section was moved to
12771278
[`module` core module]: module.md
12781279
[`module` object]: #the-module-object
12791280
[`node:sea`]: single-executable-applications.md#single-executable-application-api
1281+
[`node:sqlite`]: sqlite.md
12801282
[`node:test/reporters`]: test.md#test-reporters
12811283
[`node:test`]: test.md
12821284
[`package.json`]: packages.md#nodejs-packagejson-field-definitions

0 commit comments

Comments
 (0)