doc: add `node:sqlite` to mandatory `node:` prefix list

This commit is contained in:
sapphi-red 2024-11-14 12:53:12 +09:00
parent be5a500ae3
commit 01973263ed
No known key found for this signature in database
GPG Key ID: B5533BC1E6C4ED51
1 changed files with 2 additions and 0 deletions

View File

@ -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`][]
@ -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