Mark Lansky
Mark Lansky
@kaisermann maybe we could build an integration with [svelte-markdown](https://github.com/pablo-abc/svelte-markdown)? It could handle issue partially. But ability to include some custom attributes will disappear (see [svelte-markdown/Link.svelte](https://github.com/pablo-abc/svelte-markdown/blob/main/src/renderers/Link.svelte), it only accepts title and...
Svelte-kit and all this stuff will work if apollo would add exports map. Same as firebase did for example: https://github.com/firebase/firebase-js-sdk/pull/4767 Or rxjs: https://github.com/ReactiveX/rxjs/pull/6192 Hope apollo will fix this soon. Until...
Bump. Joining people above
Thank you! Shared my feedback in that thread.
Sharing feedback from the production project that uses sveltekit _(not the biggest tho, ~50k lines of code, 40k of them is svelte files)_. Before using new transformation we got `41...
I also found that we get `Error: Argument of type 'string' is not assignable to parameter of type 'never'. (ts)` error that @rgossiaux reported
for me it appears "randomly". it even appears in empty file with span only it's an vscode error only. it doesn't appear in check tool and I don't understand how...
Hmm.. maybe yeah, it is fixed now. I will let you know if it will come back
So I've made an issue for some another issue appeared for me after upgrading to new transformation. I've made it external because I thought it existed without using new transformation.
I guess it should somehow preserve formatting, rather than placing spaces. Otherwise after this issue being fixed some other guy would open issue about unwanted spaces after executing "Organize imports".