https://github.com/DavidSpickett commented:
I know nothing about how we're integrating tree-sitter so someone else can approve. One more question though, when we import a tree-sitter thing, are we importing it whole even if we don't need all the files, or are we somehow using that javascript file in the process of using tree-sitter? I can see an argument for: * Import only what you need because....that's all you need. * Import it all because it makes updating it later a lot easier. Not like these are massive files, so the second argument makes sense to me. Reduces the thinking we need to do at all points. https://github.com/llvm/llvm-project/pull/181282 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
