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

Commits on Dec 20, 2022

  1. Update for upstream type changes

    `@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 committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    ffeedfb View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Configuration menu
    Copy the full SHA
    a3fd7f8 View commit details
    Browse the repository at this point in the history