Closed dfreeman closed 10 months ago
appears pnpm exec glint --declaration
was not working at a time of publishing.
Checked out v1.1.3
tag and appears pnpm exec glint --declaration
does not create declarations
folder and I missed that at a time of publishing.
Trying to figure out the reason for this
looks like I facing the same issue as https://github.com/typed-ember/glint/issues/599
published as v1.1.4.
Thank you for pointing this out @dfreeman!
Thank you!
The last 1.x release, v1.1.3, seems to be missing its type declarations. This is causing
ember-try
scenarios, which always ignore the lockfile, to fail for our projects with anember-animated@^1
dependency unless we lock to<= 1.1.2
For instance: