floydpink/lzwCompress.js

Unpacking javascript results in `null` value

Closed this issue · 0 comments

This one is a crazy edge case.

Attempting to compress the following results in a null value here for .toString that then throws here

Offending string:

const text = 'foo'.toString();
console.log(text, "const text = 'foo'.toString();");