halfnelson
halfnelson
interesting. I wonder if we could do something like ```svelte type T = unknown export let items: T[] let item:T = items[0] ``` which would strip the `type T =...
Sounds like a fun weekend project On Tue, 12 Oct 2021, 4:00 am Ben McCann, ***@***.***> wrote: > Sapper is no longer actively developed and SvelteKit is a much better...
Looks good. Unfortunately there are a few svelte-native templates around. I think ideally I would get a patch into sveltejs itself and tell it not to generate A11y warnings for...
Which part isn't working? is it crashing? or just ignoring the changes? what is the debug output?
Yes the official way is using the NS cli, this lives on here to support tutorials and old versions of NS On Tue, 9 Nov 2021, 7:35 am Juan de...
I had made the change but haven't deployed it yet (was waiting for some changes I submitted to native script to land in npm) On Tue, 9 Nov 2021, 8:00...
Does your project have a tsconfig.json file? If so could you please paste it here. I haven't experienced this behaviour before On Sat, 2 May 2020, 1:42 am Zerowalker, wrote:...
Thanks, I am happy to take a PR for the Readme if those work. I just assumed people would use the settings menu in vscode and untick the checkboxes
Thanks for the report!. It certainly should work, so there is a problem with the transform I am using. I'll see what I can do On Wed, 6 May 2020,...
I agree, Might need a PR to svelte since it is just using their definitions for transition (from memory)