Nicholas C. Zakas

Results 1756 comments of Nicholas C. Zakas

ESLint doesn’t interpret import statements in source code, it just sees an AST. From my limited experience with Deno, it seems more likely that Deno is implementing something in a...

Can you explain what's going on there? It looks like there's some kind of check for 2^32? Is there any check for 2^53?

I'm not a fan of this approach. Since Node.js and npm are available on all platforms, shouldn't the npm version of JSLint work the same on all of them?

Thanks for the submission, can you explain a little bit about what you implemented and why?

I'll take a look at #1. I can't make any promises about #2. I'm not familiar with Maven and really don't have any plans to switch to it.

I'm not concerned about complexity, just about the time I'd need to take to ensure everything is working (time is something I don't have right now). If you'd like to...

I think you can do this by specifying the same input and output file. I'll double-check.

I think there are actually two possible useful options: 1. Don't include the data URI if it's longer than x characters 2. Don't include the data URI if the image...

Cool, I'll take a look this weekend, thanks!