From b67986f57a17030afc3beee7bdfa3fed30d25ba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=A0=20/=20green?= Date: Sat, 16 Nov 2024 13:05:45 +0900 Subject: [PATCH] doc: add `node:sqlite` to mandatory `node:` prefix list PR-URL: https://github.com/nodejs/node/pull/55846 Reviewed-By: Antoine du Hamel Reviewed-By: Chemi Atlow Reviewed-By: Luigi Pinca --- doc/api/modules.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/api/modules.md b/doc/api/modules.md index dbbd121842d..6d62b85bd2f 100644 --- a/doc/api/modules.md +++ b/doc/api/modules.md @@ -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