thecodejack
thecodejack
PR seems to have failed docs deploy...
> > PR seems to have failed docs deploy... > > How the docs are generated? I didn't see any Github action here Guess you already found it. If not,...
Wow..this is awesome. Thanks for creating PR. I will look into this before Sunday. >I think Netlify fails because it uses old Node.js version. See in https://app.netlify.com/sites/svelte-file-dropzone/deploys/62f24201903fd400087f9dc3#L64-L84: Will see if...
> Put the SvelteKit example already in the main dir, via exposing it to "routes" (altought I didn't implement full typing in the example itself). No need to separate the...
Also don't see much of advantage with vite over rollup except probably a friendly config. Vite internally uses rollup for prod build.
Renaming to ts means REPL support is gone. I would rather prefer typedefs. Check https://github.com/dasDaniel/svelte-table/pull/97 . They reverted from typescript recently.
> When Svelte compiles your code, it first preprocess your components (via svelte-preprocess), and then compiles your components to JS. The former step include compiling TS to JS and (optionally)...
Doesn't add much value. Any opinion on not using Slot?
Thank you for the PR. I am looking into this change and will merge it if all is good.
@mhmd-22 looks like docs build is failing after change. Can you also fix same before I further check changes?