-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Doesn't work with typescript #18
Comments
@alijaya What is the error? Maybe we have to add a |
Sorry I don't have example here. It gives an error highlighting I'm wondering if this module trying to parse the file directly, if that is the case, that could be a problem if the parser only recognize javascript code. |
@panvakalo Let's continue with the decorators here: #2 |
@panvakalo Write something into the linked issue so I can mention you. |
@alijaya Yeah that'll probably be the issue. I think we'd have to parse the file via typescript then. |
@alijaya I think it could be possible by detecting the lang property in vue files and then parsing it via TypeScript. Would open up complexity though for each transpiler. Best would be to use webpack and the pipeline resulting from the Nuxt config somehow. |
|
It doesn't work well with typescript, it reports an error regarding typescript syntax
The text was updated successfully, but these errors were encountered: