-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies / devDependencies to latest. (#122)
* Update dependencies / devDependencies to latest. * Remove ember-cli-htmlbars-inline-precompile * Update all deps and devDeps to latest * Re-roll yarn.lock * Update ember-cli-typescript to dependency. * Fix types for waitForPromise (returns an RSVP.Promise now) * Re-run the ember-cli-typescript generator * Change re-exports to use explicit names (instead of `export * `)
- Loading branch information
Showing
7 changed files
with
2,923 additions
and
2,955 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
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,6 @@ | ||
// Types for compiled templates | ||
declare module 'ember-test-waiters/templates/*' { | ||
import { TemplateFactory } from 'htmlbars-inline-precompile'; | ||
const tmpl: TemplateFactory; | ||
export default tmpl; | ||
} |
Oops, something went wrong.