| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 75c8e18 commit ee59127
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,14 +5,17 @@ | |||
| 5 | 5 | <!-- YAML | |
| 6 | 6 | added: v22.5.0 | |
| 7 | 7 | changes: | |
| 8 | + - version: REPLACEME | ||
| 9 | + pr-url: https://github.com/nodejs/node/pull/61262 | ||
| 10 | + description: SQLite is now a release candidate. | ||
| 8 | 11 | - version: | |
| 9 | 12 | - v23.4.0 | |
| 10 | 13 | - v22.13.0 | |
| 11 | 14 | pr-url: https://github.com/nodejs/node/pull/55890 | |
| 12 | 15 | description: SQLite is no longer behind `--experimental-sqlite` but still experimental. | |
| 13 | 16 | --> | |
| 14 | 17 | ||
| 15 | - > Stability: 1.1 - Active development. | ||
| 18 | + > Stability: 1.2 - Release candidate. | ||
| 16 | 19 | ||
| 17 | 20 | <!-- source_link=lib/sqlite.js --> | |
| 18 | 21 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,3 @@ | |||
| 1 | 1 | 'use strict'; | |
| 2 | - const { emitExperimentalWarning } = require('internal/util'); | ||
| 3 | - | ||
| 4 | - emitExperimentalWarning('SQLite'); | ||
| 5 | 2 | ||
| 6 | 3 | module.exports = internalBinding('sqlite'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments