freund17

Results 6 comments of freund17

I ran into this issue as well... I dug into it a little and - like @pwfcurry - I noticed, that the "-1 check" gets skipped for some reason. Turns...

**EDIT**: This theory turned out to be wrong. Terser is simply elevating the closure-variable. - Nothing wrong with that. I'm leaving the old comment for archive-reasons... --- I can now...

I'm back again. Pretty sure I found the problem this time around: https://github.com/terser-js/terser/issues/354

### Could you please describe your scenario in greater detail? In my case I am using "fake rows" to populate the table: ```JavaScript [ { id: 0 }, { id:...

I'm waiting for this feature, as well. I'm working with a dataset of about 1,000,000 entries. Also I want the user to be able to grab the scrollbar and drag...

I tested this in the context of my Application. Compressing a single large file (512 MiB, 1 GiB, 2 GiB and 4 GiB) worked as expected. (There are no "multiple...