Skip to content

Commit 5221c40

Browse files
authoredMay 17, 2024··
feat(node-builtin): Add node 22.2.0 support (#282)
nodejs/node#52692
1 parent 4f50dfe commit 5221c40

File tree

1 file changed

+1
-0
lines changed
  • lib/unsupported-features/node-builtins-modules

1 file changed

+1
-0
lines changed
 

‎lib/unsupported-features/node-builtins-modules/zlib.js

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const { READ } = require("@eslint-community/eslint-utils")
55
/** @type {import('../types.js').SupportVersionTraceMap} */
66
const zlib = {
77
constants: { [READ]: { supported: ["7.0.0"] } },
8+
crc32: { [READ]: { supported: ["22.2.0"] } },
89
createBrotliCompress: { [READ]: { supported: ["11.7.0", "10.16.0"] } },
910
createBrotliDecompress: { [READ]: { supported: ["11.7.0", "10.16.0"] } },
1011
createDeflate: { [READ]: { supported: ["0.5.8"] } },

0 commit comments

Comments
 (0)
Please sign in to comment.