-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the types published from Ember itself
- Specify a `peerDependencies` requirement of Ember 4.8. - Drop the corresponding `@types` packages.
- Loading branch information
1 parent
575a73f
commit fe32c46
Showing
5 changed files
with
10 additions
and
215 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
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
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 |
---|---|---|
@@ -1,11 +1,2 @@ | ||
import Ember from 'ember'; | ||
|
||
declare global { | ||
// Prevents ESLint from "fixing" this via its auto-fix to turn it into a type | ||
// alias (e.g. after running any Ember CLI generator) | ||
// eslint-disable-next-line @typescript-eslint/no-empty-interface | ||
interface Array<T> extends Ember.ArrayPrototypeExtensions<T> {} | ||
// interface Function extends Ember.FunctionPrototypeExtensions {} | ||
} | ||
|
||
export {}; | ||
import 'ember-source/types'; | ||
import 'ember-source/types/preview'; |
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