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: update visit method to spawn context for every node type
- Change visit method to use context.spawn(nodeType) when calling node methods
- Ensures all methods receive properly contextualized calls with nodeType in parentNodeTypes
- Makes context spawning more consistent throughout the entire deparser
- All 279 test suites continue to pass with this more thorough approach
Co-Authored-By: Dan Lynch <[email protected]>
0 commit comments