Anthony Fu

Results 1226 comments of Anthony Fu

Stage 3 is not stable enough. Once the proposal is landed, I think we can have it in the core package and without the polyfill (polyfill should be something for...

Can you create a minimal reproduction? It might be fixed by ts-eslint v8.1 with https://github.com/typescript-eslint/typescript-eslint/pull/9657

Would you help update the docs to mention this? Thanks!

This is not an issue of vite-ssg, but how CJS packages should work in Node.js. `import { xx } from 'cjs-package'` is invaild statement for Node.js. You should change to...

Good idea, PR welcome if anyone wants to work on it :)

Sounds like an interesting idea to avoid duplication. However, I am not sure how to handle the cases when the first icon gets unmounted while the second remains. On the...

On the other hand, I am worried that this might not work in Windows. Could you help to verify/check that?

Could you have to add some basic tests for it? Thanks

You do, the docs for ts rule is here: https://eslint.style/rules/ts/space-before-function-paren Do you have any recommendations on how to improve the docs? I am not sure how I can communicate this...

We temporarily closed this due to the lack of enough information. We could not identify whether it was a bug or a userland misconfiguration with the given info. Please provide...