-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into allowSyntheticDefaultImports
- Loading branch information
Showing
32 changed files
with
6,045 additions
and
184 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 |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
/libpeerconnection.log | ||
npm-debug.log* | ||
testem.log | ||
yarn.lock | ||
|
||
# TypeScript | ||
jsconfig.json |
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
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 |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
'use strict'; | ||
|
||
module.exports = function(/* environment, appConfig */) { | ||
return { }; | ||
return {}; | ||
}; |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Known Typings | ||
|
||
This is a list of all known typings specific to the Ember.js ecosystem. (You'll of | ||
course find many other modules with their own typings out there.) | ||
|
||
Don't see an addon you use listed here? You might be the one to write them! Check | ||
out [this blog post] or [this quest issue] for tips on how to do it, and feel free | ||
to ask for help in the [Ember Community Slack] ([get an invite]). | ||
|
||
[this blog post]: http://www.chriskrycho.com/2017/typing-your-ember-part-5.html | ||
[this quest issue]: https://github.com/typed-ember/ember-typings/issues/14 | ||
[Ember Community Slack]: https://embercommunity.slack.com/ | ||
[get an invite]: https://ember-community-slackin.herokuapp.com/ | ||
|
||
## Integrated in the addon | ||
|
||
|
||
|
||
## DefinitelyTyped (`@types`) | ||
|
||
For addons which do not have types shipped with the addon directly, you may be | ||
able |
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
Oops, something went wrong.