-
Notifications
You must be signed in to change notification settings - Fork 2
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
Adding new and improving existing member methods of Node
#21
Merged
Commits on Sep 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 06be84e - Browse repository at this point
Copy the full SHA 06be84eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d91ffe7 - Browse repository at this point
Copy the full SHA d91ffe7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0208529 - Browse repository at this point
Copy the full SHA 0208529View commit details -
Merging two similarly named methods into single overloaded variant
We merged `getDescendantForByteRange` and `getDescendantForPointRange` into `getDescendant`, which has two signatures, one for byte and the other for `Point`. An unfortunate side effect of this is that the name of the JNIEXPORT is rather long now.
Configuration menu - View commit details
-
Copy full SHA for 769fa95 - Browse repository at this point
Copy the full SHA 769fa95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 834780e - Browse repository at this point
Copy the full SHA 834780eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8681909 - Browse repository at this point
Copy the full SHA 8681909View commit details -
Added
getNamedDescendant
toNode
Includes both variants for byte- and point-based ranges.
Configuration menu - View commit details
-
Copy full SHA for e9ea43a - Browse repository at this point
Copy the full SHA e9ea43aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 673640f - Browse repository at this point
Copy the full SHA 673640fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57babf4 - Browse repository at this point
Copy the full SHA 57babf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 478f083 - Browse repository at this point
Copy the full SHA 478f083View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.