Fábio Santos

Results 162 comments of Fábio Santos

Glob expressions come with exclusions through adding another glob with a ! at the start, so I think I'll go with that. However what is the real use case here?...

The problem with this is identifying the source map paths and whatnot.

I think it's out of scope for Terser but a lot of people are adding thumbs up to the issue so I have to do something about this one :)...

Hey there! So, this exists: https://github.com/WebReflection/ucompress I guess there's no need for this project to handle that?

I had a better look and it seems like this is a bundler, not a universal directory web compressor. I spoke too soon I believe.

![image](https://user-images.githubusercontent.com/1611595/174693003-c324706a-28fd-4103-ad4f-a5827c72961b.png) This is a bit of a known issue. I'm planning on overhauling the inlining/DCE code for simplicity and potentially removing unused things during parse. This issue (let/const opting you...

Terser apparently doesn't rely on Map and Set being available on the target browser, and changing that would technically be a breaking change (code that crashed on old browsers could...

This one is insidious! Really appreciate the minimal repro

This is true -- it's a defensive kind of thing, to avoid causing bugs in a project originally made only for `var`. It might be OK to reconsider that, though...