Skip to content
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

Update for upstream type changes #1313

Merged
merged 2 commits into from Dec 21, 2022
Merged

Update for upstream type changes #1313

merged 2 commits into from Dec 21, 2022

Conversation

ef4
Copy link
Contributor

@ef4 ef4 commented Dec 20, 2022

@types/ember__test-helpers has been published with empty contents because you're supposed to migrate to the natively-provided types. This necessitates a series of upgrades.

The failure (which is pretty confusing, so I'm including it for future searchers) when you don't do this upgrade is:

error TS2688: Cannot find type definition file for 'ember__test-helpers'.
  The file is in the program because:
    Entry point for implicit type library 'ember__test-helpers'

`@types/ember__test-helpers` has been published with empty contents because you're supposed to migrate to the natively-provided types. This necessitates a series of upgrades.

The failure (which is pretty confusing, so I'm including it for future searchers) when you don't do this upgrade is:

```
error TS2688: Cannot find type definition file for 'ember__test-helpers'.
  The file is in the program because:
    Entry point for implicit type library 'ember__test-helpers'
 ```
@ef4
Copy link
Contributor Author

ef4 commented Dec 21, 2022

Upstream change was DefinitelyTyped/DefinitelyTyped#63669

@ef4 ef4 merged commit 35c1db2 into main Dec 21, 2022
@ef4 ef4 deleted the update-upstream-types branch December 21, 2022 04:51
@ef4
Copy link
Contributor Author

ef4 commented Dec 21, 2022

@chriskrycho this solved my type problems that we discussed earlier. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant