-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
feat(notched-outline): Convert JS to TypeScript #4375
Conversation
|
||
import MDCNotchedOutlineAdapter from './adapter'; | ||
import MDCNotchedOutlineFoundation from './foundation'; | ||
import {MDCNotchedOutlineFoundation} from './foundation'; | ||
import {MDCFloatingLabelFoundation} from '@material/floating-label/index'; |
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.
Depends on #4374
Codecov Report
@@ Coverage Diff @@
## feat/typescript #4375 +/- ##
===================================================
+ Coverage 98.64% 98.65% +<.01%
===================================================
Files 93 93
Lines 5916 5928 +12
Branches 796 799 +3
===================================================
+ Hits 5836 5848 +12
Misses 79 79
Partials 1 1
Continue to review full report at Codecov.
|
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.
also update js-bundle-factory
also update |
…cript--notched-outline
All 621 screenshot tests passed for commit c7987fe vs. |
All 621 screenshot tests passed for commit 23728f9 vs. |
Refs #4225