@@ -1065,14 +1065,6 @@ added:
10651065
10661066Use this flag to enable [ ShadowRealm] [ ] support.
10671067
1068- ### ` --experimental-sqlite `
1069-
1070- <!-- YAML
1071- added: v22.5.0
1072- -->
1073-
1074- Enable the experimental [ ` node:sqlite ` ] [ ] module.
1075-
10761068### ` --experimental-strip-types `
10771069
10781070<!-- YAML
@@ -1693,6 +1685,18 @@ Disable support for loading a synchronous ES module graph in `require()`.
16931685
16941686See [ Loading ECMAScript modules using ` require() ` ] [ ] .
16951687
1688+ ### ` --no-experimental-sqlite `
1689+
1690+ <!-- YAML
1691+ added: v22.5.0
1692+ changes:
1693+ - version: REPLACEME
1694+ pr-url: https://github.com/nodejs/node/pull/55890
1695+ description: SQLite is unflagged but still experimental.
1696+ -->
1697+
1698+ Disable the experimental [ ` node:sqlite ` ] [ ] module.
1699+
16961700### ` --no-experimental-websocket `
16971701
16981702<!-- YAML
@@ -3043,7 +3047,6 @@ one is included in the list below.
30433047* ` --experimental-require-module `
30443048* ` --experimental-shadow-realm `
30453049* ` --experimental-specifier-resolution `
3046- * ` --experimental-sqlite `
30473050* ` --experimental-strip-types `
30483051* ` --experimental-top-level-await `
30493052* ` --experimental-transform-types `
@@ -3080,6 +3083,7 @@ one is included in the list below.
30803083* ` --no-deprecation `
30813084* ` --no-experimental-global-navigator `
30823085* ` --no-experimental-repl-await `
3086+ * ` --no-experimental-sqlite `
30833087* ` --no-experimental-websocket `
30843088* ` --no-extra-info-on-fatal-exception `
30853089* ` --no-force-async-hooks-checks `
0 commit comments