Pranav Joglekar
Pranav Joglekar
I'll also like to help with this. I can see a couple of PRs already. How do I know which unassigned files are still pending?
Sure. Thank you. Just a couple of follow up questions 1. I'll just use the matchesPattern function for the comparison. Right? 2. A sample test case to get started can...
Yes. Thank you. > I don't think *:*.google.com/* is a valid pattern according to := :// Yeah. It isn't. My bad. Forgot the slashes.But yes, I'll use the examples in...
I tried to build the extensions using `npm run build:extensions` (with webpack 4) and then ran `npm run test:extensions`. I am getting the following output  I don't think this...
Also, the `info.url` parameter can be either a string or an array of strings. So the way I am doing the comparison is ``` if (isSet(info.url) && info.url && tab.url)...
Hey! Any help with this?
Thank you. Have created a Work in Progress PR. Can you take a look at it?
Has this issue been fixed? I'll like to work on this
Has this been fixed?
Hey. I would love to contribute to Babel 8. What are some easy features I can work on? I think I can work on :- > Look for comments containing...