Maximilian Antoni
Maximilian Antoni
Many projects opt for TypeScript types generated by JSDoc these days. I use it this way extensively and I'm not missing anything. The benefits of that approach: - No transpiration:...
> JSDoc simply is not powerful enough to generate the types expected by the users of the DefinitelyTyped types This might have been true in 2021, but it's definitely not...
Thank you for the PR 🙏. I'll find time to test this tomorrow.
Can you have a look at the failing build please?
I don't have a windows machine to test this either. Sorry. You can simply update this PR or open another one and I'll trigger the builds.
While we wait for the fix to be merged, here is a (surprising) workaround: ```js /** * @import { Page } from "playwright" */ 'ignore'; // ... ```
Absolutely. I was wondering if eslint_d should follow the same model es eslint here and use the debug module and have it enabled with `--debug`. This would allow to see...
The child process stderr stream cannot be used in our case because the process is detached from the process that launches the daemon. So all output goes nowhere. We already...
I made a thing in #323. Please have look / play with it and let me know what you think. 🙏
Uh, somebody could've @-mentioned me here 😉. With the rewrite of `eslint_d` in v14 the architecture changed completely and using old and new configs in different projects is no longer...