-
Notifications
You must be signed in to change notification settings - Fork 2.1k
feat(form-field): typescript conversion #4292
Conversation
Codecov Report
@@ Coverage Diff @@
## feat/typescript #4292 +/- ##
===================================================
+ Coverage 98.57% 98.59% +0.01%
===================================================
Files 92 91 -1
Lines 5674 5682 +8
Branches 760 763 +3
===================================================
+ Hits 5593 5602 +9
+ Misses 81 80 -1
Continue to review full report at Codecov.
|
All 758 screenshot tests passed for commit e1a5ad2 vs. |
All 758 screenshot tests passed for commit 7c05539 vs. |
* - event handlers | ||
* - ripple activation | ||
* | ||
* Additionally, provides type information for the adapter to the Closure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can save most of this comment, just take out the bit about Closure
…aterial-components-web into feat/form-field-ts
This reverts commit 47a9c38.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this branch need to be watered? I think it's failing the build because it's finding ripple/index.js but we have ripple/index.ts on feat/typescript.
packages/mdc-form-field/adapter.ts
Outdated
* - event handlers | ||
* - ripple activation | ||
* | ||
* Additionally, provides type information for the adapter to the Closure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you wanted to remove this line?
Don't know what happened...some kind of merge conflict. I'm going to just open a new pr and close this one. |
related #4225
dependent on #4286