Skip to content

Commit 51bf879

Browse files
committed
feat: support node 22.18
1 parent def55fa commit 51bf879

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

lib/unsupported-features/node-builtins-modules/inspector.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const { READ } = require("@eslint-community/eslint-utils")
88
const common_objects = {
99
Network: {
1010
dataReceived: { [READ]: { supported: ["22.17.0"] } },
11+
dataSent: { [READ]: { supported: ["22.18.0"] } },
1112
loadingFailed: { [READ]: { experimental: ["22.7.0", "20.18.0"] } },
1213
loadingFinished: { [READ]: { experimental: ["22.6.0", "20.18.0"] } },
1314
requestWillBeSent: { [READ]: { experimental: ["22.6.0", "20.18.0"] } },

lib/unsupported-features/node-import-meta.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ const importMeta = {
2222
supported: ["21.2.0", "20.11.0", "22.16.0"],
2323
},
2424
},
25+
main: {
26+
[READ]: {
27+
experimental: ["22.18.0"],
28+
},
29+
},
2530
}
2631

2732
module.exports = importMeta

0 commit comments

Comments
 (0)