Fábio Santos

Results 162 comments of Fábio Santos

Looks like the browser extension API isn't in domprops.json! Is there an easy way to get a list of all the properties defined within, like what's done [here](https://github.com/terser/terser/blob/master/tools/props.html)? I haven't...

I agree with @evanw there BTW. It's better to opt-in to prop mangling (through a pattern) than to opt-out through quoting, as opting out can be error-prone (and break your...

Hello there! Sorry I didn't reply earlier. I viewed this in a diff viewer, and noticed the text is different. The words "OR CONTRIBUTORS" are new. I have to figure...

Hello there! Please describe your issue in detail. However, whatever the issue is, mac OS won't like the backslash in `src\global.js`.

You'll want to file an issue with them :) However someone could create a nice module for dealing with user errors while reading a path. It would try to open...

Case insensitive file systems like Mac OS's default and Windows's default cause issues when deploying to production (or when I use someone else's stuff on my Linux laptop)

path.normalize doesn't fix this on Linux. It's just that on windows you can use \ or /, so normalize can fix it. glob sounds promising. Maybe this is better fixed...

I don't really like packages which are split up, so I don't want to make other people suffer from the same. I'm really focused on CPU/ram savings atm. Good news...

I'm guessing PHPStorm fixed this internally, and stopped forwarding `\` as path separators outside of windows? In this case we can close the issue.

Appreciate the reminder! I thought only some obscure stuff was missing