-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use types shipped by ember-source #1423
use types shipped by ember-source #1423
Conversation
@jelhan thanks for the PR! It looks like the pnpm lockfile is outdated. Can you please make sure that is updated? |
Done. Not sure why it wasn't committed in the first time. |
2f3fd62
to
44eb9fd
Compare
@jelhan I rebased this and it seems to be failing now. Any ideas? |
Seems to be an upstream issue in types of Glimmer package. Likely very recently introduced. |
I created this upstream issue: glimmerjs/glimmer-vm#1586 |
@RobbieTheWagner: I think I fixed it with support of @NullVoxPopuli. Please approve the workflow to see if it is actually passing in CI as well. |
The types generated using DefinetlyTyped are incompatible with types shipped by ember-source:
Types generated by this PR:
Types generated by latest main branch:
I'm not sure if the two lines at the top of the generated types starting with three slashes (
///
) could cause any harm. Especially if they break incompatibility with consumers using typed from DefinetlyTyped. I'm not a TypeScript expert and honestly just not being sure what that reference is about at all.Closes #1220