-
Notifications
You must be signed in to change notification settings - Fork 3.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
Begin migrating archive.js
to vanilla JavaScript
#9022
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
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.
Thanks so much for working on this and opening a pull request. I'm excited to take a look!
However, I won't be able to review the PR until you sign the CLA with the email you committed with as outlined in the bot's comment. Let us know if you have issues signing it.
@parlough I didn't know it was necessary to sign with Google CLA, however it's already done. Should this be put on draft while i'ts still in progress? |
Thanks for signing it!
Draft is used to signify you are still working on the specific PR and aren't ready for review. Are you ready for a review? |
I think that this file is not completely migrate to pure js. I have migrate only 3 functions and I'll ocntinue working until I finish It. Also can you give me a guidance on what I can do. |
How about we keep this PR to migrating just those few functions. That way, it's easier to review and we can land improvements incrementally. That tends to be easier and safer. Could change the pull request title to something like "Begin migrating Then once this PR lands you can follow-up with a new pull request migrating more code if you'd like. |
Sorry about the delay in reviewing, it's been a busy few days. I'll make sure to review this in the next day or two :) Thanks for your patience and for updating the title! |
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.
Sorry again for the delay on reviewing. Thank you so much for working on this! These migrations look great plus the code seems easier to read to me.
I have a few small comments: two fixes and the rest are mostly minor formatting/readability improvements to consider.
Co-authored-by: Parker Lougheed <parlough@gmail.com>
Co-authored-by: Parker Lougheed <parlough@gmail.com>
Co-authored-by: Parker Lougheed <parlough@gmail.com>
Co-authored-by: Parker Lougheed <parlough@gmail.com>
Co-authored-by: Parker Lougheed <parlough@gmail.com>
Co-authored-by: Parker Lougheed <parlough@gmail.com>
Co-authored-by: Parker Lougheed <parlough@gmail.com>
Co-authored-by: Parker Lougheed <parlough@gmail.com>
Co-authored-by: Parker Lougheed <parlough@gmail.com>
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.
This is great. Thanks so much for working on this and making those adjustments! I really appreciate the help :)
archive.js
to vanilla JavaScript
Contributes to #8889
Presubmit checklist