We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cursor
We do expose the Cursor already, but Visitor still needs to be exposed and ideally covered with a TS test.
The text was updated successfully, but these errors were encountered:
Related PRs:
Cursor::path_rule_nodes
ancestors
cursor
cursor.depth
In addition, I see there are three remaining APIS with TODO comments in napi_cursor.rs.
napi_cursor.rs
Sorry, something went wrong.
fix NAPI cursor types and expose cursor.depth (#676)
b496d36
- expose `cursor.depth` API. - add `cst.Node` union type. - type check NAPI `index.d.ts`. - replace `Cursor::find_*()` APIs with `go_to_*()` alternatives. Fixes #636
Visitor
Xanewok
Successfully merging a pull request may close this issue.
We do expose the Cursor already, but Visitor still needs to be exposed and ideally covered with a TS test.
The text was updated successfully, but these errors were encountered: