Memory out of bounds error
Hey everyone ! While using Traycer for one of my projects, I encountered a "memory access out of bounds" error from the extension while analyzing a JSX file. Any solutions to this?

3 Replies
This is probably an error from the Tree Sitter WASM module, which Traycer uses to parse the code grammar into an abstract tree. It would be great if you could provide us with a screenshot of logs (see example) from Traycer when this happens to help us debug this issue further


Thank you for sharing the logs. By any chance, is this an open source project which our team can use to reproduce the issue?