From 4e87195739f2a5d9a05451b48773c8afdc680765 Mon Sep 17 00:00:00 2001 From: akiyamn Date: Sun, 24 Sep 2023 23:22:21 +1000 Subject: Initial commit (by create-cloudflare CLI) --- .../polyfills/zlib-lib/messages.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 node_modules/rollup-plugin-node-polyfills/polyfills/zlib-lib/messages.js (limited to 'node_modules/rollup-plugin-node-polyfills/polyfills/zlib-lib/messages.js') diff --git a/node_modules/rollup-plugin-node-polyfills/polyfills/zlib-lib/messages.js b/node_modules/rollup-plugin-node-polyfills/polyfills/zlib-lib/messages.js new file mode 100644 index 0000000..f95cb70 --- /dev/null +++ b/node_modules/rollup-plugin-node-polyfills/polyfills/zlib-lib/messages.js @@ -0,0 +1,11 @@ +export default { + 2: 'need dictionary', /* Z_NEED_DICT 2 */ + 1: 'stream end', /* Z_STREAM_END 1 */ + 0: '', /* Z_OK 0 */ + '-1': 'file error', /* Z_ERRNO (-1) */ + '-2': 'stream error', /* Z_STREAM_ERROR (-2) */ + '-3': 'data error', /* Z_DATA_ERROR (-3) */ + '-4': 'insufficient memory', /* Z_MEM_ERROR (-4) */ + '-5': 'buffer error', /* Z_BUF_ERROR (-5) */ + '-6': 'incompatible version' /* Z_VERSION_ERROR (-6) */ +}; -- cgit v1.2.3