chore(ts): deprecate ast-grep for typescript parser
What does this MR do and why?
The intention of this MR was to remove all legacy code and duplicate tests pertaining to the original TS/JS parser, which was implemented via ast-grep. It has now been superceded by SWC.
Related Issues
Testing
All existing tests pass.
Performance Analysis
- This merge request does not introduce any performance regression. If a performance regression is expected, explain why.
Edited by Michael Usachenko