@jrfaller
Unfortunately, TypeScriptTreeSitterNgTreeGenerator does not work so well with tsx files,
i.e., TypeScript with HTML-like markup (JSX).
Would it be possible to add support for tsx?
https://github.com/tree-sitter/tree-sitter-typescript
According to the documentation, it is supposed to support both ts and tsx grammars.
tsx is used in React applications.