-
Notifications
You must be signed in to change notification settings - Fork 1.8k
JS: Support TypeScript in HTML/Vue files #3832
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JS: Support TypeScript in HTML/Vue files #3832
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, that is a mouthful.
I'll take a final look later, just a small comment for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The many small commits really helped understand this PR 👍
Thanks for going through it all @erik-krogh! 👍 |
Adds support for TypeScript code embedded in HTML and Vue files.
There were a number of complications to overcome here:
.ts
snippets in the virtual source root, to be extracted during TypeScript extraction.Evaluation (bundled with #3833 and #3834) looks uneventful.
Fixes #3730