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
Templates may contain XML-style comment nodes.
These should be handled like text nodes, i.e. just pass them on into the
output. Since they do not contain attributes or any other node
properties that we can handle, they must be treated specially.
Since the code now contains several different branches that depend on
the node type, a switch-case seems a more aesthetic approach compared to
multiple if-else.
0 commit comments