@@ -1065,14 +1065,6 @@ added:
1065
1065
1066
1066
Use this flag to enable [ ShadowRealm] [ ] support.
1067
1067
1068
- ### ` --experimental-sqlite `
1069
-
1070
- <!-- YAML
1071
- added: v22.5.0
1072
- -->
1073
-
1074
- Enable the experimental [ ` node:sqlite ` ] [ ] module.
1075
-
1076
1068
### ` --experimental-strip-types `
1077
1069
1078
1070
<!-- YAML
@@ -1693,6 +1685,18 @@ Disable support for loading a synchronous ES module graph in `require()`.
1693
1685
1694
1686
See [ Loading ECMAScript modules using ` require() ` ] [ ] .
1695
1687
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
+
1696
1700
### ` --no-experimental-websocket `
1697
1701
1698
1702
<!-- YAML
@@ -3043,7 +3047,6 @@ one is included in the list below.
3043
3047
* ` --experimental-require-module `
3044
3048
* ` --experimental-shadow-realm `
3045
3049
* ` --experimental-specifier-resolution `
3046
- * ` --experimental-sqlite `
3047
3050
* ` --experimental-strip-types `
3048
3051
* ` --experimental-top-level-await `
3049
3052
* ` --experimental-transform-types `
@@ -3080,6 +3083,7 @@ one is included in the list below.
3080
3083
* ` --no-deprecation `
3081
3084
* ` --no-experimental-global-navigator `
3082
3085
* ` --no-experimental-repl-await `
3086
+ * ` --no-experimental-sqlite `
3083
3087
* ` --no-experimental-websocket `
3084
3088
* ` --no-extra-info-on-fatal-exception `
3085
3089
* ` --no-force-async-hooks-checks `
0 commit comments