Skip to content
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(v2) : use symbols to denote swizzle safety #4547

Merged
merged 7 commits into from
Apr 6, 2021

Conversation

samuelships
Copy link
Contributor

@samuelships samuelships commented Apr 1, 2021

ScreenShot

Motivation

This is an attempt to fix #4509

Have you read the Contributing Guidelines on pull requests?

Yes

Test Plan

(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work. Bonus points for screenshots and videos!)

Related PRs

(If this PR adds or changes functionality, please take some time to update the docs at https://github.com/facebook/docusaurus, and link to your PR here.)

lisa761 and others added 6 commits February 15, 2021 19:39
[pull] master from facebook:master
[pull] master from facebook:master
[pull] master from facebook:master
[pull] master from facebook:master
[pull] master from facebook:master
@facebook-github-bot facebook-github-bot added the CLA Signed Signed Facebook CLA label Apr 1, 2021
@github-actions
Copy link

github-actions bot commented Apr 1, 2021

⚡️ Lighthouse report for the changes in this PR:

Category Score
🟠 Performance 63
🟢 Accessibility 96
🟢 Best practices 100
🟢 SEO 100
🟢 PWA 95

Lighthouse ran on https://deploy-preview-4547--docusaurus-2.netlify.app/

...greenComponents.map((component) => chalk.green(component)),
...redComponents.map((component) => chalk.red(component)),
...greenComponents.map((component) => chalk.green(`safe: ${component}`)),
...redComponents.map((component) => chalk.red(`unsafe: ${component}`)),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we also update the legend at the top to use "safe" / "unsafe" wording too?

Also please include a screenshot so that we can review this without running the code easily

@slorber
Copy link
Collaborator

slorber commented Apr 1, 2021

Deploy preview for docusaurus-2 ready!

Built without sensitive environment variables with commit 30dc63e

https://deploy-preview-4547--docusaurus-2.netlify.app

@slorber
Copy link
Collaborator

slorber commented Apr 6, 2021

thanks

@slorber slorber merged commit 4402912 into facebook:master Apr 6, 2021
@slorber slorber added the pr: bug fix This PR fixes a bug in a past release. label Apr 6, 2021
@HonkingGoose
Copy link
Contributor

Hooray! 🎉 🚀

Thank you for working on this @besemuna! 👍

@samuelships
Copy link
Contributor Author

You're welcome @HonkingGoose

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Signed Facebook CLA pr: bug fix This PR fixes a bug in a past release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use symbols to denote "swizzle safety" on CLI for run swizzle
6 participants