ember-resources icon indicating copy to clipboard operation
ember-resources copied to clipboard

Why peer dep on `@glint/template`?

Open simonihmig opened this issue 2 years ago • 1 comments

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?

simonihmig avatar Sep 03 '23 17:09 simonihmig

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?

NullVoxPopuli avatar Sep 03 '23 17:09 NullVoxPopuli