const_var
const_var
Thanks @nonara. That was really quick. Appreciate your help.
Since TypeStrong/ts-node#1439 has been merged, is there any other blocker to this issue? Appreciate your effort and contribution @nonara.
Thanks @nonara. Will check this out.
@xpuu I have moved on to using other libraries. I am hoping that when typescript releases their implementation supporting [self-referencing package](https://github.com/microsoft/TypeScript/issues/38675), we may have a more [standard compliant](https://nodejs.org/api/packages.html#self-referencing-a-package-using-its-name) way of...
Even with `peer` I end up duplicating styling like - ```html
While this works with `shortcut` and I did thought of that, I prefer to use `shortcuts` when they are fairly generic and are used across components. I prefer to keep...
@JReinhold, Just checking if is there any plan to support v5 for the final version of storybook v8. v5 has gone through around [64](https://github.com/sveltejs/svelte/releases/tag/svelte%405.0.0-next.64) revisions. Appreciate your thoughts here. It...
Thanks @JReinhold for adding the support. I tried to use this with [@storybook/addon-svelte-csf](https://github.com/storybookjs/addon-svelte-csf) support. I am using [4.1.2.next-0](https://github.com/storybookjs/addon-svelte-csf/releases/tag/v4.1.2-next.0) which from its release notes should be supporting storybook 8. Though, this...
I am facing similar issue. To fix my issue, I had to make following changes 1. refactored `TestContext` declaration so that instead of module `vitest`, module `@vitest/runner` is augmented. 2....
I was trying to use [svelte-htm](https://github.com/kenoxa/svelte-htm) with the latest `playwright` as it neatly allows slots and other usage. I took [svelte-component-test-recipes](https://github.com/davipon/svelte-component-test-recipes) as a base and converted one of the [test](https://github.com/davipon/svelte-component-test-recipes/blob/main/src/lib/props/DefaultProps.test.ts)...