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
3.0.0-beta.15
https://github.com/Patcher56/vue-flowy/tree/02c6861e58ffe9ed2f38282e457e7524b8f4cbe8
Look at this stackoverflow problem:
https://stackoverflow.com/questions/50685486/unexpected-token-for-private-variables-in-typescript-2-9-1?noredirect=1#comment88380737_50685486
It seems like it is a vue-cli problem, so I am posting this issue.
Building without warnings and errors
I got an error like described in the stackoverflow link. (Unexpected token when the private keyword is used)
The text was updated successfully, but these errors were encountered:
Please provide an actual minimal reproduction.
Sorry, something went wrong.
Sorry - cleaned up my code a lot and adopted my "old code" to a new one created by vue create with typescript from the begin.
Now the problem is solved and tslint shows no errors anymore. Thank you 👍
No branches or pull requests
Version
3.0.0-beta.15
Reproduction link
https://github.com/Patcher56/vue-flowy/tree/02c6861e58ffe9ed2f38282e457e7524b8f4cbe8
Steps to reproduce
Look at this stackoverflow problem:
https://stackoverflow.com/questions/50685486/unexpected-token-for-private-variables-in-typescript-2-9-1?noredirect=1#comment88380737_50685486
It seems like it is a vue-cli problem, so I am posting this issue.
What is expected?
Building without warnings and errors
What is actually happening?
I got an error like described in the stackoverflow link. (Unexpected token when the private keyword is used)
The text was updated successfully, but these errors were encountered: