lionleaf / dwitter

Social network for short js demos
https://www.dwitter.net
Apache License 2.0
763 stars 69 forks source link

Dweet Perf Fix - Compressor compatibility #518

Closed ThomasBrierley closed 3 years ago

ThomasBrierley commented 3 years ago

Compressor dweets e.g d/11852 rely on their compressed source string to build their output. However The decompression perf improvement directly mutates the "code" variable used by these compressors, breaking them.

This fix uses an independent local variable, preserving "code".