You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When hbs inside <template> is invalid, prettier will transform <template> in the source file to its internal representation format (__GLIMMER_TEMPLATE())
🔬 Minimal Reproduction
In a .gts/.gjs test file, create a <template> tag that contains invalid hbs syntax, like this:
Run prettier on it
😕 Actual Behavior
🤔 Expected Behavior
No reformatting happens, <template> is not transformed.