-
Notifications
You must be signed in to change notification settings - Fork 946
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(hippy-react): fix declaration and export it #3414
Conversation
refactor list-view for extends
Hi, @tomdyqin. Thanks for your PR! 👏 🏷️ You can leave a comment in this PR with |
🎉 It seems that this pull request has been approved by all required reviewers. But it has more than one normal commit, I will notify admin team member to merge it manually, please wait a moment.
|
Head branch was pushed to by a user without write access
const copyright = banner(undefined, undefined, undefined, undefined, false); | ||
let fileContent; | ||
if (replace) { | ||
fileContent = content.replace(/\/\*(\s|.)*?\*\//, copyright); |
Check failure
Code scanning / CodeQL
Inefficient regular expression High
🎉 It seems that this pull request has been approved by all required reviewers. But it has more than one normal commit, I will notify admin team member to merge it manually, please wait a moment.
|
Codecov Report
@@ Coverage Diff @@
## master #3414 +/- ##
==========================================
+ Coverage 62.36% 72.22% +9.86%
==========================================
Files 30 67 +37
Lines 1990 4554 +2564
Branches 0 560 +560
==========================================
+ Hits 1241 3289 +2048
- Misses 749 1220 +471
- Partials 0 45 +45 |
* feat(hippy-react): fix declaration and export it; refactor list-view for extends * feat(hippy-react): fix style declaration * feat(hippy-react): add StyleSheet.flatten && fix style declaration * feat(hippy-react): fix style declaration * feat(hippy-react-web): fix text-input setStyle error * feat(scripts): update copyright * feat(scripts): update copyright force
Before submitting a new pull request, please make sure: