-
Notifications
You must be signed in to change notification settings - Fork 334
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
Remove direct links to Polyfill[dot]io #5127
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.
One little comment/question. This is looking solid otherwise 💪🏻
Removes all comments which link to Polyfill[dot]io or the defunct GitHub repo. In their place, add a README explaining the situation. Adding a note to each polyfill generates a LOAD of comments in package code, which isn't great.
a5eba82
to
059b6bb
Compare
@owenatgov I've smooshed ALL related comments now, and added a CHANGELOG entry rather than manually edit the Note for future releasers: the diff to the |
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.
polyfill.io? Never heard if it.
Closes #5105
The included note bulked out the package code considerably (see #dcf4810), so I've gone with a single README in the polyfill folder.
If we wanted to include the note in the code itself, we could add a version of it to
src/all.mjs
. Then it'd only be included once. But that felt a bit misplaced.To propagate the changes to the
dist
andpackage
folders, we'd need to do a patch release. I considered just manually updating these and skipping the CHANGELOG entry, but this seems more transparent, despite being more hassle.