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
refactor(parser): replace nextNode logic with explicit expect method
- Replace parser.nextNode property with private expectedTagName and expect method
- Change verifyNextNode method to expectMatch for node validation
- Update methods start, between, end to use expect and expectMatch
- Rename and update checkStartNode to startMatch and startOptionalMatch
- Rename and update checkAncestorStartNode to startRecursiveMatch
- Modify tag handlers to use new startMatch and startRecursiveMatch methods
- Adjust error messages to remove redundant incorrect parent references
- Update tests to reflect new method names and error message formats
0 commit comments