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
{{ message }}
This repository was archived by the owner on Feb 15, 2023. It is now read-only.
Using this template with typescript I'm getting "name-is-not-exported-by-module" errors when trying to import interfaces from external modules. Was able to solve it by downgrading the rollup commonjs plugin as suggested in this issue: pyoner/svelte-typescript#23 Actually not, that was a red herring. Downgrading caused my build to hang indefinitely and a stale bundle was served making it look like it worked..
The text was updated successfully, but these errors were encountered:
Thanks, that worked. When using the standard way of importing types in Vue et all it works fine. Is this a fundamental limitation of svelt or something that could be improved?
Uh oh!
There was an error while loading. Please reload this page.
Using this template with typescript I'm getting "name-is-not-exported-by-module" errors when trying to import interfaces from external modules.
Was able to solve it by downgrading the rollup commonjs plugin as suggested in this issue: pyoner/svelte-typescript#23Actually not, that was a red herring. Downgrading caused my build to hang indefinitely and a stale bundle was served making it look like it worked..The text was updated successfully, but these errors were encountered: