-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Fix part of #6732: Migrate value_generators to webpack #6900
Fix part of #6732: Migrate value_generators to webpack #6900
Conversation
@kevinlee12 Can you test this, please? @seanlip PTAL |
Hi @vojtechjelinek. Due to recent changes in the "develop" branch, this PR now has a merge conflict. Please follow this link if you need help resolving the conflict, so that the PR can be merged. Thanks! |
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.
lgtm on functionality!
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.
LGTM, thanks @vojtechjelinek!
@YashJipkate -- FYI, do you have any naming rules for the "requires" files (value_generators/valueGeneratorsRequires.ts)? Probably worth addressing in separate pass, but wanted to give you a heads-up.
Also @vojtechjelinek please note the merge conflicts. |
…-extensions-value_generators
Codecov Report
@@ Coverage Diff @@
## develop #6900 +/- ##
===========================================
- Coverage 95.19% 95.19% -0.01%
===========================================
Files 371 371
Lines 50432 50419 -13
===========================================
- Hits 48008 47995 -13
Misses 2424 2424
Continue to review full report at Codecov.
|
@seanlip Can we merge this? |
Explanation
Fixes part of #6732: Use webpack for importing value generators.
Checklist
python scripts/pre_commit_linter.py
andbash scripts/run_frontend_tests.sh
.