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
Using TypeScript inside a component's markup is currently not supported. See #318 for development updates to this.
And there's also issue #378 that was closed in favor of the same #318
#318 however is closed as completed via #392, so its original issue resolved, which was not really about transpiling code found with component markup section.
What is the current status of the issue of using TS in templates?
As far as I understand it's still not supported and for this reason it's also not possible to downgrade ECMA versions for bits of code in HTML templates, thus making svelte-preprocess not production-friendly.
The text was updated successfully, but these errors were encountered:
Docs note the following:
And there's also issue #378 that was closed in favor of the same #318
#318 however is closed as completed via #392, so its original issue resolved, which was not really about transpiling code found with component markup section.
What is the current status of the issue of using TS in templates?
As far as I understand it's still not supported and for this reason it's also not possible to downgrade ECMA versions for bits of code in HTML templates, thus making svelte-preprocess not production-friendly.
The text was updated successfully, but these errors were encountered: