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
Please add support for tree-sitter or something to support javascript and web assembly monitoring. Here is a pretty straight forward example showing how tree-sitter is used for bug bounty monitoring. https://alexvec.github.io/posts/monitoring-js-files/
Ideally, people could create their own tree-sitter queries and changedetection would do a diff on those each run.
The text was updated successfully, but these errors were encountered:
dgtlmoon
changed the title
[feature] Add support for tree-sitter to monitor javascript
[feature] Add support for tree-sitter to monitor javascript (for errors/bugs/etc and other information)
Feb 7, 2024
dgtlmoon
changed the title
[feature] Add support for tree-sitter to monitor javascript (for errors/bugs/etc and other information)
[feature] Add change detection support for tree-sitter to monitor javascript (for errors/bugs/etc and other information)
Feb 7, 2024
Please add support for tree-sitter or something to support javascript and web assembly monitoring. Here is a pretty straight forward example showing how tree-sitter is used for bug bounty monitoring. https://alexvec.github.io/posts/monitoring-js-files/
Ideally, people could create their own tree-sitter queries and changedetection would do a diff on those each run.
The text was updated successfully, but these errors were encountered: