NullVoxPopuli
NullVoxPopuli
yea, this also reproduces the same error: ```glimmer-ts import { modifier as eModifier } from 'ember-modifier'; import type { TOC } from '@ember/component/template-only'; export interface ItemSignature { Element: HTMLButtonElement; Args:...
This happens with component currying as well:  I believe this is the same or similar issue to: - https://github.com/typed-ember/glint/issues/661
So, I think this is maybe just a major bug in `@glint/template`
the code in https://github.com/typed-ember/glint/issues/661 should repro
Current test failure looks like a path hash mismatch. @patricklx can you update that snapshot? I wonder also if you happen to know how to do custom stapshot serializers, and...
Very excited for this!
So... now the question is: how close is this to being a correct test? ```ts __glintDSL__.emitContent( __glintDSL__.resolveOrReturn( (__glintDSL__.noop(__if), __glintRef__.args.onSelect ? __glintDSL__.applyModifier( __glintDSL__.resolve(__glintDSL__.Globals["on"])( __glintY__.element, "click", __glintRef__.args.onSelect, ), ) : null), )(),...
Closing as this is slop
We're using pnpm now, pnpm understands tags 🎉
Looks like a tiny lockfile problem