-
Notifications
You must be signed in to change notification settings - Fork 191
refactor: remove javascript , use typescript rewrite #329
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
js -> ts 的 revert 一下,那些不改是因为方便未来重构的时候把长久没用的代码舍弃掉。ts 定义补充的可以合之~ |
This pull request introduces 4 alerts when merging 03672a5 into 99e3753 - view on LGTM.com new alerts:
|
reverted |
Codecov Report
@@ Coverage Diff @@
## master #329 +/- ##
=======================================
Coverage 67.43% 67.43%
=======================================
Files 47 47
Lines 1035 1035
Branches 339 343 +4
=======================================
Hits 698 698
+ Misses 299 298 -1
- Partials 38 39 +1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
remove javascript , use typescript rewrite