-
Notifications
You must be signed in to change notification settings - Fork 54
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
Parse error on {{!
mustache comment in .gts
#706
Comments
@NullVoxPopuli you tried this on #655? I would think the problem is that Glint is using too old a version of |
I think prettier wants to format into this style out of the box so this is somewhat of a blocker in converting |
We have examples of this parsing fine in general (e.g. here), so this may need a more detailed reproduction |
Aha, you are right, it requires a back tick inside the comment, so @NullVoxPopuli is right that this is in fact #655 territories export default class Foo {
<template>{{! ` }}</template>
} |
The text was updated successfully, but these errors were encountered: