ts_query_ls/queries
Riley Bruins 0a205a9682
fix(formatter): correct blank MISSING node format (#95)
The problem was we only stopped recurring when a node had no *named*
children. A blank MISSING node, however, has no named children but a few
unnamed children. This meant the entire node was treated as one "string
unit" so spaces inside it weren't being collapsed. This commit fixes
the formatter logic and adds some more test cases for this.
2025-04-29 18:08:19 -07:00
..
example_test_files refactor: move large query strings into their own files (#94) 2025-04-29 18:05:00 -07:00
formatting_test_files fix(formatter): correct blank MISSING node format (#95) 2025-04-29 18:08:19 -07:00
query refactor: move large query strings into their own files (#94) 2025-04-29 18:05:00 -07:00