-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix: minor bugs in right pane #43
Conversation
Hi @harish-sethuraman!, thanks for the Pull Request The pull request title isn't properly formatted. We ask that you update the pull request title to match this format, as we use it to generate changelogs and automate releases.
To Fix: You can fix this problem by clicking 'Edit' next to the pull request title at the top of this page. Read more about contributing to ESLint here |
✅ Deploy Preview for eslint-code-explorer ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
It would be helpful if you could format the todo list as a checklist so it's easier to tell what's completed. |
Updated |
Just a heads up that there's a conflict now. |
@harish-sethuraman these fixes are the last thing preventing us from launching, so can you let us know what your timetable is for working on this? I'm happy to jump in and take a look, too. |
Yes I might need help in deciding the first two points.
|
|
Also I was able to see that some accordions would trigger other ones as the key were same. Now I have generated unique paths to these accordions. |
will take some time on this. I might have to dig a bit for these two. |
If you want, we can merge this and then I can help look into it. |
Yep sure. I can look into this in a separate issue. |
@amareshsm The text displayed next to So |
Could you take a look at the "after image" in this comment and confirm if it aligns with your expectations? |
@amareshsm it doesn't. The value next to Also, your before/after is of the Scope tab but the AST tab is a better example. |
@nzakas Im confused on what to match with what. Consider the example here: near source we should be showing It would look like this if Im understanding correctly. We should change these only for objects? Because array can have different types right? |
Yes, that's correct. Anytime an object has a |
fixed. Please confirm if the changes are behaving as expected. |
@harish-sethuraman this looks good in the AST pane. 👍 For some reason, the scope pane is completely broken for me: |
@nzakas can you share the code thats in the left pane? and also which mode you were in? |
We have made the following changes in the PR:
|
@harish-sethuraman it doesn't matter what the code is, I see this error 100% of the time. Any JavaScript triggers it for me. But it also appears that this is occuring on |
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.
LGTM. Would like @amareshsm to review before merging.
It is related to this issue I guess eslint/js#625 |
Ah good call! |
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.
LGTM
Prerequisites checklist
What is the purpose of this pull request?
fixes #37
What changes did you make? (Give an overview)
Related Issues
#37
Is there anything you'd like reviewers to focus on?
Scope
,Reference
,Variable
if its apart from these we show unknown. Do we see any other values apart from these.If the values of array or object arent nestable to next level then we show them as JSON directly