Skip to content

Commit

Permalink
feat(node-builtin): Add node 22.2.0 support (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
scagood committed May 17, 2024
1 parent 4f50dfe commit 5221c40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/unsupported-features/node-builtins-modules/zlib.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const { READ } = require("@eslint-community/eslint-utils")
/** @type {import('../types.js').SupportVersionTraceMap} */
const zlib = {
constants: { [READ]: { supported: ["7.0.0"] } },
crc32: { [READ]: { supported: ["22.2.0"] } },
createBrotliCompress: { [READ]: { supported: ["11.7.0", "10.16.0"] } },
createBrotliDecompress: { [READ]: { supported: ["11.7.0", "10.16.0"] } },
createDeflate: { [READ]: { supported: ["0.5.8"] } },
Expand Down

0 comments on commit 5221c40

Please sign in to comment.