@glint Directives
@glint-expect-error
@glint-expect-error<MyComponent @stringArg='foo' />
{{! @glint-expect-error: let me know if this starts allowing numbers }}
<MyComponent @stringArg={{123}} />@glint-ignore
@glint-ignore<MyComponent @expectedArg='foo' />
{{! @glint-ignore: this doesn't typecheck in TS 4.6 due to a bug, but we still test against that version in CI }}
<MyComponent @unexpectedArg='bar' />@glint-nocheck
@glint-nocheckLast updated