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")
88const sqlite = {
99 DatabaseSync : { [ READ ] : { supported : [ "22.5.0" ] } } ,
1010 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" ] } } ,
1114}
1215
1316/**
Original file line number Diff line number Diff line change @@ -95,12 +95,12 @@ const util = {
9595 format : { [ READ ] : { supported : [ "0.5.3" ] } } ,
9696 formatWithOptions : { [ READ ] : { supported : [ "10.0.0" ] } } ,
9797 getCallSite : {
98- [ READ ] : { deprecated : [ "23.3.0" ] , experimental : [ "22.9.0" ] } ,
98+ [ READ ] : { deprecated : [ "23.3.0" , "22.12.0" ] , experimental : [ "22.9.0" ] } ,
9999 } ,
100- getCallSites : { [ READ ] : { experimental : [ "23.3.0" ] } } ,
100+ getCallSites : { [ READ ] : { experimental : [ "23.3.0" , "22.12.0" ] } } ,
101101 getSystemErrorName : { [ READ ] : { supported : [ "9.7.0" , "8.12.0" ] } } ,
102102 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" ] } } ,
104104 inherits : { [ READ ] : { supported : [ "0.3.0" ] } } ,
105105 inspect : {
106106 [ READ ] : { supported : [ "0.3.0" ] } ,
You can’t perform that action at this time.
0 commit comments