We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
eslint
Learn more about funding links in repositories.
Report abuse
1 parent 4f50dfe commit 5221c40Copy full SHA for 5221c40
lib/unsupported-features/node-builtins-modules/zlib.js
@@ -5,6 +5,7 @@ const { READ } = require("@eslint-community/eslint-utils")
5
/** @type {import('../types.js').SupportVersionTraceMap} */
6
const zlib = {
7
constants: { [READ]: { supported: ["7.0.0"] } },
8
+ crc32: { [READ]: { supported: ["22.2.0"] } },
9
createBrotliCompress: { [READ]: { supported: ["11.7.0", "10.16.0"] } },
10
createBrotliDecompress: { [READ]: { supported: ["11.7.0", "10.16.0"] } },
11
createDeflate: { [READ]: { supported: ["0.5.8"] } },
0 commit comments