| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
|
||
| return ( | ||
| parts.length <= depth && | ||
| (node.arguments ?? []).every(isChildSimple) && |
There was a problem hiding this comment.
just for my understanding, does any of the new test cases cover this new bit of logic?
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Adds missing test cases for method chaining. Those cases hit unvisited code paths.