Source widget does not import depedencies from other imported files. #19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If you have a markdown file like this:
The view source will pull in the SvelteComponent. But, if the SvelteComponent pulls in other svelte components, those are not imported correctly, and not shown in the view source dialog. A hack until this is fixed is to import the unused component in your markdown. It will be ignored when compiled, but the source adder will put it into the list to be included and your users can see it.