File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
lib/unsupported-features/node-builtins-modules Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ const { READ } = require("@eslint-community/eslint-utils")
8
8
const sqlite = {
9
9
DatabaseSync : { [ READ ] : { supported : [ "22.5.0" ] } } ,
10
10
StatementSync : { [ READ ] : { supported : [ "22.5.0" ] } } ,
11
+ SQLITE_CHANGESET_OMIT : { [ READ ] : { supported : [ "22.12.0" ] } } ,
12
+ SQLITE_CHANGESET_REPLACE : { [ READ ] : { supported : [ "22.12.0" ] } } ,
13
+ SQLITE_CHANGESET_ABORT : { [ READ ] : { supported : [ "22.12.0" ] } } ,
11
14
}
12
15
13
16
/**
Original file line number Diff line number Diff line change @@ -95,12 +95,12 @@ const util = {
95
95
format : { [ READ ] : { supported : [ "0.5.3" ] } } ,
96
96
formatWithOptions : { [ READ ] : { supported : [ "10.0.0" ] } } ,
97
97
getCallSite : {
98
- [ READ ] : { deprecated : [ "23.3.0" ] , experimental : [ "22.9.0" ] } ,
98
+ [ READ ] : { deprecated : [ "23.3.0" , "22.12.0" ] , experimental : [ "22.9.0" ] } ,
99
99
} ,
100
- getCallSites : { [ READ ] : { experimental : [ "23.3.0" ] } } ,
100
+ getCallSites : { [ READ ] : { experimental : [ "23.3.0" , "22.12.0" ] } } ,
101
101
getSystemErrorName : { [ READ ] : { supported : [ "9.7.0" , "8.12.0" ] } } ,
102
102
getSystemErrorMap : { [ READ ] : { supported : [ "16.0.0" , "14.17.0" ] } } ,
103
- getSystemErrorMessage : { [ READ ] : { supported : [ "23.1.0" ] } } ,
103
+ getSystemErrorMessage : { [ READ ] : { supported : [ "23.1.0" , "22.12.0" ] } } ,
104
104
inherits : { [ READ ] : { supported : [ "0.3.0" ] } } ,
105
105
inspect : {
106
106
[ READ ] : { supported : [ "0.3.0" ] } ,
You can’t perform that action at this time.
0 commit comments