-
Notifications
You must be signed in to change notification settings - Fork 513
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
refactor(build): split up document-extractor #7612
Conversation
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.
Triggered a dev build to test the changes.
Dev build for 037fa35 was deployed to: https://pr7612.content.dev.mdn.mozit.cloud/ |
LGTM. |
This pull request has merge conflicts that must be resolved before it can be merged. |
037fa35
to
6ff69b9
Compare
6ff69b9
to
6264679
Compare
6264679
to
1fb3f94
Compare
1fb3f94
to
aafc160
Compare
Dev build for aafc160 was deployed to: https://pr7612.content.dev.mdn.mozit.cloud/ |
LGTM:
|
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!
Summary
Splits up the
build/document-extractor.ts
into individual files.Problem
The
document-extractor
has 833 lines and extracts multiple things that don't need to be together.Solution
Split it up into multiple
extract-*
files.Screenshots
n/a
How did you test this change?
Not yet, looking at the test workflow first.