You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you ever use options.filter to resolve only remote (relative and/or remote) references, when resolving remote documents their non-remote references are not resolved. This is not the way it should be as all remote references regardless of the filter used for the root document should be used.
The text was updated successfully, but these errors were encountered:
`options.filter` should only apply to the root document and prior to
this commit, it was not. This resulted in remote references being
partially resolved in some cases.
Fixes#111
If you ever use
options.filter
to resolve only remote (relative
and/orremote
) references, when resolving remote documents their non-remote references are not resolved. This is not the way it should be as all remote references regardless of the filter used for the root document should be used.The text was updated successfully, but these errors were encountered: