ember-resources
ember-resources copied to clipboard
Why peer dep on `@glint/template`?
Noticed this in a non-TS pnpm project: ember-resources requires me to install @glint/template to resolve peer deps. But that's not required for non-TS projects, is it? Should it be declared optional?
Probably!
I struggled with whether or not to make it optional early on, because for TS, it's not optional. But maybe that's fine, and how it's supposed to work?