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

Use TypeScript instead of Babel #96

Merged
merged 22 commits into from
Jul 4, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
01b0cfb
Remove `QUnit.extend()` usage
Turbo87 Jul 2, 2018
4905f3c
Remove synthetic `qunit` import
Turbo87 Jul 2, 2018
2ca5893
Replace `rollup-plugin-babel` with `rollup-plugin-typescript`
Turbo87 Jul 2, 2018
3d5d7aa
Enable declaration file output
Turbo87 Jul 2, 2018
6b6956f
DOMAssertions: Convert file to TypeScript
Turbo87 Jul 2, 2018
68eb32e
Add TypeScript integration to Jest test runner
Turbo87 Jul 2, 2018
88fdc61
Convert all code to TypeScript
Turbo87 Jul 2, 2018
044645f
lib/qunit-dom: Add more type declarations
Turbo87 Jul 2, 2018
aa103a9
DOMAssertions: Add type declarations to constructor
Turbo87 Jul 2, 2018
d28e9dc
DOMAssertions: Add type declarations to `findElement()` and `findTarg…
Turbo87 Jul 2, 2018
917bd49
DOMAssertions: Cast to `HTMLInputElement` in `hasValue()` method
Turbo87 Jul 2, 2018
a9ffced
DOMAssertions: Add type declarations to `exists()` assertions
Turbo87 Jul 2, 2018
30dc201
DOMAssertions: Add type declarations to simple assertions
Turbo87 Jul 2, 2018
28ff048
DOMAssertions: Improve `exists()` assertion documentation
Turbo87 Jul 2, 2018
4340806
DOMAssertions: Add type declarations to `hasAttribute()` assertions
Turbo87 Jul 2, 2018
3d8c04c
DOMAssertions: Add type declarations to `hasClass()` assertions
Turbo87 Jul 2, 2018
7d5b9f9
DOMAssertions: Add type declarations to `hasText()` assertions
Turbo87 Jul 2, 2018
5e61cfc
DOMAssertions: Add type declarations to `hasValue()` assertions
Turbo87 Jul 2, 2018
099e588
DOMAssertions: Add visibility declarations
Turbo87 Jul 2, 2018
979d739
package.json: Add `types` declaration
Turbo87 Jul 2, 2018
0e406e9
DOMAssertions: Adjust documentation comments for `docs` script
Turbo87 Jul 2, 2018
c4a4a1a
package.json: Add `build` step to `docs` script
Turbo87 Jul 2, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ testem.log
.node_modules.ember-try/
bower.json.ember-try
package.json.ember-try

# rollup-plugin-typescript2
/.rpt2_cache
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading