You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I try to import a TypeScript interface from from an external TS file, I get the following error:
Error: '<my interface>' is not exported by <my interface file>.ts, imported by <my component>.svelte
To Reproduce
Try to import an interface into a Svelte Component when using svelte-preprocess. I'm also using the TypeScript plugin as it seems that svelte-preprocess doesn't process plain TS files.
Expected behavior
I should be able to reference interfaces from external files.
Information about your project:
svelte-preprocess version: 3.7.4
Whether your project uses Webpack or Rollup: Rollup
The text was updated successfully, but these errors were encountered:
If I try to import a TypeScript interface from from an external TS file, I get the following error:
Error: '<my interface>' is not exported by <my interface file>.ts, imported by <my component>.svelte
To Reproduce
Try to import an interface into a Svelte Component when using svelte-preprocess. I'm also using the TypeScript plugin as it seems that
svelte-preprocess
doesn't process plain TS files.Expected behavior
I should be able to reference interfaces from external files.
Information about your project:
svelte-preprocess
version: 3.7.4Whether your project uses Webpack or Rollup: Rollup
The text was updated successfully, but these errors were encountered: