-
-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ultimately we'd like to convert the package to TS, but this unblocks wider ecosystem adoption of the stable/preview Ember types. This PR can also serve as a model for other packages which want to publish types in a similar way. This will also work just fine with the `@types` packages from DefinitelyTyped once [a key PR][pr] lands there, but that is not the path we will recommend, so this only includes the `ember-source` peer dependency. [pr]: DefinitelyTyped/DefinitelyTyped#63589 (cherry picked from commit 3907d48) # Conflicts: # addon/package.json # package-lock.json # test-app/package.json
- Loading branch information
1 parent
e6e436b
commit af9db19
Showing
3 changed files
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
import { Resolver as ResolverContract } from "@ember/owner"; | ||
export default interface Resolver extends Required<ResolverContract> {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters