Michael Molisani

Results 12 comments of Michael Molisani

I'm slightly worried that the recently merged generic type signature for `structuredClone` is a bit too permissive. While the PR mentions the lack of support for the error case where...

Well anything is better than `any` but I do understand the usability of having an entirely permissive signature for this function. I manage types for an internal codebase that recently...

There's a lot of discussion of `npm bin` here but there's a slightly different use case for `npm bin -g`. What is the replacement for `npm bin -g` to find...

In the Windows Node installer, it's more than just the different directory structure, the global packages are installed in a completely separate directory from the node installation. Being able to...

Having this live in `npm doctor` would be great for helping users to diagnose and fix this issue; those examples look great. However, I was also looking through our code...

> Manually having folks fix their path to include the global bin dir feels like fixing a symptom not a problem. The problem being: why isn't this a part of...

> As far as I can tell, either you want to invoke a globally installed bin and let the `$PATH` pick it up, or you want to be sure it's...

I'd also love to have this feature; it would help move my team completely over to using GitHub reviews. It seems that the main roadblock to implementing this is getting...

I'd be perfectly happy if there was another package that exposed an "ESLint Acorn plugin", rather than exposing it from this package. For context: I have a use case at...

@jakebailey If you pack this I can make playground reproductions of some of these errors. And let me know if you want to test turning it on by default 😅