We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In vue, it is possible to have TS inside a .vue file, when you do this:
<script name="ts"> import Vue from 'vue'; export default class LanguageTypeListComponent extends Vue { } </script>
So please parse a vue file e.g. that everything is working well inside this script tag.
Cheers
Chris
The text was updated successfully, but these errors were encountered:
Such a functionality was already asked for HTML files, but with this piece of code:
<script type="text/typescript"></script>
It is not official yet, but they think about it: microsoft/TypeScript#12874
But this will be an other topic, only to let you know this.
Sorry, something went wrong.
We need this support, to support vue in NetBeans to parse such a block of code which is TypeScript and not JS. Atm only for *.vue files.
No branches or pull requests
In vue, it is possible to have TS inside a .vue file, when you do this:
So please parse a vue file e.g. that everything is working well inside this script tag.
Cheers
Chris
The text was updated successfully, but these errors were encountered: