import Component from '@glimmer/component';
export default class MyComponent extends Component {
<template>
{{! `asd` `qwe` `zxc` `undefined` `asd` }}
{{! `@foo` }}
123
</template>
}
@NullVoxPopuli thanks for fixing #226! Above is (almost) the same example which now compiles but it gives a @typescript-eslint/no-unused-expressions error which doesn't make sense. Maybe related to #229.
@NullVoxPopuli thanks for fixing #226! Above is (almost) the same example which now compiles but it gives a
@typescript-eslint/no-unused-expressionserror which doesn't make sense. Maybe related to #229.