Open
Description
How to reproduce
The fflate
library appears to be incompatible with Node v22, now the LTS version.
It fails and hangs in our application.
The problem
Running the test suite in Node v22 produces this result:
$ TS_NODE_PROJECT=test/tsconfig.json uvu -b -r ts-node/register test
0-valid.ts
compression ✘ • • • • (4 / 5)
FAIL compression "basic"
Cannot transfer object of unsupported type.
at Object.deflate (/workspaces/fflate/test/util.ts:122:20)
at Object.<anonymous> (/workspaces/fflate/test/0-valid.ts:10:34)
at step (/workspaces/fflate/test/0-valid.ts:33:23)
at Object.next (/workspaces/fflate/test/0-valid.ts:14:53)
at /workspaces/fflate/test/0-valid.ts:8:71
at new Promise (<anonymous>)
at __awaiter (/workspaces/fflate/test/0-valid.ts:4:12)
at Object.compression (/workspaces/fflate/test/0-valid.ts:46:16)
error Command failed with exit code 1.
Metadata
Metadata
Assignees
Labels
No labels