-
Notifications
You must be signed in to change notification settings - Fork 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
Ensure that some browsers are only allowed in specific categories #2487
Conversation
I think this is no longer relevant now. In #3160 we've seen that node implements some features in api/ land and so that validation isn't really useful anymore. For the other edge case browsers, we have decided to not add them to the repo. I could imagine to test for webextension-only browsers, but I'm not sure if it is really neeeded. What do you think, @ExE-Boss ? |
I think it might be useful. |
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.
Okay cool, then I would like to reduce the scope of this to only test for WebExtension browsers.
fec9edc
to
683e8c5
Compare
The way I understand it, the goal for MDN is to only display Node in 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.
The nodejs removals are fine with me, thanks.
I have a few suggestions to the new test, but generally it is nicely done. Thanks for your work 👍
Please see my comments inline.
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.
Thank you, this looks good to me now. 👍
This has been suggested by @connorshea in #2332 (comment), and I agree that it’s a good idea, as it ensures that contributors don’t try to add
firefox_ios
orthunderbird
to non‑WebExtension entries, ornodejs
to non‑JavaScript entries (which it turns out they already did).It also ensures that PRs like #2484 get better error messages.
review?(@a2sheppy, @Elchi3)