-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Labels
good first issueGood fist issue!Good fist issue!help wantedWe're a small group who can't get to every issue promptly. We’d appreciate help fixing this issue!We're a small group who can't get to every issue promptly. We’d appreciate help fixing this issue!lang:handlebarsIssues affecting Handlebars (Glimmer)Issues affecting Handlebars (Glimmer)locked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.
Description
Prettier 3.3.1
Playground link
--parser glimmer
Input:
<div class="entry" >
<h1>{{ title }}</h1>
<div class="body">
{{@x.y.z}}
{{ body }}
</div> </div>
Output:
<div class="entry">
<h1>{{title}}</h1>
<div class="body">
{{@x}}
{{body}}
</div>
</div>
Expected behavior:
Starting with 3.3.1 {{@x.y.z}} is output as {{@x}} , if I add --debug-check
it will catch that the output is different
charlesfries, boris-petrov, Techn1x, rohitpaulk, yannbertrand and 1 more
Metadata
Metadata
Assignees
Labels
good first issueGood fist issue!Good fist issue!help wantedWe're a small group who can't get to every issue promptly. We’d appreciate help fixing this issue!We're a small group who can't get to every issue promptly. We’d appreciate help fixing this issue!lang:handlebarsIssues affecting Handlebars (Glimmer)Issues affecting Handlebars (Glimmer)locked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.