Marek Dědič

Results 260 comments of Marek Dědič

Hello, it seems that my PR did not fix the problem entirely: ``` ❯ npm run lint:ts:typecheck > [email protected] lint:ts:typecheck > tsc --noEmit node_modules/vite-plugin-istanbul/dist/index.d.ts:1:34 - error TS7016: Could not find...

Hi, I can confirm that this is a functioning workaround for the issue. As far as I am concerned, this is just that - a workaround, not a solution. But...

> You can do all sort of things but...why? Just ignore the warning leaving a comment for your future self. @paoloricciuti Is there a way to suppress such a warning?...

Drive-by comment: Maybe there should be a more general rule that requires everything in a mustache expression to be a string? (Or possibly number could also be allowed, maybe gated...

@ota-meshi Yeah, something like that would be really nice - string is allowed by default, everything else gated by an option :)

I know this is more of a quetion for the Svelte team, but couldn't `$props()` be made generic? So you would do something like `$props()` and that would return the...