forked from yaronn/xpath.js
-
Notifications
You must be signed in to change notification settings - Fork 71
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
New type guard checks have the wrong input type #126
Comments
Ah yes, same problem :(
|
This code has migrated to a new dependency that is more compatible and can iterate faster. Have a look at https://github.com/xmldom/is-dom-node. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the type guard check isArrayOfNodes is listed as taking
SelectedValue
which is a problem since that type no longer includes an array of Nodes.Expected definition:
The text was updated successfully, but these errors were encountered: