Skip to content

Parser breaks on a specific template #226

Description

@boris-petrov
import Component from '@glimmer/component';

export default class MyComponent extends Component {
  <template>
    {{!  `asd` `qwe` `zxc` `undefined` `asd` }}
    {{! `@foo` }}
  </template>
}

This leads to:

failed to transformForLint for gts/gjs processing
Error: bad transform

cc @NullVoxPopuli - not sure if this is the right repo, let me know if I should open the issue elsewhere.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions