-
-
Notifications
You must be signed in to change notification settings - Fork 449
typeof [value] !=='undefined' when the template color is hidden #112
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
Comments
Thanks for the report, but I can't reproduce this problem, please give me a minimal reproduction template code. |
Close because can't reproduce. |
Reproduce in this code. <template>
<div v-if="typeof {} !== 'object'">
<input
v-model="pendingFilename"
spellcheck="false"
@keyup.enter="doneAddFile"
@keyup.esc="cancelAddFile"
@vnodeMounted="focus"
/>
</div>
</template> Haven't inspected in depth yet, you can wrap |
It should a upstream problem, typeof expression can only end with valid characters, see: https://github.com/microsoft/vscode/blob/08d37a85a3fa415a67783ce339c548159d460ef0/extensions/javascript/syntaxes/JavaScript.tmLanguage.json#L3374 |
The text was updated successfully, but these errors were encountered: