Skip to content
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

Bugfix/640 #641

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Bugfix/640 #641

wants to merge 4 commits into from

Commits on Nov 8, 2023

  1. Fixes 640

    Changed createXMLReference to refToNodeType in nextSibling / prevSibling
    kpalatzky committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    671f469 View commit details
    Browse the repository at this point in the history
  2. Added semicolons

    kpalatzky committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    399793f View commit details
    Browse the repository at this point in the history
  3. Added types

    Added XMLNode|null for prevSibling and nextSibling. All types excepct XMLDocument inherit from XMLNode and XMLDocument can not be returned in this case.
    kpalatzky committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    0119362 View commit details
    Browse the repository at this point in the history
  4. 640: Fixed prev/nextSibling

    kpalatzky committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    6b246a4 View commit details
    Browse the repository at this point in the history